I have spent quite a bit of time converting an indicator to a Strategy complete with adding
visual information to assist in discerning the best trade setup and executions. Much to my dismay when I disable the strategy to inhibit new trades so I can focus on debugging whether trades are being taken correctly all the visual information including Ninja Trade markers disappears. I could see one possible solution which would be to take a Giant step backwards and separate my Indicators from the strategy and then connect thru Exposed variables such that the indicators and any trade information I wanted was plotted thru the indicator. But this seems to me the wrong way to be going. Is there a way around this to retain information on the chart.
Thanks
Jerry

Comment