PZO - Price Zone Oscillator

Modified on 2011/11/09 22:02 by Administrator — Categorized as: TASCIndicators

Syntax

public PZO(Bars bars, int period, string description)
public static PZO Series(Bars bars, int period)

Parameter Description

barsA Bars object
periodThe indicator lookback period

Description

The Price Zone Oscillator is presented in Walid Khalil's and David Steckler's article "Entering The Price Zone" from the June 2011 issue of Stocks & Commodities magazine.

Example

See TASC 2011-06, Entering The Price Zone (Khalil, Steckler)