Luca Cerquatelli:
I'm asking for help with this error in my expert advisor's code: Failed to modify stop loss for short position (ticket #1). Error code: 4108. "OrderModify error 4108" I hope someone can help me, thanks. Here is the part of the code that returns the error:
&& new_stop_loss2 > OrderOpenPrice() + stop_level * Point
Are you sure about this condition? You mean stop loss will never move below open price?
Thanks, I fixed it

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I'm asking for help with this error in my expert advisor's code: Failed to modify stop loss for short position (ticket #1). Error code: 4108. "OrderModify error 4108" I hope someone can help me, thanks. Here is the part of the code that returns the error: