I replaced the W1 with 1440 in the EA 'cos I was in a mad rush to set it up before going to work, and figured that 30 was too short... Thinking of relative time, maybe the hourly is a closer bet, (W1 being 5 * D1)... I don't know which would be best though, really.dudest wrote:I'm wondering whether the W1's should be changed to 30 (instead of 1440) [ since M30 is the higher TF to M15, as W1 is to D1... ]Yeah, change the 1440's to 15, the 240's to 5, and the W1's to 1440...
Mapping:
W1 --> M30 [30]
D1 --> M15 [15]
H4 --> M5 [5]
Thanks for the parameter explanation file
Thanks for that one too, Niepceniepce wrote: You might shorten the timers as well
DeltaTimeLiveTrades=86400; 24H min between two live trades.
DeltaTimeHistoTrades=14400; 4H min between last closed trade and the new one.
I was looking through the code, and came across this...
Code: Select all
if(UseTakeProfitOn3MACD==true)
{
if(GetProfitPair(strSymbol,nMagic,OrderTicket())>0)
if(TimeElapsedSinceLastHistoSell(strSymbol, MagicNumber,OrderTicket())>=86400)
if(AllowedSpread(strSymbol)==true)
The same value is used when checking TimeElapsedSinceLastHistoBuys, too.
Well, it's back to the slacktester for me
Have fun!
Radar =8^)