you don't understand because it is in russian? (since any other detalis were given by you, I am assuming the problem is to read russian messages)
Here it goes:
BuyPositionOpen(): Неверные данные для структуры торгового запроса!
BuyPositionOpen(): OrderCheck(): Указан неподдерживаемый тип исполнения ордера по остатку
Means:
BuyPositionOpen(): Invalid data for the structure of the trading request! BuyPositionOpen(): OrderCheck(): An unsupported type of order execution is specified for the balance
Hope it helps you find the problem.
That error message is broker dependent. The issue is in tradealgorithms.mqh where the order filling mode is hardcoded to ORDER_FILLING_FOK (request.type_filling=ORDER_FILLING_FOK;).
For it to work with my broker, I had to replace with SYMBOL_FILLING_FOK.
tradealorithms.mql doesn't check what filling modes are supported by the broker and uses a hard coded value.
I guess that your broker must support ORDER_FILLING_FOK.
you don't understand because it is in russian? (since any other detalis were given by you, I am assuming the problem is to read russian messages)
Here it goes:
Means:
Hope it helps you find the problem.
That error message is broker dependent. The issue is in tradealgorithms.mqh where the order filling mode is hardcoded to ORDER_FILLING_FOK (request.type_filling=ORDER_FILLING_FOK;).
For it to work with my broker, I had to replace with SYMBOL_FILLING_FOK.
tradealorithms.mql doesn't check what filling modes are supported by the broker and uses a hard coded value.
I guess that your broker must support ORDER_FILLING_FOK.
i will try it thanks for your comment ))

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Exp_XOSignal_ReOpen:
The Exp_XOSignal_ReOpen trading system based on the signals of the XOSignal indicator with trend following scaling.
Author: Nikolay Kositsin