PDA

View Full Version : PriceType


stepwise
04-12-2007, 03:04 AM
Hi there,

If I want to use (H+L+O+C) / 4 for my Bollinger Bands price....how would I do that?

Thanks.

NinjaTrader_Ray
04-12-2007, 04:00 AM
Hi,

We do not haveaprice type forthat. Only Median and Typical in addition to standard OHLC.

You would have to create a custom BB indicator and build this price type in the indicator itself.

You would have to use a DataSeries and set the value of this pricetype and then pass this DataSeries object into the BB indicator method.

Ray