PDA

View Full Version : How Do You Get A Custom Indicator Return Value For Market Analyzer


doug_p
01-22-2009, 04:55 PM
I have built a custom indicator and installed it as a column in the Market Analyzer following the NinjaTrader Help document. The indicator values displayed are not the same as displayed on the chart. I thought they might be the same as the Plots[0] DataSeries but the values are not the same.

My question is if the return value from the OnBarUpdate function is void how do you return a value such that the Market Analyzer has input for the custom indicator column?

Thanks

NinjaTrader_Bertrand
01-23-2009, 06:59 AM
Hi doug_p, you would select the needed 'Plot' value the custom indicator offers...have you checked the CalculateOnBarClose setting for both your MA and the chart?