Price Oscillator Percent Difference

The Price Oscillator displays the difference between two moving averages of a security's price. The difference between the moving averages can be expressed in either points or percentages.

The Price Oscillator is almost identical to the MACD Indicator, except that the Price Oscillator can use any two user-specified moving averages. (The MACD always uses 12 and 26-day moving averages, and always expresses the difference in points.)

Moving average analysis typically generates buy signals when a short-term moving average (or the security's price) rises above a longer-term moving average. Conversely, sell signals are generated when a shorter-term moving average (or the security's price) falls below a longer-term moving average. The Price Oscillator illustrates the cyclical and often profitable signals generated by these one or two moving average systems.

Syntax:

PriceOscillatorPercentDiff
PriceOscillatorPercentDiff()
PriceOscillatorPercentDiff(“Method”)
PriceOscillatorPercentDiff(“Period1”, “Period2”, ”Method”)
PriceOscillatorPercentDiff(“OutPutStartCell”, ”Period1”, “Period2”, ”Method”)

Inputs:

'Close' column values

Parameters:

Examples:

PriceOscillatorPercentDiff
PriceOscillatorPercentDiff()
PriceOscillatorPercentDiff(“MvAvg”)
PriceOscillatorPercentDiff(MvAvg)
PriceOscillatorPercentDiff(“LinWgtMvAvg”)
PriceOscillatorPercentDiff(LinWgtMvAvg)
PriceOscillatorPercentDiff(“ExpMvAvg”)
PriceOscillatorPercentDiff(ExpMvAvg)
PriceOscillatorPercentDiff(“10”, “20”, “MvAvg”)
PriceOscillatorPercentDiff(10, 20, MvAvg)
PriceOscillatorPercentDiff(“10”, “20”, “LinWgtMvAvg”)
PriceOscillatorPercentDiff(10, 20, LinWgtMvAvg)
PriceOscillatorPercentDiff(“10”, “20”, “ExpMvAvg”)
PriceOscillatorPercentDiff(10, 20, ExpMvAvg)
PriceOscillatorPercentDiff(“G2”, “10”, “20”, “MvAvg”)
PriceOscillatorPercentDiff(G2,10, 20, MvAvg)
PriceOscillatorPercentDiff(“G2”, “10”, “20”, “LinWgtMvAvg”)
PriceOscillatorPercentDiff(G2,10, 20,LinWgtMvAvg)
PriceOscillatorPercentDiff(“G2”, “10”, “20”, “ExpMvAvg”)
PriceOscillatorPercentDiff(G2,10, 20, ExpMvAvg)


Copyright © 1998-2012 Franz AG
Visit website: http://www.analyzerxl.com
Send feedback: [email protected]