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
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.
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);
>>>> More trading objects? click here to search for trading sytems, downloaders, screens, custom drawing tools, indicators... by country, market or style.