heikinashi 4 metastock

#2
Does anybody have heikinashi software for metastock.

kindly help
Krishna
You can create your own formula in metastock using the below equation

Calculation

* Description: Heikin Ashi charts calculate their own open (HAO), high (HAH), low (HAL), and close (HAC), using the actual open (O), high (H), low (L), and close (C), of the time frame (e.g. the open, high, low, and close, of each five minues).
* Calculation:
HAO = (HAO-1 + HAC-1) / 2
HAC = (O + H + L + C) / 4
HAH = Highest(H, HAO, HAC)
HAL = Lowest(L, HAO, HAC)
 

Similar threads