Initializes a Price series.
Indicator is required to calculate the bar index
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic PriceSeries(
IndicatorBase owner,
Bars parent,
PriceType priceType
)
Parameters
- owner IndicatorBase
- IndicatorBase which initializes the object. Calculate property is used to calculate the series index
- parent Bars
- [!:BarsBase] from which the values will be returned
- priceType PriceType
- PriceType
See Also