| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() | | Tweet | |
Volume Bias Details »» | |||||||||||||||||||||||||||||
Volume Bias Description: This indicator prints the Volume Bias on the chart Volume Bias is calculated as Up Volume divided by Total Volume. i.e. The percentage of total volume that has an upward bias. When there are more up volume than down volume, the display will show a larger than 50% bias. Otherwise the display will show a smaller than 50% bias. The background color will turn blue if the bias is over 55%, or red if the bias is under 45%. Otherwise the background will display a neutral color. The display is formated as follow: UpVolume: DownVolume=UpBias% You may choose to display the bias at position 1 or 2 Position 1 refers to the top of the chart, 2 is at the bottom. ![]() note: This EasyLanguage indicator was written in MultiCharts. I have not tested it in tradestation or other compatible programs. Please refer to your users manual for importation instructions. Translation to other platform is invited. Download Now
Screenshots Show Your Support
| |||||||||||||||||||||||||||||
| The Following 13 Users Say Thank You to Tams For This Useful Post: | ||
berrob (10-11-2010), bomberone1 (01-13-2011), cooper59 (01-01-2010), martas (08-30-2010), rjelles (08-26-2010), shrike (12-21-2009), simterann22 (08-23-2009), snoop (08-20-2010), teq56 (02-21-2011), TIKITRADER (08-05-2009), uufuk (11-20-2010), waverunner (08-23-2009), yiman (12-02-2009) | ||
| Comments |
| | #42 | ||
![]() | Re: Volume Bias ![]() Lukas | ||
| |
|
| | #43 | ||
![]() | Re: Volume Bias TS 8.6 (Build 2696) 3m TFU10 TS What is wrong? | ||
| |
|
| | #44 | ||
![]() | Re: Volume Bias
As an example, I created a one line indicator: (tradestation) Plot1(Upticks/Ticks, "Tick Ratio"); That one line of code is all you need to plot a lower study that shows the ratio. Of course, there is all kinds of different formatting that can be done. The main calculation is: "Upticks/Ticks" That's it. If I wanted to see when the ratio goes over 50 percent, I could add a center line at 0.5 Plot1(Upticks/Ticks, "Tick Ratio"); Plot2(0.5, "Center Line"); Now you have two lines of code. If you want the ratio as text on the chart, this one line of code will do that: Value1 = Text_New(D, T, H*1.001, NumToStr(Upticks/Ticks,2)); That one line of code puts the ratio over the high of the bar. If you want it to be in different colors, or only display on the current bar, and not all the bars, or do other formatting, that is more lines of code. But the basics are very simple.
__________________ Precise, "dialed-in", targeted combination setups, like opening a combination lock; is the experience you should be having while trading. Dial left, right, left, . . . click - the lock opens. | ||
| |
|
| | #45 | ||
![]() | Re: Volume Bias | ||
| |
|
| | #46 | ||
![]() | Re: Volume Bias | ||
| |
|
| | #47 | ||
![]() | Re: Volume Bias Linetrol | ||
| |
|
| | #48 | ||
![]() | Re: Volume Bias Quote:
I have a few more enhancements and variations to the original code, but I have not decided on what to do with them yet.
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| | #49 | ||
![]() | Re: Volume Bias Quote:
I welcome all feedbacks and suggestions.
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
Wallan1 (11-26-2011) | ||
![]() |
| Tags |
| bias, volume |
| Thread Tools | |
| Help Others By Rating This Thread | |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Power of Weighted Bias | UrmaBlume | Technical Analysis | 4 | 06-19-2009 03:42 PM |
| Retest on Lower Volume with Volume Gradient | walterw | Technical Analysis | 3 | 04-16-2009 12:10 AM |
| NYSE Up Volume($UVOL)/Down Volume ($DVOL) Comparison | MC | Market Internals | 23 | 02-09-2009 09:18 AM |