- InitPhase
- TrendType
- UsedSeries
- EveryTick
- Open
- High
- Low
- Close
- Spread
- Time
- TickVolume
- RealVolume
- Init
- Symbol
- Period
- Magic
- ValidationSettings
- SetPriceSeries
- SetOtherSeries
- InitIndicators
- InitOpen
- InitHigh
- InitLow
- InitClose
- InitSpread
- InitTime
- InitTickVolume
- InitRealVolume
- PriceLevelUnit
- StartIndex
- CompareMagic
Low
Gets the element of the Low timeseries by index.
double Low(
|
Parameters
ind
[in] Element index.
Return Value
If successful, it returns the numerical value of the Low timeseries element with specified index, otherwise it returns EMPTY_VALUE.
Note
The EMPTY_VALUE is returned in two cases:
- Timeseries is not used (the corresponding bit is not set).
- Element index is out of range.