Heiken Ashi RSI

 

Hi guys

I would like to bring the Heiken Ashi candles into a RSI range (0-100). I found one good example like this here: https://www.mql5.com/de/market/product/87488?source=Site+Search#

Unfortunately, the developer doesn't answer my question. So, I decided to code it by myself. I coded already the heiken ashi candles but these are linked to the price chart with the asset price (y-axis). I would like to bring the heiken ashi candles into a RSI. Does anyone have any idea how to make this?

Here is another example on Tradingview.


Thanks in advance!

 
just normalize your heikin. for Example (HeikinClose[0]-HeikinClose[1])/HeikinClose[1]. after that it oscilates around 0. Then you can throw tanh() onto it and it ranges between -1 and 1. After that you can divide it by 2  and shift either your rsi or the differentiated heikin to the 0 and 1 range.

btw. hier wird deutsch gesprochen
 
another way would be to calculate the stochastic of your heikin
Grund der Beschwerde: