Skip to content

heikinashi

heikinashi

Classes:

Name Description
HeikinAshi

Heikin-Ashi

HeikinAshi

HeikinAshi()

Bases: CandlestickType

Heikin-Ashi

Heikin Ashi is a charting technique that can be used to predict future price movements. It is similar to traditional candlestick charts. However, unlike a regular candlestick chart, the Heikin Ashi chart tries to filter out some of the market noise by smoothing out strong price swings to better identify trend movements in the market.

Sources

https://www.investopedia.com/trading/heikin-ashi-better-candlestick/

Source code in hexital/core/candlestick_type.py
def __init__(self):
    return