sandrika_
sandrika_
Friends

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

sandrika_
Added topic While Loop In Strategy Tester, Timer
Hello. Because the default timer is not available in mql4 so I decided to write my own timer. To do so I made one second while cycle. Code Shown below void countUp() { int CurrentSecond; if (TimeSeconds( TimeLocal ()) == 59 ) CurrentSecond = - 1 ;
sandrika_
Registered at MQL5.community