View Single Post
  #110 (permalink)  
Old 10-05-2006, 11:03 AM
phoenix's Avatar
phoenix phoenix is offline
Senior Member
 
Join Date: May 2006
Posts: 289
phoenix is on a distinguished road
here you go..fixed one

sorry again

-----------------OOPS !!

i added something more due to my backtest..when it ran into the server's max_lot the over-float will occour again

then i added the opening limit level to enable new order sent only if the acc.balance is less than the set limit

in this case the ea will only can close the floating position but open is disable

let me explain
-BackTestLimit : is use for the testing mode only, the ea will be stopout when the acc.balance is reach maybe 1,000,000 like this
-StopOutAt : this is for real test...10 means stop opening when acc.balance is 10 times the initial deposite, but if i coded something wrong it will return to the BackTestLimit .. (means if the StopOutAt not work, then the trade limit will equal to BackTestLimit)

go ahead ppl
Attached Files
File Type: mq4 30pipsSystem_tsuok.mq4 (15.3 KB, 171 views)
File Type: ex4 30pipsSystem_tsuok.ex4 (19.2 KB, 80 views)
File Type: mq4 30pipsupdown-zenseven.mq4 (22.9 KB, 167 views)
File Type: ex4 30pipsupdown-zenseven.ex4 (26.7 KB, 71 views)

Last edited by phoenix; 10-05-2006 at 11:17 AM.
Reply With Quote