warren nazareno / Publications
Forum
First test no display, why?
Hi guys. I wrote these simple codes below. void OnTick () { string Text = "The value is: " ; datetime LocalTime = TimeLocal (); Comment (Text, LocalTime); } And run it on Strategy Tester . But no display output, why