MQL5-JSON-API
MQL5-JSON-API copied to clipboard
broker.mqh.Getpositions make a mistake
Like the title, when i use this methord the result is a list with the same position -info if i opened more than one position on mt5.
same issue
Please explain this more - it doesn't make sense. Of course it provides details of all open positions..
Please explain this more - it doesn't make sense. Of course it provides details of all open positions..
for ex, the opened orderlist on mt5 terminal have 3 orders with different orderIds, but i got 3 save orderId and other same order info by the method.
So you are saying that the terminal has 3 orders and obviously with 3 different IDs however the method returns the same IDs for the orders?
Meaning the methods isn't updating IDs properly...
Let me check this, if that's what you are meaning to convey here.