Series Is Below

Modified on 2011/03/21 11:59 by Administrator — Categorized as: Community Indicators

SeriesIsBelow: Indicator Documentation

Syntax


SeriesIsBelow(DataSeries ds1, DataSeries ds2, int period)
SeriesIsBelow(DataSeries ds1, DataSeries ds2, int period, string description)

Parameter Description

ds1First data series
ds2Second data series
periodPeriod for which the 1st data series should be below the 2nd data series

Description

Returns the number of consecutive bars that Series1 has been below Series2 minus the Period bars.

Example

See Series Is Above.