TrueLow

Modified on 2008/04/11 00:03 by Administrator — Categorized as: TASCIndicators

Syntax

public TrueLow(Bars ds, string description)
public static TrueLow Series(Bars ds)
public static double Value(int bar, Bars ds)

Parameter Description

Bars The symbol's Bars object

Description

TrueLow is the minimum of:
See also: TrueHigh, TrueRange

Example