Go Back   Traders Laboratory > Trading Resources > Trading Indicators

Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.

Comment
Bookmarks
del.icio.us StumbleUpon Google Digg Facebook Furl Reddit Netscape

 
LinkBack (1) Release Tools Display Modes Language
Heiking Ashii & Volume Delta Add On Version 2
Software Version: , by Soultrader (Founder of TL!) Soultrader is offline
Developer Last Online: May 2008

Trading Platform: Rating: -
Release Date: 03-02-2007 Last Update: n/a Installs: 25

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.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this indicator, please consider donating to the developer.
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.
 
By Minetoo on 08-19-2007, 12:33 PM
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.
Reply With Quote
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
By Armand on 08-19-2007, 02:12 PM
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.
Reply With Quote
  #2 (permalink)  
By Soultrader on 08-19-2007, 04:27 PM
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.
Reply With Quote
  #3 (permalink)  
By Armand on 08-19-2007, 10:22 PM
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.
Reply With Quote
  #4 (permalink)  
By garp on 09-03-2007, 01:39 PM
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 ;
Reply With Quote
Comment

LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f46/heiking-ashii-and-volume-delta-add-1303.html
Posted By For Type Date
Traders Laboratory - forumdisplay This thread Refback 08-19-2007 05:00 PM


Currently Active Users Viewing This Release: 1 (0 members and 1 guests)
 
Release Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Release Release Starter Category Comments Last Post
Volume Delta Oscillator Soultrader Trading Indicators 13 02-14-2008 05:49 PM
Add-on For Heikin Ashii and Volume Delta Soultrader Trading Indicators 22 12-11-2007 09:01 AM
Volume Delta Indicator Soultrader Trading Indicators 18 10-27-2007 02:07 PM
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:04 PM.

 


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59