I'm attempting to use the indicator from within a Strategy.
AddChartIndicator works and creates the indicator object, however the "OnBarUpdate" event never fires in the Indicator and as such no items are drawn on the chart.
Is there another method to invoke or property to set so that the instantiated indicator actually renders its contents on the chart?
Comment