TradingView
ProfitProgrammers
2019年7月31日午後9時4分

Relative Price Oscillator 

Bitcoin / United States DollarCoinbase

詳細

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.
コメント
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"?
crr1435
@whpetrie, i think look for buy (green) when its above 0 and sell (red) below 0. Dont buy or sell immediatly after they cross the 0 line wait for a pullback to end below or above 0 to be sure its sustainable move.
syrinxflunki
Beautiful sir :)
詳細