Hi, i am new in the forum, not so new in calgo development.
i am facing a problem, i will like to do one thing:
- need to know the correct way to use a sleep function in calgo, i tried System.Threading.Thread.Sleep(10000); and Thread.Sleep(10000); and none of them work.
how do i stop the execution of the robot for 10 seconds correctly even if new ticks will came in ?
thanks.
nevermind guys, i was able to solve my problem usigna timer to execute every X seconds and i totally discarded the use of the ontick functions.
oxarbitrage
09 Jul 2013, 23:49
RE:
nevermind guys, i was able to solve my problem usigna timer to execute every X seconds and i totally discarded the use of the ontick functions.
thanks anyways.
@oxarbitrage