Click or drag to resize

VolumeSeries Constructor

Initializes a volume series. Indicator is required to calculate the bar index

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
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