Rikplacid
Rikplacid
Analyst at Rome
Friends

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

Rikplacid
Registered at MQL5.community
Rikplacid
Added topic How to select a specific order and get the order's OrderOpenPrice()??
Hi everybody, my question is...how can i get the OrderOpenPrice() of a specific order?? If i send, for example, a buy order by... if(High[1]>=Resist){ res = OrderSend(Symbol(),OP_BUY,LotsOptimized(),Ask,3,0,0,"",MAGICMA,0,Green);