This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
Here is another trading indicator that uses the short selling data. The function or indicator determines whether short or long volume is dominating in the last N-period. It uses the short selling ratio to calculate the excess volume (Volume below or above 50%) and then sums up the result over a defined period.
Example:
Bar 1- Short selling ratio is 50% and volume is equal to 1200. Excess ratio is 0% (50 - 50) and excess volume is 0 (0% * 1200).
Bar 2- Short selling ratio is 40% and volume is equal to 1000. Excess ratio is -10% (40 - 50) and excess volume is -100 (-10% * 1000).
Bar 3- Short selling ratio is 55% and volume is equal to 800. Excess ratio is 5% (55 - 50) and excess volume is 40 (5% * 800).
Using a lookback period of three bars, the indicator will return a value of -60 (0 - 100 + 40) in bar number three.
A high value indicates that during a preceding period, short volume was higher than the long volume, while a low value indicates that long transactions are dominating and long volume transactions are higher than short volume transactions. This does not necessary means that a value above zero is bearish and a value below zero is bullish. Extreme readings and divergence between the indicator and the stock prices may be better indicator of the strength and the likelihood of a change in direction of the stock price.
There are several sources and downloaders where to get short selling data. However, it is better to get this data from the downloader that gets and aggregates data of all US exchanges (other downloaders get data from specific exchanges).
This downloader or trading object can be found here (Short Selling Data).
You can use it as follows:
short_ratio = GetData('short_selling', 'ratio', NA);
ind = short_dom(short_ratio, 10);
I use 'NA' in the function that gets short ratio data from the database. This is because if I use 'Zero' or 'LastData', this indicator will interprets the first values of the 'short_ratio' time-series as equal to zero (Which means no short selling data), while they are not (The first values of the 'short_ratio' time-series are equal to zero simply because there is not data).
Another indicator that uses short selling data: Short Indicator
>>>> More trading objects? click here to search for trading sytems, downloaders, screens, custom drawing tools, indicators... by country, market or style.