KeltnerUpper

Modified on 2008/04/17 13:33 by Administrator — Categorized as: Standard Indicators

Syntax

public KeltnerUpper(Bars bars, int periodOne, int periodTwo, string description)
public static KeltnerUpper Series(Bars bars, int periodOne, int periodTwo)

Parameter Description

bars The Bars object
periodOne The period to smooth Highs-Lows
periodTwo The period to smooth Average Price

Description

See KeltnerLower

Example

See KeltnerLower