Thread: Martingale EA
View Single Post
  #705 (permalink)  
Old 02-24-2008, 04:23 PM
ElectricSavant's Avatar
ElectricSavant ElectricSavant is offline
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
I took a slice of the setfile I am using, below in quotes, to go over this...

Trade#1: 0.1 lots
Trade#2: 0.2 lots
Trade#3: 0.4 lots
Trade#5: 0.8 lots
Trade#6: 1.6 lots
Trade#7: 3.2 lots
Trade#8: 6.4 lots
Trade#9: 12.8 lots
Trade#10: 25.6 lots

Now here is my question...Should maxtrades be set to 10...and will closeallmax exit and get flat on all the trades on the attempt to make the 11th trade?





Quote:
Start_Lot_Size=0.1
Lot_Size_Increment=0.1

Long_Short_Balance=false
Balance_Weight=0.1

Double_Lotsize=true
Choose_Own_Progression=false
Trade_1=0.0
Trade_2=0.0
Trade_3=0.0
Trade_4=0.0
Trade_5=0.0
Trade_6=0.0
Trade_7=0.0
Trade_8=0.0
Trade_9=0.0
Trade_10=0.0
Trade_11=0.0
Trade_12=0.0
Trade_13=0.0
Trade_14=0.0
Trade_15=0.0
Trade_16=0.0
Trade_17=0.0
Trade_18=0.0
Trade_19=0.0
Trade_20=0.0
Max_Trades=10
Close_All_Max=true

Last edited by ElectricSavant; 02-24-2008 at 04:28 PM.
Reply With Quote