Thread: Martingale EA
View Single Post
  #728 (permalink)  
Old 02-24-2008, 06:33 PM
ElectricSavant's Avatar
ElectricSavant ElectricSavant is offline
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
Please advise when we are to go to the opening post and re-download...wolfe we have 11 more bugs to go!!!!

This EA is going to be perfect!

wolfe...wait until the other forums catch wind of this!....you aint seen nothin' yet...

and with all the open architecture...dealers cannot filter all the combinations!

ES


Quote:
Originally Posted by wolfe View Post
Here is how Close_All_Max works:
PHP Code:
if (Close_All_Max==true)
 {
  if (
OTBM(Magic_Number)==Max_Trades)
   {
    
CBM(Magic_Number); 
Basically this code says this:
if Close_All_Max is true and your open orders total equals your Max_Trades total, a close all will be performed.

Congratulations ES, you have helped me find the first bug! The bug is this- if you have Use_Trailing_Stop set to true, the Close_All_Max will not work. This is easy to fix. Thanks ES.
Reply With Quote