View Full Version : OHLC Dataseries?
michaelbb
05-28-2008, 08:57 AM
Want to pass smoothed Price Data w. OHLC to an indicator. Is there a way to do this? DataSeries/IDataSeries supports only one value and no OHLC?
NinjaTrader_Dierk
05-28-2008, 09:10 AM
Not sure I follow. You can pass a data series as well as a bar series into an indicator.
michaelbb
05-28-2008, 09:36 AM
More in detail:
First I calculate some smoothed prices (similar to build in Heikin Ashi Indicator). The results should be passed to Jurik DMX indicator - this indicator needs OHLC information. Dont know how to do this.
What is a bar series / how can I create this and pass to a indicator?
NinjaTrader_Dierk
05-28-2008, 09:45 AM
You only can create data series, but no bar series. A data series only hold one series of data points but can not hold OHLC series or so at the same time.