Shubha downloader beta launched

For real time data which terminal Shubha downloader should support?


  • Total voters
    58
  • Poll closed .
Hi Mr. kanitkar. Thanks very much for your response and affirmation that all EOD data is adjusted for corporate action. I have downloaded all NSE cash data to date without further errors.

1> In attempting to import the extracted NSE cash market cmddmmmyyyy.csv files into Amibroker using Import wizard, I notice a mismatch in headers.
The headers on the file are -
SYMBOL, SERIES, OPEN, HIGH, LOW, CLOSE, LAST, PREVCLOSE, TOTTRDQTY, TOTTRDVAL, TIMESTAMP, TOTALTRADES, ISIN

whereas the EOD field mapping as per your excellent instructional video are
TICKER, FULL NAME, DATE (YMD), OPEN, HIGH, LOW, CLOSE, VOLUME, OI

The header mismatch is even more apparent in the mapping preview that Import Wizard offers.
What am I missing?

2> NSE cash delivery data (for some dates, not all) is available as a MTO_DDMMYYYY.DAT file. How am I to get this data into Amibroker?

3> PRddmmyy.zip - zip files have also been downloaded and extracted into the unzip folder. what am I to do with these files?

thanks in advance.

PS: I notice that my "amibroker" folder inside the output folder set in ShubhaLabha Downloader settings - is empty. Is this the root of the problem? I wonder because there are others in the thread who are using NSE Cash EOD in Amibroker succesfully. Any advise, from anyone here, is appreciated.
 
Last edited:

mrkanitkar

Well-Known Member
Hi Mr. kanitkar. Thanks very much for your response and affirmation that all EOD data is adjusted for corporate action. I have downloaded all NSE cash data to date without further errors.

1> In attempting to import the extracted NSE cash market cmddmmmyyyy.csv files into Amibroker using Import wizard, I notice a mismatch in headers.
The headers on the file are -
SYMBOL, SERIES, OPEN, HIGH, LOW, CLOSE, LAST, PREVCLOSE, TOTTRDQTY, TOTTRDVAL, TIMESTAMP, TOTALTRADES, ISIN

whereas the EOD field mapping as per your excellent instructional video are
TICKER, FULL NAME, DATE (YMD), OPEN, HIGH, LOW, CLOSE, VOLUME, OI

The header mismatch is even more apparent in the mapping preview that Import Wizard offers.
What am I missing?

2> NSE cash delivery data (for some dates, not all) is available as a MTO_DDMMYYYY.DAT file. How am I to get this data into Amibroker?

3> PRddmmyy.zip - zip files have also been downloaded and extracted into the unzip folder. what am I to do with these files?

thanks in advance.

PS: I notice that my "amibroker" folder inside the output folder set in ShubhaLabha Downloader settings - is empty. Is this the root of the problem? I wonder because there are others in the thread who are using NSE Cash EOD in Amibroker succesfully. Any advise, from anyone here, is appreciated.
Please use std.csv in output folder. If you have selected Amibroker, you will see data in Amibroker format and so on. Download folder is used by application for processing data.
 
Hi mrkanitkar,

few suggestion about symbols in data.


In nse options it shows NIFTY-I7200CE can u make it NIFTY-I-7200-CE

In bse indices sha50 data is not there in 12th July 2013 though its there on Bse website.

I selected data for 12th july 2013 still it downloaded data for 23rd and 24th Jan2013.

Regards,
Kedarnath
 
Last edited:

Taurus1

Well-Known Member
Excellent work mrk. :clapping::clapping:
When is the main course coming, Yahoo/Google intraday to Ami? :confused:
 
Hi mrkanitkar,

One more issue i found in nse currency options ...ticker are USDINR-I ...no mention of USDINR-I-61.5-CE and so on.

One can not make out which options series is there from data.


Please do the needful in next version.


Regards,
Kedarnath
 

mrkanitkar

Well-Known Member
Hi all,
The new beta is launched with RT data from NEST and Now terminals.
Procedure is as follows.
1. Please ensure Link to excel is enabled by your broker and you get live data in excel properly. (we do not use excel)
2. Please start your NEST/NOW/Zerodha terminal (run as admin in case of windows 7 and 8).
3.Please do not modify any UI settings (this is to automatically select symbols).
4. Launch Shubha RT, go to RT settings, find symbols (after terminal running successfully and in full window mode), once you find symbols, select them and save. Remember only active marketwatch will be catch by find symbols.
5. select refresh time.
6. Ensure you have already created new database in Amibroker with settings for base interval time tick data, time - 9:00 to 23:55 and 10000 bars. Ensure allow mix intraday+eod data, request data to save is selected.
7. Create ShubhaRt.format in Amibroker formats director with following settings.
----------
# Format definition file generated automatically
# by AmiBroker's ASCII Import Wizard
$FORMAT Date_DMY, Ticker, Time, Close, Volume, OpenInt, Skip
$SKIPLINES 0
$SEPARATOR
$CONT 1
$GROUP 255
$AUTOADD 1
$DEBUG 1
$ALLOWNEG 1
-------
8. We are giving data in format of DMY, Ticker, Time, Close, Volume, OpenInt separated by space.
9. Click on start RT.
10. It will start Amibroker with data.
11. click on stop, it will stop.
12. Find yahoo symbols first and then start yahoo RT data.
13. All data and yahoo RT data will be saved in output folders.
14. We will work on Yahoo timezone difference in coming days.
15. We need to keep GoogleEOD.txt and GoogleIEOD.txt in download folder at root level and add google symbols from google finance.
16. We will work on google timezone difference in coming days.
17. You can edit YahooSymbol.txt in download folder to add, remove bulk symbols in file.
18. We done bug fixes as well.
Backfill is not part of this beta.
Application may look like hang, it depends on machine config and refresh rate selected.
Your app version will be auto updated to new release directly. If update fails, please try after 10 mins, it depends on network speed.
 
Last edited:

Purushotham

Well-Known Member
Hi all,
The new beta is launched with RT data from NEST and Now terminals.
Procedure is as follows.
1. Please ensure Link to excel is enabled by your broker and you get live data in excel properly. (we do not use excel)
2. Please start your NEST/NOW/Zerodha terminal (run as admin in case of windows 7 and 8).
3.Please do not modify any UI settings (this is to automatically select symbols).
4. Launch Shubha RT, go to RT settings, find symbols (after terminal running successfully and in full window mode), once you find symbols, select them and save. Remember only active marketwatch will be catch by find symbols.
5. select refresh time.
6. Ensure you have already created new database in Amibroker with settings for base interval time tick data, time - 9:00 to 23:55 and 10000 bars. Ensure allow mix intraday+eod data, request data to save is selected.
7. Create ShubhaRt.format in Amibroker formats director with following settings.
----------
# Format definition file generated automatically
# by AmiBroker's ASCII Import Wizard
$FORMAT Date_DMY, Ticker, Time, Close, Volume, OpenInt, Skip
$SKIPLINES 0
$SEPARATOR
$CONT 1
$GROUP 255
$AUTOADD 1
$DEBUG 1
$ALLOWNEG 1
-------
8. We are giving data in format of DMY, Ticker, Time, Close, Volume, OpenInt separated by space.
9. Click on start RT.
10.
Oh... Great...you are really :clap::clap::clap::clap:
 

mrkanitkar

Well-Known Member
If you are using RT then it will auto update. You will see login screen once updated. It's free login. You can register. If you are also using our nodejs version, then same login, password will work.
One more thing, now we enabled Metastock conversion for nse cash and bse cash.
See my signature for download info.
 

Similar threads