APO-Absolute Price Oscillator (PO-Price Oscillator)

APO-Absolute Price Oscillator (PO-Price Oscillator)

APO Absolute Price Oscillator (also simply called: PO – Price Oscillator) is pretty much like MACD it’s a difference between a faster and a slower Moving Average.
Zero line crossings are to be intended as Bullish or Bearish signals.

Calculation:
input     = price, user defined, default is Midpoint
method = moving average (ma), user defined, default is SMA
period   = user defined, default is 10
period2 = user defined, default is 30
index    = current bar number

MA1 = ma(method, index, period, input);
MA2 = ma(method, index, period2, input);
Plot: diff = MA1-MA2;

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. poldoposta • 01/12/2021 #

    si potrebbe trovare una soluzione per sovrapporlo al prezzo?

    • robertogozzi • 01/12/2021 #

      Basta che tu clicchi sull’etichetta (tag) PREZZO del grafico (appena sotto l’angolo in alto a sinistra) e da li seleziona AGGIUNGERE INDICATORE, quindi scegli quello che t’interessa dall’elenco.

avatar
Register or

Likes

avatar avatar avatar
Related users ' posts
Bard Did anyone get an error with lines 25 and 26?
Nicolas
9 years ago
ZeroLag MACD
ZeroLag MACD
13
Indicators
sam00075 Hi Nicolas, can you please upload a version with TEMA, so those who don't know how to code c...
Nicolas Use the MACD code here: https://www.prorealcode.com/topic/standard-prt-code-for-macd/#post-1...
Alai-n Afin d'avoir l'Histogramme Macd il faut rajouter ligne18 : HistogrammeMacd = ZeroLagMACD - S...
Nicolas
9 years ago
Nicolas Just replace the last line with this : RETURN dm as "Volume Weighted MACD", masignal as "Si...
thomas2004ch I happen to read this article. I would say the formel 'd = maslow - mafast' could be inverse...
Nicolas You are right! but still the picture is looking good. The formula is inverted! dunno why :) ...
Nicolas
9 years ago

Top