Heikin-Ashi Technique (TASC February 2004)

The Heikin-Ashi Technique Indicators described by Dan Valcu can be easily implemented in the NeuroShell Trader by combining a few of the NeuroShell Trader’s over 800 indicators. To implement the indicators, select ‘New Indicator …’ from the ‘Insert’ menu and use the Indicator Wizard to create the following indicators:

haClose:
Average4 ( Open, High, Low, Close )

haOpen:
ExpAvg ( haClose, 3 )

haHigh:
Max3 ( High, haOpen, haClose )

haLow:
Min3 ( Low, haOpen, haClose )

haDiffCo:
Subtract ( haClose, haOpen )

MOV-haDiffCo:
SimpleMovAvg ( haDiffCo, Periods )

File Download

tip0204.exe

Was this article helpful?

Related Articles