×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

Heikin-Ashi

13 bytes added, 15:41, 21 February 2017
no edit summary
[[File:HAChart1.png|right|HA]] The Heikin-Ashi chart type is constructed like a regular candlestick chart (except with the new values above). The time series is defined by the user depending on the type of chart desired (daily, hourly, etc.). Instead of using the open-high-low-close (OHLC) bars like standard candlestick charts, the Heikin-Ashi technique uses a modified formula:
Close = (Open+High+Low+Close)/4<br>Open = [Open (previous bar) + Close (previous bar)]/2<br>High = Max (High,Open,Close)<br>
Low = Min (Low,Open, Close)