I am not able to keep the printed information visible on the Ninja Script Output window.
Just as example, the attached indicator contains only the instruction
Print("CurrentBar= " + CurrentBar);
calculated OnBarUpdate with Calculate.OnBarClose.
Putting that into e.g. a 15 min ES chart, clicking "apply", the bar numbers are correctly printed on the Output window.
When then clicking OK, all printed data are canceled and only live data on real-time closing bars are afterwards written.
How do I keep historical information on the Output Window without getting them to be canceled?
Thank you
Martin

Comment