Heiken Ashi Smoothed

0
(0)
Name:
Heiken Ashi Smoothed [ ru | cn ]
Author: Scriptor (2008.03.03 10:27)
Rating: 10
Downloaded: 30077
Download:
Heiken Ashi Smoothed 1
 Heiken_Ashi_Smoothed.mq4 (4.2 Kb) View
Author: Raff

Heiken Ashi Smoothed indicator.

Heiken Ashi Smoothed 2
7 comments  To post a new comment, please log in or register

А возможно сделать так чтобы heiken ashi отображался в отдельном графике, как ренко например. кидаем советник ставим период и открываем офлайн график???
23.12.2012 09:48 ivan2007007

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!!!

25.10.2011 08:24 Hanky

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

20.10.2011 05:38 jtimpson

does it work with mt5 trader

19.08.2011 21:12 20n7n3

Hi all

Please does any one know the formula for smoothing the heikin ashi indicator?

Cheers

 

28.08.2009 17:31 colin77

pls whats the best currenct pair and time frame for this indicator.

18.12.2008 15:30 27-3-1984

A very nice and helpfull indicator !!

I don't use anything else anymore...

Gilbert Despeghel, Belgium.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.