Correlation + Momentum Strategy? 6 replies
MT4 MTF Correlation table and Correlation oscillator indicators 155 replies
InsomiaFX Correlation Double Hedge EA 66 replies
Looking for EA for Correlation Strategy 6 replies
Hedge strategy (not a hedge fund) 13 replies
Dislikedi am using correlation pairs but other EA and strategy
check myfxbook status
http://www.myfxbook.com/widget?id=22...pe=2&color=redIgnored
DislikedHi GUYS I just wana ask whats the biggest pip drawdown you experience on this EA before it goes positive or closed in negative? anyone???Ignored
DislikedHi GUYS I just wana ask whats the biggest pip drawdown you experience on this EA before it goes positive or closed in negative? anyone???Ignored
DislikedDear Ronaldo, your EA is a clockwork...: 37 net pips friday in a turbulent market and 47 today in flat... with virtually no drawdown. I'm definitively in in forward test...live from today.
Thanks againIgnored
DislikedRonald thnx for posting the EA I just have few question:
1st question The lot that is being use in the EA is Lot.o1 is that the deffault setting? is there anyway we can make an option to chose a lot we like? =)
2nd question is there a stoploss on this EA if things go bad do we closed all trade manually ?
3rd question how long do we have to hold the trade ? do we have to hold it until we go positive
4th question whats the biggest pip drawdown u get?Ignored
DislikedHi everyone,
Awesome strategy and great thread, with plenty of smart and useful posts
Ronaldo, big thanks for sharing the EA, it seem to have huge potential. Please add the option to choose lots in order for us to figure out how to maximize profits. I would be grateful if you would tell us more about the exit rules and if there is a limit to the number of open positions.
Looking forward to your replyIgnored
DislikedAlso noticed it has a tendancy to close every single open trade available, not just trades that it initiates..Ignored
if(OrderMagicNumber()==MAGICNUMBER){
switch(OrderType()) {
case OP_BUY: OrderClose(OrderTicket(),OrderLots(),MarketInfo(OrderSymbol() ,MODE_BID),Slippage); break;
case OP_SELL: OrderClose(OrderTicket(),OrderLots(),MarketInfo(OrderSymbol() ,MODE_ASK),Slippage); break;
default: OrderDelete(OrderTicket());
}
} DislikedEA has just opened 14 trades in 10 min, and I have just reached first level (1.7)....... a bit scary.........
I have stopped for now my live test......
Do the EA open a trade each time it reaches the same level different times in the same basket?
Thank youIgnored
DislikedHi Josch,
Just one couple, EUR/USD GBP/USD. The "wrong" version gave me exactly the same results in my live test and Ronaldo´s demo but with the "correct" version my results are really different, for example, these 14 trades gave me -25 pips and Ronaldo´s demo was +4 pips.....
That´s why it´s extremelly important to test any EA with a live account, small but live because with such a scalping EA, execution (and believe me, at FinFX is really good) has nothing to do with a demo.
Anyway, I don´t know what is the difference between wrong...Ignored
DislikedZero divide error causes code with calculation standard deviation, because StdDev can be zero.
Wrong code is:
Correction:Inserted Codedesv_2 = MathSqrt(s/(Period_-1));
And the same in desv_1Inserted Codedesv_2 = MathSqrt(s/(Period_-1)); if(desv_2 == 0) desv_2 = 0.00001; // divide zero protection
I wrote Indicator including automatic backtest and yet looks good. After completing it send it.Ignored
DislikedUntil Sunday I'll try to write the new version.
The AlbertoFx asked me about how to do a backtest, if I'm wrong, I think the best way is rewriting the EA in MQL5. For it is possible to backtest a multicurrency.Ignored
DislikedHello,
I made some improvements to the indicator
- 3 methods of measurement (StdDev, MApips a Stochastic)
- alerts lines calculate automaticly by quantile
- display the state of alert
- support MinTickCount on alert lines (sometime values jump over alert limit and back bellow)
- time and spread filtration
- simulated profit calculation on close bars
In the moment working on statistics MAF/MFE for this correlation method.
Attachment
AttachmentIgnored
DislikedHello,
I made some improvements to the indicator
- 3 methods of measurement (StdDev, MApips a Stochastic)
- alerts lines calculate automaticly by quantile
- display the state of alert
- support MinTickCount on alert lines (sometime values jump over alert limit and back bellow)
- time and spread filtration
- simulated profit calculation on close bars
In the moment working on statistics MAF/MFE for this correlation method.
Attachment
AttachmentIgnored
DislikedHello,
I made some improvements to the indicator
- 3 methods of measurement (StdDev, MApips a Stochastic)
- alerts lines calculate automaticly by quantile
- display the state of alert
- support MinTickCount on alert lines (sometime values jump over alert limit and back bellow)
- time and spread filtration
- simulated profit calculation on close bars
In the moment working on statistics MAF/MFE for this correlation method.
Attachment
AttachmentIgnored
DislikedUntil Sunday I'll try to write the new version.
The AlbertoFx asked me about how to do a backtest, if I'm wrong, I think the best way is rewriting the EA in MQL5. For it is possible to backtest a multicurrency.Ignored
DislikedHello,
I made some improvements to the indicator
- 3 methods of measurement (StdDev, MApips a Stochastic)
- alerts lines calculate automaticly by quantile
- display the state of alert
- support MinTickCount on alert lines (sometime values jump over alert limit and back bellow)
- time and spread filtration
- simulated profit calculation on close bars
In the moment working on statistics MAF/MFE for this correlation method.
Attachment
AttachmentIgnored