Welcome to the Traders Laboratory Forums.
Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.

Reply
Heiking Ashii & Volume Delta Add On Version 2 Details »»
Heiking Ashii & Volume Delta Add On Version 2
Platform: , by Soultrader (Super Moderator) Soultrader is offline
Developer Last Online: Jun 2011 Show Printable Version Email this Page

Platform: Unknown Rating:
Released: 03-02-2007 Last Update: Never Installs: 0
 
No support by the author.

This is the final fix for the Heikin Ashii & Volume Delta Add-on. A bug appeared in the previous version in which some of the blue bars would show a green dot. I have tested this version and is working perfectly. Thanks to walterw for coding this up.

What does it do?

Assuming you have both the Heikin Ashii Trend Indicator and the Volume Delta imported into your tradestation platform, this will plot a red or green dot between the color divergence of the Heikin Ashii and Volume Delta. If more selllers appear at a blue Heikin Ashii bar, it will plot a red dot on top of the price bar. If more buyers appear at a red Heikin Ashii bar, it will plot a blue dot on top of the price bar.

Screenshot is attached.

Installation:

Import .ELD file. I it will appear as Delta Ttm Div 2 under the ShowMe tab.

Download Now

File Type: eld DELTA TTM DIV 2.ELD (4.0 KB, 314 views)

Screenshots

Heiking Ashii & Volume Delta Add On Version 2-tmmvolumedeltaaddon2.jpg  

Show Your Support

  • If you like to thanks you by the author -> Click Thanks to the Author
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.
The Following 2 Users Say Thank You to Soultrader For This Useful Post:
Birdgirl (08-02-2010), shrike (12-19-2009)

Comments
Old 08-19-2007, 12:33 PM   #2

Minetoo's Avatar

Join Date: Jan 2007
Location: xgmjxdyd
Posts: 140
Ignore this user

Thanks: 5
Thanked 30 Times in 14 Posts

Re: Heiking Ashii & Volume Delta Add On Version 2

James: can you post the volume delta and Heikin Ashii elds here too - sort of one stop shopping? Cheers.
Minetoo is offline  
Reply With Quote
Old 08-19-2007, 02:12 PM   #3

Join Date: Aug 2007
Posts: 48
Ignore this user

Thanks: 6
Thanked 1 Time in 1 Post

Re: Heiking Ashii & Volume Delta Add On Version 2

Is there a way to export this so that it can be used by Sierra Charts...or
does it need to be completely recoded? Thanks.
Armand is offline  
Reply With Quote
Old 08-19-2007, 04:27 PM   #4

Soultrader's Avatar

Status: Super Moderator
Join Date: Aug 2006
Location: Tokyo
Posts: 3,623
Ignore this user

Thanks: 545
Thanked 1,371 Times in 492 Posts
Blog Entries: 4

Re: Heiking Ashii & Volume Delta Add On Version 2

It will require recoding Armand. Im not sure if we have any Sierra Charts users here.
__________________

Soultrader is offline  
Reply With Quote
Old 08-19-2007, 10:22 PM   #5

Join Date: Aug 2007
Posts: 48
Ignore this user

Thanks: 6
Thanked 1 Time in 1 Post

Re: Heiking Ashii & Volume Delta Add On Version 2

Thanks Soultrader. Not sure if I should start a new thread, but would it be possible for someone to post the .ELD code of a simple moving average (30). Sierra charts has a C++ example of a simple moving average and I would like to compare the two. By doing so, I'm hoping to figure out how the code from and .ELD file can be ported to Sierra charts. I'm certainly willing to post any results. I'm sure there are programmers here with much more skill than I have that also might be able to contribute. I've searched online and have not been able to find any information on porting code from an .ELD file to Sierra, so this discussion may be valuable to some.
Armand is offline  
Reply With Quote
Old 09-03-2007, 01:39 PM   #6

Join Date: Aug 2007
Location: Moscow
Posts: 22
Ignore this user

Thanks: 6
Thanked 2 Times in 2 Posts

Re: Heiking Ashii & Volume Delta Add On Version 2

Armand? please find below ELD code of SMA for comparisson:

inputs: Price( Close ), Length( 9 ), Displace( 0 ) ;
variables: Avg( 0 ) ;

Avg = AverageFC( Price, Length ) ;

if Displace >= 0 or CurrentBar > AbsValue( Displace ) then
begin
Plot1[Displace]( Avg, "Avg" ) ;

{ Alert criteria }
if Displace <= 0 then
begin
if Price crosses over Avg then
Alert( "Price crossing over average" )
else if Price crosses under Avg then
Alert( "Price crossing under average" ) ;
end ;
end ;
garp is offline  
Reply With Quote

Reply

Thread Tools
Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Volume Delta Indicator Soultrader Trading Indicators 29 05-22-2009 01:08 AM
Volume Delta Oscillator Soultrader Trading Indicators 18 08-16-2008 07:42 PM
Add-on For Heikin Ashii and Volume Delta Soultrader Trading Indicators 22 12-11-2007 09:01 AM
Volume Gradient + Heikin Ashii Trend Indicator GCB Trading Indicators 27 04-07-2007 08:29 AM

All times are GMT -4. The time now is 10:10 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.