Master001
Master001
Friends

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

Master001
Registered at MQL5.community
Master001
Added topic How to check if the order was closed by TP or SL?
Hello I have read some threads but im not sure if my code can check properly order close by SL or TP : OrderSelect ( HistoryTotal () - 1 , SELECT_BY_POS , MODE_HISTORY ) ; if ( OrderSymbol () == Symbol ()) { if ( OrderClosePrice () == OrderStopLoss