Click here to Login








Short Indicator

by Patrick Fonce, 5222 days ago
Share |






This function uses short selling data to create a short indicator that determines whether short traders are stronger or weaker. This is done by calculating for each trading bar, the difference between short sell volume that occurred above and below a specific stock price.

Here is how the calculation process occurs. For each trading bar:
- Calculate the sum of short volumes for N-bars period and only for bars where the bar mi-price is higher than the current bar mid-price. (A)
- Calculate the sum of short volumes for N-bars period and only for bars where the bar mi-price is lower than the current bar mid-price. (B)
- Calculate the difference between A and B for each trading bar.
(The bar mid-price is the calculated as follows: Average of the high and low prices plus the low price)

The result is a line that increases and decreases in the opposite direction of the stock price.
This short indicator can be interpreted as follows: In any trading bar, the indicator value is the difference between the short volume that occurred at a higher price and the short volume that occurred at a lower price. This means that the higher the short indicator value is, the more short sale transactions occurred at a higher level than the current price, and thus the more traders are making money.
This short indicator is better used in a non-trending market. For example, in a trending bear market and in case you are using a low period; the short indicator value will be very high because during the lookback period, no closing prices were above the current price level.

The function name is 'short_selling_ind', it accepts two parameters, the period used to calculate the difference of the short selling volume and the short selling data time-series.
The short selling data can be retrieved using one of the following short sale data downloaders:
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

Using the New York Stock Exchange short sale data, here is how the short indicator looks like:
sdata = GetData('nyse_short_volume','short',LastData);
ssi = short_selling_ind(100, sdata);


Share This ->
Share |


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




Type: Trading Indicator

Object ID: 325


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.