Click here to Login








Short selling indicator

by Patrick Fonce, 5218 days ago
Share |






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

Short selling data:
NYSE Arca - Daily short sale data
NASDAQ and Boston stock exchanges - Daily short sale data
Short Selling historical data
NSX - Daily short selling data
Short Selling Data


Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 330


Country:
United States

Market: Stock Market

Style:
Fundamental Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects

Empty

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

Stock split & dividend

Survivorship bias

Transaction Costs

How scripts communicate with each other

How to simulate options strategies

Organizing Trading Objects

Creating a download item: Initial Jobless Claims

How to search for a download item

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.