A very nice and helpfull indicator !!
I don't use anything else anymore...
Gilbert Despeghel, Belgium.
pls whats the best currenct pair and time frame for this indicator.
Hi all
Please does any one know the formula for smoothing the heikin ashi indicator?
Cheers
does it work with mt5 trader
Do you have a "bar" version of Heiken Ashi Smoothed that appears in a subgraph? This indicator is excellent but it sometimes obscures the price action when it's in the main page. Also hopefully I can make the bar wide by dragging the top margin of the subgraph up, so that it is easily seen whether green (long) or red (short).
I have a subgraph version but it prints three colors (blue/red/yellow) and there is sometimes consecutive yellows which can be confusing. I only want two colors so there is no doubt whether long or short. Also, with this version, it has a set width no matter how wide you make the subgraph... Thanks
There is a bug in this code.
maOpen=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_OPEN,pos);
maClose=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_CLOSE,pos);
maLow=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_LOW,pos);
maHigh=iMA(NULL,0,MaPeriod,0,MaMetod,MODE_HIGH,pos);
is wrong! Correct:
maOpen=iMA(NULL,0,MaPeriod,0,MaMetod,PRICE_OPEN,pos);
maClose=iMA(NULL,0,MaPeriod,0,MaMetod,PRICE_CLOSE,pos);
maLow=iMA(NULL,0,MaPeriod,0,MaMetod,PRICE_LOW,pos);
maHigh=iMA(NULL,0,MaPeriod,0,MaMetod,PRICE_HIGH,pos);
PRICE_... and MODE_... have different values!!!
Good morning, very urgent...
Do anyone know if this heiken ashi smoothed indicator is repainting???
Thank you very much in advance
Sir,
How can I attach this Smooth H.A to Android Version of MT4?
Thanks a lot in view of your Kind reply.
You cannot use custom indicators on the Android version of MT4

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Heiken Ashi Smoothed:
Author: John Smith