Initializes a volume series.
Indicator is required to calculate the bar index
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public VolumeSeries(
IndicatorBase owner,
Bars parent,
VolumeType volumeType
)
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
- volumeType VolumeType
- VolumeType
See Also