Is there any documentation for how to develop a new type of chart? A heiken ashi chart is similar to ohlc.
Thanks!
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!