It is surprising that you want to avoid Nifty spot RT data. while we are looking for a way to get Spot RT data.
Can you please explain how to get Nifty RT data in amibroker using RTD
Thanks
In NEST click anywhere in marketwatch. Ctrl+I will show index window. Add indexes you want.
In settings.ini add one or more lines :
Code:
Scrip1=CNX Nifty;NIFTY;Index Value;;
Scrip2=BANK Nifty;BANKNIFTY;Index Value;;
Scrip3=India VIX;IndiaVIX;Index Value;;
Scrip1=CNX Nifty;NIFTY;Index Value;;
First entry after "=" is based on NEST. Cannot be changed. For Nifty spot it is "CNX Nifty".
Second entry after "=" is your choice. In this example it's "NIFTY". It can also be "CNXNifty" or "NiftySpot". Leave other columns as is.
From RTD main window click on "Settings".
Select "Update RTD = Yes".
For "Update RTD / Preserve" enter 3. If you did not add IndiaVIX enter 2.
Save. Stop RTD (if already started). Start RTD.