heikinashi
heikinashi
Classes:
Name | Description |
---|---|
HeikinAshi |
Heikin-Ashi |
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/
Methods:
Name | Description |
---|---|
prev_derived |
Returns the previous derived Candle |
set_candle_refs |
Replace CandlestickType Candles to own by reference |
transform |
Transforms the Candle's into their candlestick type, using the given CalcMode. |
Attributes:
Name | Type | Description |
---|---|---|
index |
int
|
Current derived_candles index off calculation |
Source code in hexital/core/candlestick_type.py
prev_derived
Returns the previous derived Candle
Source code in hexital/core/candlestick_type.py
set_candle_refs
transform
Transforms the Candle's into their candlestick type, using the given CalcMode. INSERT: Fresh transformation, will re-transform all Candles. Slow APPEND: Will transform all Candles at the end that have no derived Candles PREPEND: Will transform all Candles from the start until hitting already Transformed candles