This repository provides a Python implementation for calculating Heikin-Ashi candles,. This Heikin-Ashi candles formula provides the results whichcan be matched with the popular charting platforms like Tradingview.com
Note:Heikin-Ashi candles is a popular candlestick technique used in technical analysis to smooth price data and identify trends more clearly
- Calculates
HA_open
,HA_high
,HA_low
, andHA_close
based on input OHLC data. - Outputs the calculated Heikin-Ashi values for easy visualization or further analysis.
Make sure you have Python and the required libraries installed.
pandas
: For data manipulation and analysis.