Hi, while trying to validate my mt5 EA for the market I get these following errors:
Did you normalize the new stop-loss value to the number of Digits available?
Did you normalize the new stop-loss value to the number of Digits available?
Hello Davis,
Yes every double values are normalized in my EA.
HI Syed,
Did you found a solution to solve the Stop loss issue - we are running the same and we are thinking the SL is too close to the pricing with Trailing Stop...
Saw this post
- 2018.10.22
- www.mql5.com
HI Syed,
Did you found a solution to solve the Stop loss issue - we are running the same and we are thinking the SL is too close to the pricing with Trailing Stop...
Saw this post
Hi Fernando,
In my EA I am trying to modify positions when spikes occurs. I think this is what causing the problem. It could be that by the moment EA tries to modify position the spikes move backwards. In that regards you are probably right.
NormalizeDouble( value,_Digits); |
Hi, while trying to validate my mt5 EA for the market I get these following errors:
Please provide bid and ask at that moment and the minimum required distance.
Hi Fernando,
In my EA I am trying to modify positions when spikes occurs. I think this is what causing the problem. It could be that by the moment EA tries to modify position the spikes move backwards. In that regards you are probably right.
any solution?
Setting the TakeProfit and StopLoss levels within the SYMBOL_TRADE_STOPS_LEVEL minimum level
- www.mql5.com
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi, while trying to validate my mt5 EA for the market I get these following errors: