LowestBar2

Modified on 2008/04/09 23:40 by Administrator — Categorized as: TASCIndicators

Syntax

public LowestBar2(DataSeries ds, int period, string description)
public static LowestBar2 Series(DataSeries ds, int period)
public static double Value(int bar, DataSeries ds, int period)

Parameter Description

ds Source series
period Lookback period for the lowest value.

Description

If more than one bar has precisely the same Lowest value within the specified period, LowestBar2 returns the first occurrence of those bars. This differs from the native LowestBar function, which returns the most recent bar, i.e., the bar with the latest date/time.

Example