View Single Post
  #9 (permalink)  
Old 11-23-2005, 08:23 AM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 20,082
Blog Entries: 243
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by sadaloma
Newdigital,

Are you testing this EA?

I found something weird...The EA seem to trade only 2 orders at a time (2 different currency at a time).

I can't read MT3 code or the russian commentary in the EA to verify this suspicion of this limitation.

Another question:

Why does the EA trade (if you put the default 0.1 lot in the values) 0.1 and the next order, 3 lots and then the next 0.1 lot etc,,,?

If you open up the zip EA files and look at the statement attach to them, you'll see the same thing.

Ticket 1---0.1 lot buy
Ticket 2---3 lot sell
Ticket 3---0.1 lot sell
Etc,,,

But if you change the value to 1 lot, this "bug" dissapears...?!?!?

Sada
Sadaloma,

I did not test it. Because people developed it during the 5 years. May be they will develop it 5 years more. We do not know. Besides the authors do not speak English (as usual). Just understand it as preliminary EAs.

It is the translation of some comments and it will help:

per - period for all indicators;
d - number of full periods when calculating;
depth,deviation,backstep - ZigZag indicator parameters;
mgod - testing year;
porog - cut-off takeprofit when closing positions out;
test - current info output flag, 1 - output to journal;
imps - positive impulse value for buy signal;
impb - negative impulse value for buy signal;
k1 & k2 - multiplier for sizes of hedge orders of 1st and 2nd level. k2/k1=2 - must be!

Last edited by newdigital; 11-23-2005 at 08:38 AM.
Reply With Quote