Freeze anytime print statement is used in onTick event??

Created at 29 Nov 2012, 06:12
lec0456's avatar

lec0456

Joined 14.11.2012

Freeze anytime print statement is used in onTick event??
29 Nov 2012, 06:12


So, I have to mention this again.  It seems that any time I place a print statement in the onTick event.  It freezes cAlgo. For example, Sometimes I want to inspect the Moving averages.  Does this happen to anybody else?


@lec0456
Replies

admin
29 Nov 2012, 11:26

We will look into this. May we ask you which version you are using? For example is it Spotware cAlgo?

 


@admin

lec0456
01 Dec 2012, 10:02

It says Version 1.0.13.  its from IC markets


@lec0456

admin
10 Dec 2012, 10:26

Too many print statements will result to this unfortunately. Try to limit the print statements with a condition.

 


@admin