Best way
1. download eod data from NSE site
2. write a macro for transforming the data as per the charting software
also R can be used for data conversion - its more flexible for the job
[ I follow the R way for data conversion as R script can download the raw eod data from NSE site ]
this way the dependence on the data downloader can be avoided as NSE is frequently changing
rgds
1. download eod data from NSE site
2. write a macro for transforming the data as per the charting software
also R can be used for data conversion - its more flexible for the job
[ I follow the R way for data conversion as R script can download the raw eod data from NSE site ]
this way the dependence on the data downloader can be avoided as NSE is frequently changing
rgds
Can you write a detailed setup for the "R" way for Amibroker if possible?