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

Reply
Volume Gradient + Heikin Ashii Trend Indicator Details »»
Volume Gradient + Heikin Ashii Trend Indicator
Platform: , by GCB GCB is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page

Platform: Unknown Rating: (2 votes - 5.00 average)
Released: 03-18-2007 Last Update: Never Installs: 0
 
No support by the author.

In the spirit of the current interest in volume-based indicators, I wrote this tradestation hybrid of Volume Gradient and Heikin Ashii Trend. It will create a chart with two distinct ranges of colors. One color range, defaulted to green, indicates an uptrend--the other, defaulted to red, indicates a downtrend. The relative darkness of each color reflects the amount of volume in a particular bar relative to a previous sample average. The number of bars in the sample both for determining the trend and the average volume is the same and is set by the input parm Length.

Since PlotPaintBar takes RGB color numbers, to provide the full range of colors, the inputs to this indicator allow a completely customizable red, green and blue setting for each end of each color range. For example, UpHR = The uptrend, high volume red component, UpHG = the uptrend, high volume green component, and so forth. DnLB = the downtrend, low volume blue component, and so forth.

You can use any typical Windows color selection dialog box to select colors and find out the Reg, Green, Blue component numbers for the color. (See the sample picture.)

I suggest using washed-out colors for the low volume colors and rich colors in the same basic color for the high volume colors. For example, faded pink to deep red. But of course you can do whatever makes sense to you and looks good to your eye.

(Note that the algorithm used for determining trend is not exactly the same as TTM trend, but the results are pretty much the same.)

Hope this helps!

Download Now

File Type: eld TRENDVOL BARS.ELD (4.1 KB, 526 views)

Screenshots

Volume Gradient + Heikin Ashii Trend Indicator-trendvol.jpg   Volume Gradient + Heikin Ashii Trend Indicator-pallette.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 GCB For This Useful Post:
dominop (05-19-2010), drbones89 (04-29-2012)

Comments
Old 03-19-2007, 01:08 AM   #2

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: Volume Gradient + TTM Trend Indicator

Thank you GCB for your contribution. I will check this out.
__________________

Soultrader is offline  
Reply With Quote
Old 03-20-2007, 12:42 PM   #3
GCB

GCB's Avatar

Join Date: Feb 2007
Location: Texas
Posts: 145
Ignore this user

Thanks: 0
Thanked 16 Times in 6 Posts

Re: Volume Gradient + TTM Trend Indicator

Here's the latest version. I changed it so it only puts up volume on up candles, close > open, and down volume on down candles, close < open.
Attached Files
File Type: eld TRENDVOL BARS.ELD (4.5 KB, 232 views)
GCB is offline  
Reply With Quote
Old 03-22-2007, 01:13 AM   #4

Robert2617's Avatar

Join Date: Jan 2007
Location: Athens, GA
Posts: 112
Ignore this user

Thanks: 0
Thanked 16 Times in 9 Posts

Re: Volume Gradient + TTM Trend Indicator

You have had a great idea... Thanks!

I wonder if there would be a way to show the volume like a thermometer on each candle? If you could use up volume on all candles but show it like water in a drinking glass? The difference would be down volume. That would be special.
Robert2617 is offline  
Reply With Quote
Old 03-22-2007, 08:29 PM   #5

Join Date: Dec 2006
Location: Nashville
Posts: 9
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Volume Gradient + TTM Trend Indicator

When I downloaded the indicator to test - How do I change it from a open close chart to candle stick as you show in the example?
rickv is offline  
Reply With Quote
Old 03-22-2007, 09:15 PM   #6

Robert2617's Avatar

Join Date: Jan 2007
Location: Athens, GA
Posts: 112
Ignore this user

Thanks: 0
Thanked 16 Times in 9 Posts

Re: Volume Gradient + TTM Trend Indicator

Your trading platform should have a toggle button. TS's toggle is at the top right.
Robert2617 is offline  
Reply With Quote
Old 03-22-2007, 10:42 PM   #7
GCB

GCB's Avatar

Join Date: Feb 2007
Location: Texas
Posts: 145
Ignore this user

Thanks: 0
Thanked 16 Times in 6 Posts

Re: Volume Gradient + TTM Trend Indicator

Guys,

Thanks for your interest in this indicator.

Here's a new version. It adds an input that allows you turn off the trend indicator and just paint normal up and down bars albeit with the volume shadings.

Also, IMPORTANT, I discovered that for the colors to show consistent density they must parallel each other. This is hard to explain, but if you look at the settings below you can see what I mean.

UpHR(0),
UpHG(135),
UpHB(0),

UpLR(205),
UpLG(255),
UpLB(205),

DnHR(135),
DnHG(0),
DnHB(0),

DnLR(255),
DnLG(205),
DnLB(205);

Without this you will have problems with similar relative volumes showing inconsistent shading between the up and the down versions.

Please note that you have to delete the indicator and re-add it after installing the new version or it will use your old color settings.
Attached Files
File Type: eld TRENDVOL BARS.ELD (4.9 KB, 221 views)
GCB is offline  
Reply With Quote
Old 03-23-2007, 12:07 AM   #8

Robert2617's Avatar

Join Date: Jan 2007
Location: Athens, GA
Posts: 112
Ignore this user

Thanks: 0
Thanked 16 Times in 9 Posts

Re: Volume Gradient + TTM Trend Indicator

GCB, just so I understand how to use this correctly, the winner of the up/down volume battle gets the candle. And... if the winner won the candle overwhelmingly, the color is darker. Light color for a close call.

Is that correct? I think I like it better without the trend. You have done a great job with this. Two thumbs up!
Robert2617 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
Heikin Ashi Trend Indicator Soultrader Trading Indicators 37 07-26-2009 06:06 PM
Retest on Lower Volume with Volume Gradient walterw Technical Analysis 3 04-16-2009 12:10 AM
Add-on For Heikin Ashii and Volume Delta Soultrader Trading Indicators 22 12-11-2007 09:01 AM
Heiking Ashii & Volume Delta Add On Version 2 Soultrader Trading Indicators 5 09-03-2007 01:39 PM
Volume Gradient walterw Trading Indicators 0 03-18-2007 01:41 PM

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