Heiken Ashi Idea - page 17

 

please help me add this function up/down "Deviation" or "Vrtshift" to this inidcator

 

VIP heiken ashi

VIP heiken ashi

Files:
 

Indicator HA EMA3

This indicator is based on the moving average of the Heiken Ashi candles.

Formulas:

MA1 = MA(HA_Close),

MA2 = MA(MA1),

MA3 = MA(MA2), where

HA_Close = ((Open+High+Low+Close)/4+HA_Open+Max(High, HA_Open)+Min(Low, HA_Open))/4,

HA_Open = ((Open+High+Low+Close)/4+HA_Open)/2.

Files:
eurusdh4_3.png  54 kb
ha_ema3.mq4  3 kb
 

VIP Heiken Ashi made as histogram

 

This is a regular heiken ashi but smoothed with adaptive smoother, indicator has alerts on color change.Might be of use alongside the ha delta.

 
mrtools:
This is a regular heiken ashi but smoothed with adaptive smoother, indicator has alerts on color change.Might be of use alongside the ha delta.

Nice. Thanks

 
mrtools:
This is Ha Delta of adaptive smoother histogram version, its mtf with alerts on zero cross and signal histogram cross.

Found a possible bug, think what it will affect mainly is the alerts on mtf mode so those who downloaded the earlier version of Ha Delta would recommend to download this fixed version.

 
mladen:
Here is a 4 time frame heiken ashi smoothed indicator )in the lower sub-window - it is showing colors of 4 different time frame heiken ashi smoothed values)

It has 2 modes of operating : using heiken ashi high-low values for color (wick color, UseHAHighLowparameter set to true) or using open-close (the body color, UseHAHighLowparameter set to false)

Great indicator Mladen, thanks! Is it possible to code sound alert when two, three, or four consecutive squares line up in opposite direction?

 

Hello all,

Is there a Heiken ashi smoothed which uses Hull Moving Average?

thanks

-zhao

 
zhaozilong:
Hello all,

Is there a Heiken ashi smoothed which uses Hull Moving Average?

thanks

-zhao

zhao,

Check the one at this post : https://www.mql5.com/en/forum/173574/page274

There are some more floating around, but that one is already multi time framme version with alerts

Reason: