View Single Post
  #297 (permalink)  
Old 03-14-2007, 07:45 PM
cucurucu's Avatar
cucurucu cucurucu is offline
Senior Member
 
Join Date: Jan 2006
Posts: 314
cucurucu is on a distinguished road
Quote:
Originally Posted by Trader83
Thanks a lot for help! I hope there won't be any strong movement in the near future Have you ever had a problem that the EA misses some trades and in the comments you have smth like ERROR: EURUSD:OLD TICK?
Do you use setting SL=20 in V1?
I never had any missing trades or errors.
Yes I use SL=20 for both EAs. Please note that this is not a standard stoploss! It is a little more complicated. Last order (maxtrades) has 20 pips stop loss. The other trades from that sequence have 20+(maxtrades-number of trade)*D.
D=pip step between trades.

Edited:

Please ignore this: I have just noticed in the code of the posted EAs that the maximum trade is calculated to 40% of the account balance. In my tests I have used 25%. I think it is safer. If you decide to go live with real money using those two experts, please ask somebody to modify that or contact me. I can modify the code if you want.
The EAs are ok. (maxtrade=25%)

Bye.

Last edited by cucurucu; 03-15-2007 at 08:08 PM.
Reply With Quote