|
|
|
|
|||||||
| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() |
|
|
LinkBack (9) | Release Tools | Display Modes |
|
|
|||||
|
|||||
|
Volume Delta Indicator
This is an interesting indicator created by Walterw. The Volume Delta plots the number up volume (green) and number of down volume (red) with the larger of the two always on top. This is a very useful visual tool to judge buyers vs sellers per bar.
All credits go out to Walterw for the TICK Delta. Also check out the...
__________________
James Lee TradersLaboratory.com ----------------------------- Empowering traders with knowledge. Please support TL by visiting our sponsors. Thanks! |
|
By
walterw
on
06-08-2007, 12:52 AM
|
|||||||||||||||
|
Re: Volume Delta Indicator
So we came to the conclussion that this was not a Tick Delta but a Volume Delta... cheers Walter. |
|||||||||||||||
|
By
cooter
on
06-08-2007, 06:32 AM
|
|
Re: Volume Delta Indicator
Walter is correct. You might also want to check your TS help guide - there is a section which explicitly defines and explains the relationship between Ticks, UpTicks, DownTicks and Volume (plus Open Interest) as it is used on the TS platform.
|
|
By
nickm001
on
06-08-2007, 04:09 PM
|
|
Re: Volume Delta Indicator
we are both correct (imagine that! )... pending on how the chart is setup...
""""""""""""""""""""""""" """"""""""" The keyword "Ticks" with "Trade Vol" selected shows the number of contracts traded over all transactions during the bar. The keyword "Ticks" with "Tick Count" selected shows the number of transactions occurring during the bar and ignores the number of contracts traded. """"""""""""""""""""""""" """""""""""""" and for detailed explanation see the following link https://www.tradestation.com/wiki/di...lume-bookmarka |
| The Following User Says Thank You to nickm001 For This Useful Post: | ||
minoo (08-16-2008) | ||
|
By
cooter
on
06-08-2007, 04:29 PM
|
|
Re: Volume Delta Indicator
Perfect! That's exactly what I was referring to as well. Thanks for posting the link.
|
|
By
epiktetos
on
06-16-2007, 03:11 AM
|
|||||||||||||||
|
Re: Volume Delta Indicator
More thoughts on the Ticks Issue and an improvement suggested by a TS user
TS uses the following rules when assigning a tick to the reserved word UpTicks:An uptick is a tick whose price is higher than that of the previous tick of a different price. Thus, if tick 1 occurs at a given price, tick 2 occurs at a higher price, and tick 3 occurs at the same price as tick 2, both tick 2 and tick 3 are counted as upticks. Here is an improvement that will only count an up tick if the tick > last tick and a down tick if a tick < last tick. If you find that the TS definitions for the reserved words Up/DownTicks is not to your liking you may want to try these functions in place of the reserved words.
|
|||||||||||||||
|
Last edited by epiktetos; 06-16-2007 at 03:14 AM.
|
|||||||||||||||
|
By
cooter
on
06-16-2007, 04:38 AM
|
|
Re: Volume Delta Indicator
With this function it seems you'll then have the issue of so-called "Un_Changed Ticks", since your Up_Ticks + Dn_Ticks will not equal the Total Ticks, right? So you'd probably want a function to count these "Un_Changed Ticks" as well, just for the sake of completeness. |
|
By
jojojo
on
06-27-2007, 11:06 AM
|
|
Re: Volume Delta Indicator
For all who are interested here's a link which leads quite a bid further :
https://www.tradestation.com/Discuss...Topic_ID=51615 very interesting stuff Regs Jojo sorry the real stuff is here : https://www.tradestation.com/discuss...Topic_ID=41825 |
|
Last edited by jojojo; 06-27-2007 at 11:11 AM.
|
|
By
Crazynasdaq
on
10-27-2007, 02:07 PM
|
|
Re: Volume Delta Indicator
Here I try to convert the indicator from TS8 to TS2000i.....I try, but I don't know if it works because I don't use it since time.
{ WAV_Vol_3 Indicator WAV 8/20/05 intended for intra-day sessions only plots histogram showing both upTicks and DownTicks for a bar in real time - the larger of the 2 is always shown on top plots volume average plots mid-point of total average as a dot } inputs: UpColor(green), DnColor(red); vars: VolAvg(0), {//plotted vol avg} Vol(0); {//intra-bar volume (ticks)} {//only for intra-day} if Datacompression < 2 then begin Vol = ticks; {//sum of upticks and downticks} {//do not change order of following //be sure both plot3 and plo4 are same width} if UpTicks < DownTicks then begin plot3(UpTicks,"UpDn",UpCo lor); plot4(vol,"Total",DnColor ); end else begin plot3(DownTicks,"UpDn",Dn Color); plot4(vol,"Total",UpColor ); end; {//plot mid point of total ticks with a dot //dot should fit within histogram} end;{//if BarType} |
![]() |
LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f46/volume-delta-indicator-1153.html
|
||||
| Posted By | For | Type | Date | |
| Volume Delta Indicator - NinjaTrader Support Forum | This thread | Refback | 01-14-2008 06:50 PM | |
| Volume Delta Indicator - NinjaTrader Support Forum | This thread | Refback | 01-14-2008 07:53 AM | |
| Volume Delta Indicator - NinjaTrader Support Forum | This thread | Refback | 01-13-2008 01:33 PM | |
| Volume Delta Indicator - NinjaTrader Support Forum | This thread | Refback | 01-13-2008 04:25 AM | |
| Volume Delta Indicator - NinjaTrader Support Forum | This thread | Refback | 08-21-2007 06:43 AM | |
| Volume Delta Indicator - NinjaTrader Support Forum | This thread | Refback | 08-20-2007 05:59 PM | |
| Volume Delta Indicator - NinjaTrader Support Forum | This thread | Refback | 08-20-2007 03:50 PM | |
| [amibroker] Re: Looking for volume delta indicator (BidVolume x AskVolum | This thread | Refback | 04-25-2007 02:23 AM | |
| Traders Laboratory | This thread | Refback | 03-21-2007 12:37 AM | |
| Currently Active Users Viewing This Release: 1 (0 members and 1 guests) | |
| Release Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Release | Release Starter | Category | Comments | Last Post |
| Add-on For Heikin Ashii and Volume Delta | Soultrader | Trading Indicators | 22 | 12-11-2007 09:01 AM |
| [Sellers vs Buyers with Heikin Ashii and Volume Delta] | Soultrader | Trading Videos | 5 | 11-26-2007 02:30 AM |
| Volume Delta Analysis Thread | Soultrader | Technical Analysis | 20 | 09-09-2007 09:34 PM |
| Up/Down Volume Indicator | Blu-Ray | Trading Indicators | 5 | 02-04-2007 05:59 PM |
| Delta Footprint Indicator Threshold | JayRemy | Technical Analysis | 3 | 12-22-2006 03:27 AM |
|
|
|