Heikin-Ashi Delta

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

Heikin-Ashi Delta

Postby Apprentice » Mon Sep 03, 2012 2:45 pm

HA Delta.png

Delta = HA.Close[period]- HA.Close[period-1]
Average = MVA of Delta
HA Delta.lua
(2.79 KiB) Downloaded 1649 times


Dan Valcu Heikin-Ashi Delta = HA.Close[period]- HA.Open[period]
Dan Valcu HA Delta.lua
(2.81 KiB) Downloaded 1215 times


Dan Valcu HA Delta Modification.png

Dan Valcu HA Delta Modification.lua
(7.15 KiB) Downloaded 1024 times


The indicator was revised and updated
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36495
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Heikin-Ashi Delta

Postby Tradingaquemarropa » Tue May 14, 2013 2:42 am

This is the indicator that uses Dan Valu with Heikin Ashi candles?. (The crosses confirm market entrants?.

Thanks, greetings
Tradingaquemarropa
 
Posts: 1
Joined: Mon May 13, 2013 6:44 pm

Re: Heikin-Ashi Delta

Postby Apprentice » Wed May 15, 2013 3:08 am

Unfortunately I do not understand your post (first part).
Can you elaborate further.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36495
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Heikin-Ashi Delta

Postby Alexander.Gettinger » Wed Aug 14, 2013 3:14 pm

MQL4 version of Heikin-Ashi Delta: http://www.fxcodebase.com/code/viewtopi ... 38&t=59132.
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Re: Heikin-Ashi Delta

Postby Lestat39a » Mon Jan 27, 2014 1:02 pm

Would it be possible to program another version of the Heikin-Ashi Delta indicator?

I would like to calculate Heikin-Ashi Delta as follows: HA Delta = HA Close - HA Open (as it was intended to be calculated by the author of the book "Heikin-Ashi How to trade without candlestick patterns", Dan Valcu).

This would be really great because it's a great way to enhance the Heikin-Ashi Technique. Many thanks in advance.
Lestat39a
 
Posts: 2
Joined: Tue Feb 26, 2013 10:27 am

Re: Heikin-Ashi Delta

Postby Apprentice » Tue Jan 28, 2014 3:06 am

Please Try Updated Version Shift parameter is introduced.
Dan Valcu Heikin-Ashi Delta Added.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36495
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Heikin-Ashi Delta

Postby Lestat39a » Tue Jan 28, 2014 4:28 am

Wow, that was quick! Great job - Thank you very much!
Lestat39a
 
Posts: 2
Joined: Tue Feb 26, 2013 10:27 am

Re: Heikin-Ashi Delta

Postby pipkilla » Wed Nov 18, 2015 6:07 pm

Hi there
Can I get slow ha delta please? I modified ha delta script in trading view as follow:
study(title="haDelta by Dan Valcu", shorttitle="smooth haDelta+SMA")
delta = close - open
s2=sma(delta, 3)
s3=sma(sma(delta, 3),3)
plot(s2, color=black)
plot(s3, color = red)
plot(s3, color=red, style=area)
c_color=s3 < 0 ? (s3 < s3[1] ? red : lime) : (s3 >= 0 ? (s3 > s3[1] ? lime : red) : na)
plot(s3, color=c_color, style=circles, linewidth=2)
h0 = hline(0)

Also
can you add solid line at 0? shaded areas and there are green and red dots at each candle on trading view. that will be great addon for marketscope
pipkilla
 
Posts: 6
Joined: Tue Mar 18, 2014 12:11 pm


Re: Heikin-Ashi Delta

Postby pipkilla » Tue Dec 08, 2015 2:57 am

Thanks again. The settings are fine. I was talking about dots and colour options as shown in the screenshot. is it possible to add? That will be wicked.
Attachments
attach1.PNG
pipkilla
 
Posts: 6
Joined: Tue Mar 18, 2014 12:11 pm

Next

Return to Custom Indicators

Who is online

Users browsing this forum: Majestic-12 [Bot] and 178 guests