TradingView
ProfitProgrammers
31 juil. 2019 21:04

Relative Price Oscillator 

Bitcoin / United States DollarCoinbase

Description

Here is a new experimental indicator we've been working on. The idea was to compare two EMA's of period midpoints to the actual closing price. The steps that were taken are listed below:

1.Calculate an EMA based on each period's midpoint ((High * Low) /2) for the last 9 periods.

2.Calculate an EMA based on each period's midpoint for the last 100 periods.

3. Divide the difference of the two EMA's by the closing price. ((EMA1 - EMA2) / Close).

4. Smooth the value from step #3 with an 18 period EMA. Multiply by 1000 for better scaling/visibility.


Using:

Bullish when line is green, bearish when line is red. Buy on first green, then sell on first red.

There is also an option to color the candles based on the RPO line.
Commentaires
whpetrie
I like it, but have tightened it to 5,50 and 18, i.e., halved the periodicity.(because I am a short-term, immediate-gratification kinda guy...:))
However, at this setting , it yields essentially same signals as MACD at 12,26 and 9,........are the methodologies different enough to say that one supports the other?.......or are we just massaging the same inputs differently and therefore getting "confirmation"?
syrinxflunki
Beautiful sir :)
Plus