Click here to Login








NSE - Security-wise Delivery Position

by QuantShare, 4826 days ago
Share |






The National Stock Exchange website provides the Security-wise Delivery Position data. The current downloader gets this data for a period you specify and for all stocks listed on the NSE. This item also creates a database and inserts the data into it. The database name is 'delivery_position'. It has three fields:
Quantity_Traded: This field contains the number of shares traded for a company and for a particular date. In other words, it is the volume traded for a particular date. The data is the same as the volume data downloaded by NSE Stock Quotes.
Deliverable_Quantity: This is the number of shares delivered after being bought (T+2 settlement period). A low deliverable quantity could indicate a high intraday activity.
Ratio: This is the ratio of Deliverable Quantity to Quantity Traded. It is equal to the number of deliverable quantity divided by the total quantity traded or volume. A high value indicates that more traders or investors are expecting the price of the stock to go up and this is a good indication for the scrip. A low value is an indication of excessive intraday trading and this could lead to higher volatility.

The National Stock Exchange website provides also several other data for download, you can use the NSE Margin Trading to download the quantity and the amount financed by the members and dealers under the margin trading facility.
The list of symbols listed in the NSE can be found here: Ticker Symbols List of the National Stock Exchange, NSE, India, and you can use NSE Stock Quotes or EOD NSE stock quotes data objects to download historical EOD data.

You can plot Deliverable Quantity to Quantity Traded ratio time-series using this formula:
ratio1 = GetData('delivery_position','ratio',LastData);
plot(ratio1, 'ratio', colorRed,ChartLine,StyleOwnScale);

Here is the same data smoothed with a 10-bar moving average:
ratio1 = sma(GetData('delivery_position','ratio',LastData), 10);
plot(ratio1, 'ratio', colorBlueViolet,ChartLine,StyleOwnScale);


Share This ->
Share |


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




Type: Download Script

Object ID: 343


Country:
India

Market: Stock Market

Style:
Technical 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

Historical volatility estimators

Short Selling Stocks

Stock split & dividend

Survivorship bias

Transaction Costs

How scripts communicate with each other

How to simulate options strategies

Organizing Trading Objects

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.