sk123
sk123
Friends 1
sk123
Added topic getting total orders and one from history
void OnTick ()       {        int count = 1 ;      for ( int i= OrdersTotal ()- 1 ; i >= 0 ; i--)
sk123
Added topic Only one trade per symbol
guys i have this code that calculates the total no of trades online for the current symbol. Somehow it only works when z == 0. If z>0 then the code does not stop and it continues to run. void OnTick ()       {   int
sk123
Registered at MQL5.community