TrueHigh

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

Syntax

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

Parameter Description

Bars The symbol's Bars object

Description

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

Example