Hi jcl,

I tried couple of things and found a way to make it work: calling asset() in run(). Without asset(), tock() is not triggered in Test Mode. Maybe worth mentioning in the Manual.

I noticed another strange behaviour of tock() in Trade Mode, it only works after a bar close. For example, if BarMode=60 and current time is 14:38 then tock() won't be triggered another 22 minutes(+TockTime). Is this intended?

Thanks