Is it possible to derive from OHLC trace to develop Heiken Ashi chart?

Is there any documentation for how to develop a new type of chart? A heiken ashi chart is similar to ohlc.

Thanks!

Hi,

I believe that you can still use go.Ohlc for Heikin-Ashi, you just need to calculate open, high, low and close accordingly. Some references:

Using pandas-ta:

β€œManually” using pandas:

Hope this helps! :smiley: