CashCache
08-15-2008, 04:26 PM
I’ve created a custom indicator and a strategy that uses that indicator. During real trading everything works fine. Also, when the strategy is first loaded to a chart, all of the historical data on the chart is processed and marked up properly. However, nothing is working right when using the strategy analyzer. It runs, but no data comes back at all. The Chart tab displays the correct information, but nothing shows up in the Summary – not a single trade. I’ve double checked all the setting in the Analyzer but can’t figure this one out.
I put a Print statement in the OnBarUpdate() of both the strategy and indicator. The strategy prints to the output window, but the indicator does not.
Any ideas what could be causing this?
Thanks
-Scott
I put a Print statement in the OnBarUpdate() of both the strategy and indicator. The strategy prints to the output window, but the indicator does not.
Any ideas what could be causing this?
Thanks
-Scott