Garrett Barton / Publications
Forum
Error 4756 Invalid Stops
All, I've been slowly implementing all the things I can think of to prevent this error and I'm running out of ideas. Here is all the functions that do something leading up to a Buy/Sell. I check margins, I check Positions, I check for Trade Stop Levels (this symbol has none it seems). See attached
Tester Chart and Data Window Values not matching
All, I have a simple EA that I'm working on which is generating an RSI, then some MA's (2,7,34) on top of the RSI. int OnInit () { // other bits rsiHandle = iRSI ( _Symbol , _Period , RSIPeriod, PRICE_CLOSE ); rsiFastMaHandle= iMA ( _Symbol , _Period , RSIFastMa, 0 , MODE_SMA