Heikin-Ashi Smoothed

Here you can post and download custom indicators. PLEASE: Do not start topics unless you are posting your own indicator, they will be moved to appropriate section even if you do.

Moderator: admin

Re: Heikin-Ashi Smoothed

Postby Apprentice » Fri Oct 17, 2014 11:54 am

MTF MCP Heikin-Ashi Smoothed Added.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Heikin-Ashi Smoothed

Postby easytrading » Sun Oct 19, 2014 6:24 pm

hello ,
could anyone help to develop a strategy for this indicator based on HA smothed bar color changing with the option of deferent timeframes please, thanks.
easytrading
FXCodeBase: Initiate
 
Posts: 154
Joined: Thu Sep 11, 2014 5:23 pm

Re: Heikin-Ashi Smoothed

Postby Apprentice » Mon Oct 20, 2014 10:45 am

U can use Heiken_AshiSmoothed_N_Bars_Strategy.lua
Set Count of bars Parameter to 1
viewtopic.php?f=31&t=3655
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Heikin-Ashi Smoothed

Postby Apprentice » Wed Aug 19, 2015 4:10 am

MTF MCP Heikin-Ashi Smoothed Added.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Heikin-Ashi Smoothed

Postby gregoryyul » Thu Aug 20, 2015 11:06 am

Hi

Thanks for creating the MTF MCP Indicator.

It's working well for me but I can't figure out how to get the bar graph representation for the current chart, I only get the coloured arrows.

Can you pls explain how to do this?

Thanks for your time
gregoryyul
 
Posts: 7
Joined: Thu Jun 11, 2015 12:56 pm

Re: Heikin-Ashi Smoothed

Postby all_in » Tue Aug 25, 2015 9:45 am

gregoryyul wrote:Hi

Thanks for creating the MTF MCP Indicator.

It's working well for me but I can't figure out how to get the bar graph representation for the current chart, I only get the coloured arrows.

Can you pls explain how to do this?

Thanks for your time


I'd like to know this as well.

Also, am I right in saying, that until the bar closes, the indicator could repaint?
If so, could it be made to only display when the specific timeframe period has completed?
i.e. Looking at the M5 chart, the H1 HA is bullish, but the H1 candle hasn't completed and could change.

Thanks
User avatar
all_in
 
Posts: 29
Joined: Mon Jun 30, 2014 3:15 pm

Re: Heikin-Ashi Smoothed

Postby Apprentice » Wed Aug 26, 2015 10:05 am

gregoryyul
Try MTF MCP Heikin-Ashi Smoothed (2).lua
ALL_IN
MTF MCP indicator will reflect change in HASM indicator.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Heikin-Ashi Smoothed

Postby all_in » Mon Sep 07, 2015 2:04 pm

Thanks
User avatar
all_in
 
Posts: 29
Joined: Mon Jun 30, 2014 3:15 pm

Re: Heikin-Ashi Smoothed

Postby jarmush » Sun Oct 25, 2015 8:55 pm

all_in: Yes, it can change colors. Heikin Ashi OPEN is allways in the middle of the previous Heikin Ashi candle, but other candles use most actual values so can change colors (including HA CLOSE - have a look at this: http://www.technicalindicators.net/indi ... hi-candles). And the HA variations behave the same. Hope this helps.
jarmush
 
Posts: 1
Joined: Sun Oct 25, 2015 8:21 pm

Re: Heikin-Ashi Smoothed

Postby Apprentice » Tue Oct 27, 2015 3:39 am

"HASM" will not use HA formula to calculate.
It is calculated as follows.
open = MVA(MVA(OPEN, N1)[-1] + MVA(CLOSE, N1) / 2, N2)
close = MVA(MVA(OPEN, N1) + MVA(CLOSE, N1) + MVA(HIGH, N1) + MVA(LOW, N1)/ 2, N2)
high = MAX(open, close, MVA(HIGH, N1), N2)
low = MIN(open, close, MVA(LOW, N1), N2)
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

PreviousNext

Return to Custom Indicators

Who is online

Users browsing this forum: No registered users and 36 guests