Click or drag to resize

PriceSeries Constructor

Initializes a Price 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 PriceSeries(
	IndicatorBase owner,
	Bars parent,
	PriceType priceType
)

Parameters

owner  IndicatorBase
 
parent  Bars
 
priceType  PriceType
 
See Also