Quinton Carroll / Publications
Forum
Big problem I can't solve
I have written an EA that I have spent a few hundred hours back testing with various settings. Because of these tests, I think I have come up with very specific settings that seem to work unbelievably. Most of my testing has been from January 1st 2003 to December 31st 2005. In this time, the EA
Spread AND Commission
Hi Please excuse my ignorance... I am currently testing a strategy that I have build in MT4, and it seems to be very profitable in back testing and also looks pretty good in demo account testing. I am pretty close to opening a real account and making a deposit to beginning live trading, but the
Problem with double numbers
Hi All Please help if you can :) This code causes the server to return error 130 for the OrderModify command: double sl; double tp; int dig = Digits; sl = NormalizeDouble(Bid-Stoploss*Points,Digits); tp = NormalizeDouble(Ask+TakeProfit*Points,Digits); str_sl = DoubleToStr(sl,Digits); str_tp =