farbod
farbod
Friends

Add friends via their profile or user search and you will be able to see if they are online

farbod
Registered at MQL5.community
farbod
Added topic How can I select oldest BuyStop immediately after it gets Buy?
i know how to select last open order and it is possible like this: OrderSelect(OrdersTotal()-1,SELECT_BY_POS); or OrderSelect(LastTicket,SELECT_BY_TICKET); but the problem is: i have many pending orders and i can only get the last order information