IndicatorBaseCalculateMinMax Method |
Calculate the minimum and maximum values
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxprotected 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