I am about to give up. Tried 3 installations on two different systems (64 bit pc and 32 bit notebook) now and can not get anything printed on the chart in a strategy. When I paste simple code like
DrawText("tag1", "Text to draw", 10, 1000, Color.Black);
into the OnBarUpdate() method nothing is drawn. It works in an indicator and I have seen other threads with the exact same problem - and no solution.
I have already tried the following things
- reinstall
- install on other pc
- several overloaded / adapted versions
- changed colors
- run prescripted strategies that use DrawXXX
and I have already uninstalled NinjaTrader completely a few minutes ago. I have developed strategies in MQL4 and MQL5, bought the launch pad book and invested almost 14 days now. If someone can tell me what I am missing, I will give Ninjascript another try. Does it work for you?

Comment