Click or drag to resize

IndicatorBaseCalculateMinMax Method

Calculate the minimum and maximum values

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected override void CalculateMinMax(
	IBars bars,
	int startBar,
	int endBar,
	ref double min,
	ref double max
)

Parameters

bars  IBars
IBars
startBar  Int32
Start index of the bars
endBar  Int32
End index of the bars
min  Double
Minimum value
max  Double
Maximum value
See Also