Series is Below a Value

Modified on 2019/02/28 06:08 by Eugene — Categorized as: Community Indicators

SeriesIsBelowValue: Indicator Documentation

Syntax


SeriesIsBelowValue(DataSeries ds, double num, int period)
SeriesIsBelowValue(DataSeries ds, double num, int period, string description)

Parameter Description

dsData series
numValue
periodPeriod for which the data series should be below the value

Description

Returns the number of consecutive bars that a DataSeries dshas been below a value num minus the Period bars.
See also:
Series Is Above a Value
Series Is Below

Example

See Series Is Above a Value.