Topics
09 Jul 2013, 19:13
 3196
 2
Replies

oxarbitrage
09 Jul 2013, 23:49

RE:
oxarbitrage said:

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.

 

thanks anyways.


@oxarbitrage