yonghing / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
yonghing
Added topic OrderProfit() function removed from MQL5
to calculate total profit of all open orders: double totalprofit ; for( int a = 0 ; a < OrdersTotal (); a ++) if( OrderSelect ( a , 0 , 0 )) totalprofit += OrderProfit (); But the above code only work for MT4/ MQL4 How to code in
: