BhavCopy ImportType

 
National Stock Exchange provides bhavcopies or End of Day data. But sadly the same cannot be fed to NinjaTrader natively. So I build a custom ImportType file so that the same can be fed to NinjaTrader. The same is supposed to work in conjunction with Data Downloader (in Data Downloader use the default format to format the data). Of-course any data of similar format can also be fed. Being an open-source code you can always modify the same to suit your needs. Roughly a bhavcopy data as downloaded by Data Downloader looks like this.

AARTIDRUGS,20020102,25.5,25.5,25.25,25.25,400,400
AARTIIND,20020102,33.8,34,33.7,33.7,400,350
ABANLLOYD,20020102,38.25,38.25,38.25,38.25,50,50
ABB,20020102,205.5,206,205,205.1,7002,5409
ABBALPO,20020102,38,38.45,37,37.15,3390,2590
ABBOTTLAB,20020102,141.25,145,141.25,143.75,53,53
ABSIND,20020102,32,32,31.05,31.15,1151,1150
ACC,20020102,148,157.9,148,155.95,1819982,478619
..............

where the columns represents Symbol, Date (yyyyMMdd format), Open, High, Low, Close, Volume, Open Interest/Deliverable Quantity

How to use
Import the BhavCopyType.zip file in NinjaTrader. In NinjaTrader goto File>Utilities>Import NinjaScript… Follow the instructions and the same will be imported to NinjaTrader.
 
After successfully importing the file goto Tools>Historical DataManager…

In the Import tab of Historical Data Manager (HDM) click on the Format Drop Down item and select BhavCopy (End Of Day Data) www.volumedigger.com as shown in the picture.

Click on the Start Import button.
Historical Data Manager

In the folder browse dialog, select the bhavcopies as downloaded by Data Downloader and click Ok. That will successfully import the bhavcopy to NinjaTrader.

Symbols having “&” or “-“ (without the quotes) will have the same removed. For example M&M will be appended as MM.

Make sure you have downloaded the bhavcopies using Data Downloader, and use the default settings to format the data.

If you find any bug then do shoot me a mail at: jdeep20@gmail.com

Download Now
Do consider supporting the project by donating a small amout



List of Donors

Disclaimer:

Backup your database before using the BhavCopyType file.

Use the file entirely on your own risk. Under no circumstances I be held responsible for any damages whatsoever arising due to the use of the said file.