What does
Pip Cop do?


Go Back   Home > Forums > Forex Robot Reviews > Previous robot reviews

» Welcome to the Pip Cop - Forex Robot Reviews and forums.
PipCop reviews MetaTrader Forex robots (EA's) in real-time and posts detailed statements every 15 minutes.
We ONLY forward test on real accounts for the most accurate robot reviews!

Be smart! Read the Review FAQ or you WILL lose money!
If you enjoy the site, please let me know by registering or donating! Thanks! -- PipCop
P.S. This message is hidden if you register!
Previous robot reviews Previous reviews of robots, some good, some bad.
Reply
 
LinkBack Thread Tools Display Modes
Old 2009-04-10, 01:10 AM   #61 (permalink)
Robot Author
 
Trader for 2 - 4 years
Location: Russia
Posts: 3

Default

Quote:
Originally Posted by portal View Post
Hey hwmaster,

Thanks for coming aboard. Here is the translation of the 5 Digit Article:

http://translate.google.co.uk/transl...hl=en&ie=UTF-8

I use your system on a live account. I love it. I am using version3. Is this the latest version?

InterBank is moving to 5 digits soon...does "delta s" need to be multiplied by 10 too?

Thank you.
Portal
Yes,it has to be multiplied by 10 and "delta_L" too.
To be sure that the expert works correct with 5 digits you have to compare his result on history with 4 digits variant.

20/200_v3 is extended version of the "20/200 pips" (http://translate.google.co.uk/transl...hl=en&ie=UTF-8)
and yes it is a latest version.
hwmaster is offline   Reply With Quote
   
 
Old 2009-04-10, 01:20 AM   #62 (permalink)
Robot Author
 
Trader for 2 - 4 years
Location: Russia
Posts: 3

Default

You need to multiply "slippage" by 10 too in the functions OpenLong() and OpenShort() to avoid problems with opening trades on live account (it's make no matter for tester but importent on real trading).
hwmaster is offline   Reply With Quote
Old 2009-04-10, 03:43 AM   #63 (permalink)
Rookie Pip Officer
 
Trader for 2 - 4 years
Location: Barcelona
Posts: 21
My Trading Journal


Default

Quote:
Originally Posted by hwmaster View Post
You need to multiply "slippage" by 10 too in the functions OpenLong() and OpenShort() to avoid problems with opening trades on live account (it's make no matter for tester but importent on real trading).
Hi hwmaster,

I am glad that you showed by, it's a privilege to be able to ask some questions :

I am thinking, the standard unmodified 20/200 v3 Expert freely available works for 4 digit brokers by default, could you please do the code modifications and change the variables' defaults and post a 5-digit version? You are the Pater Familias of this baby and no one knows its inner workings more than you.

Bye!
Proupin is offline   Reply With Quote
Old 2009-04-14, 02:05 PM   #64 (permalink)
Donating member
 
Trader for 1 - 2 years
Location: usa
Posts: 25

Default

Quote:
Originally Posted by portal View Post
Hi,

Is your VPS account offline PipCop? The demo account you have showing has not made a trade in a week.

Update from my demo: Friday trade closed in negative of -$150. Recovery feature closed todays trade in one hour at +$960.

Thanks
recovery feature????

how did you set that up???

looking throught the settings i cant seem to find anything to that affect.

lots of pips to you,

reiner
reinerh is offline   Reply With Quote
Old 2009-04-14, 02:08 PM   #65 (permalink)
Site Supporter
 
Trader for 2 - 4 years
Location: Pleasanton,CA
Posts: 54


Trading Live with:
multiple
Default Recovery feature

Quote:
Originally Posted by reinerh View Post
recovery feature????

how did you set that up???

looking throught the settings i cant seem to find anything to that affect.

lots of pips to you,

reiner
Its called "BigLot" in the script settings
geekguy is offline   Reply With Quote
Old 2009-04-14, 08:13 PM   #66 (permalink)
Donating member
 
Trader for 1 - 2 years
Location: usa
Posts: 25

Default

Quote:
Originally Posted by geekguy View Post
Its called "BigLot" in the script settings

thank you very much for the heads up, really appreciate that.

will be out of town till may, but then i will try that on the demo.

if i only could read russian i might have been able to figure this out myself.

is there any english instructions that you know of ?? the latest version sure has some to me never seen before options.

greets

reiner
reinerh is offline   Reply With Quote
Old 2009-04-15, 04:38 AM   #67 (permalink)
Site Supporter
 
Trader for 4 - 8 years
Location: SoCal
Posts: 393

Default

OK, for 5-digit, I multiplied the applicable items by 10, did I do this right?? It certainly needed it as the 5-digit kicked-in on this platform and the one trade did 1/10th size expected.
-----------
int TakeProfit_L = 390; // Take Profit in points
int StopLoss_L = 1470; // Stop Loss in points
int TakeProfit_S = 320; // Take Profit in points
int StopLoss_S = 2670; // Stop Loss in points
int TradeTime=18; // Time to enter the market
int t1=6;
int t2=2;
int delta_L=60;
int delta_S=210;
extern double lot = 0.01; // Lot size
int Orders=1; // maximal number of positions opened at a time
int MaxOpenTime=504;
int BigLotSize = 60; // By how much lot size is multiplicated in Big lot
--------------
To find spread to multiply it X10 you have to scroll way to the bottom past all those fixed lot sizes and just before actual TA decision making codes.
jb
Batchboy is offline   Reply With Quote
Old 2009-04-15, 07:40 PM   #68 (permalink)
Donating member
 
Trader for 1 - 2 years
Location: usa
Posts: 25

Default proper time frame

in the script is says run on 1hr chart, how come pipcop runs his on the 5 minute????

my guess is the script must be correct.

what time frame are you guys running it on???

greets

reiner
reinerh is offline   Reply With Quote
Old 2009-04-15, 08:33 PM   #69 (permalink)
Site Supporter
 
Trader for 4 - 8 years
Location: SoCal
Posts: 393

Default

Quote:
Originally Posted by reinerh View Post
in the script is says run on 1hr chart, how come pipcop runs his on the 5 minute????

my guess is the script must be correct.

what time frame are you guys running it on???

greets

reiner
hi reiner,
Per top of this thread, 5min. It's been doing fine for me, up to 25% since I started it few weeks ago (but not looking at exactly when so I may be off on that).
For 5-digit I posted above my adjusted settings to put in script. No one has told me "hold it!" and corrected me, and it seems working ok.
jb
Batchboy is offline   Reply With Quote
Old 2009-04-15, 09:15 PM   #70 (permalink)
Donating member
 
Trader for 1 - 2 years
Location: usa
Posts: 25

Default

Quote:
Originally Posted by Batchboy View Post
hi reiner,
Per top of this thread, 5min. It's been doing fine for me, up to 25% since I started it few weeks ago (but not looking at exactly when so I may be off on that).
For 5-digit I posted above my adjusted settings to put in script. No one has told me "hold it!" and corrected me, and it seems working ok.
jb
i launched a demo on 5 min but will also try it on 1 hour chart as well, will see what will do better.

are you running it live???

greets

reiner
reinerh is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT -5. The time now is 03:31 PM.

Powered by vBulletin ®
Site content and design Copyright © 2010 PipCop, LLC.
Site designed, hosted, and maintained by One Web Ave
Template by vBSkinworks.
Content Relevant URLs by vBSEO 3.3.2