Jamshidbek Kuchkarov / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Jamshidbek Kuchkarov
Added topic Getting Position ID of the trade
I want to get the position ID of a trade right after opening it, but it always returns 0 . Here is the code I’m using: if (trade.Sell(volume, symbol, 0 , sl, tp)) { ulong order_ticket = trade.ResultOrder(); // Trying to get
: