So I get this error in Backtesting: And this is my code, I want to add a BuyStop at High Price from Previous Candle: pr= iHigh ( NULL , PERIOD_CURRENT , 1 ); ticket= OrderSend ( Symbol (),OP_BUYSTOP,LotSize,pr,Slippage, 0 , 0 , NULL ,MagicNumber
So, I get this error in strategy tester mt4: Beside of the error, the strategy tester works really fine. But I'm afraid if I using this code in real account, this error would disrupt the trading. Can someone help me to fix this? This is the
Hello, my name is Daniel and I am still a newbie in this forum. I want to learn how to create an EA using ZigZag as main indicator and few filters to filter out false signal. So, I read this thread :