Thread: 10points 3.mq4
View Single Post
  #2717 (permalink)  
Old 06-11-2007, 09:40 PM
master001 master001 is offline
Member
 
Join Date: Mar 2006
Posts: 49
master001 is on a distinguished road
hello

what about "tight" martingale like change only from 0.1 to 0.2? i think it can be little martingale but without sharply rising the risk. But there r needed changes that EA with maxtrades higher than 2 will not rise lot size over 0.2.

Dont you think that maxtrade should be correlated with timeframe? the bigger timeframe the higher maxtrade?

master001


i also experiment with such settings at 1H GBPUSD:

TakeProfit=30.00000000
Lots=0.10000000
TrailingStop=1.00000000
MaxTrades=2
Pips=35 **************** with such setting i have up curve like TesterGraph
SecureProfit=1
AccountProtection=1
OrderstoProtect=3
ReverseCondition=0


Multiplier=1.00000000



Lots=0.10000000
TrailingStop=1.00000000
MaxTrades=2
Pips= 5 ******** with such setting i have down curve like TesterGraph2
SecureProfit=1
AccountProtection=1
OrderstoProtect=3
ReverseCondition=0


Multiplier=1.00000000
Attached Images
File Type: gif TesterGraph.gif (8.8 KB, 306 views)
File Type: gif TesterGraph2.gif (7.0 KB, 275 views)

Last edited by master001; 06-11-2007 at 09:52 PM.
Reply With Quote