MQL_Easy
MQL_Easy copied to clipboard
Validation Stop/Freeze Level for Buy/Sell Stop-Limit Orders
Hats off for a very well done library. In case of MQL5 the Stop/Freeze Level validation for Buy/Sell Stop-Limit Orders are missing.
It would be good if this can be added as currently figuring this out is a shot in the dark with many invalid order errors.
Thank you for your proposals.
Hi, can you provide an example which showing the invalid order errors. I am asking you because the Freeze Level validation for Buy/Sell Stop-Limit is already exist in the library.
Thanks
Currently I am not running any checks as there is no validation and checks for ORDER_TYPE_SELL_STOP_LIMIT
and ORDER_TYPE_BUY_STOP_LIMIT
OK. You have right. I will make an update in order to take into account those orders' type.