Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts MS

Status
Not open for further replies.

josh1

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Application is not working, whenever click on nestrtd.exe, it goes away so quick
Start Command.com (That is Windows Terminal).
Change directory to the folder where you saved Nestrtd.exe
Start Nestrtd.exe. It will stop but you'll see the error.
State the error here.
 
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Start Command.com (That is Windows Terminal).
Change directory to the folder where you saved Nestrtd.exe
Start Nestrtd.exe. It will stop but you'll see the error.
State the error here.
I followed same steps of https://www.youtube.com/watch?v=lm6qMwKlsgc#t=159
I saved it in C:\Amibroker\NestRTD
Change directory to the folder where you saved Nestrtd.exe
Should i change it to d drive or in c drive ?
whenever click on nestrtd.exe, it goes away so quick.
It shows error "Atleast one scrip needed"
 
Last edited:
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Here's setting file in NestRTD folder

[NestRTD]

; README
;
; A) For All Folder Paths,
; 1) Use forward slash(/) and End with /
; 2) Do not use Drive Root. Ex Use R:/rtd/ but not R:/
;
; B) Take ScripId and Field IDs using "Link to Excel" in Nest ( Right click scrip in Market watch -> Link to Excel -> Selected Items )
;
; Ex Nest - =RTD("Nest.ScripRTD",,"nse_fo|NIFTY14MARFUT","LTT")
; NOW - =RTD("NOW.ScripRTD",,"MktWatch","nse_cm|AXISBANK-EQ","Last Traded Price")
;
; Here, "Nest.ScripRTD" / "NOW.ScripRTD" = RTDServerProgID
; "nse_fo|NIFTY14MARFUT" / "nse_cm|AXISBANK-EQ" = ScripID
; "LTT" / "Last Traded Price" = LTT Field ID

; Use NOW.ScripRTD for NOW / Nest.ScripRTD for Nest
RTDServerProgID=Nest.ScripRTD

; Period before bar data sent to Amibroker - In milliseconds - Minimum 1 second
BarPeriod=1100

; CSV Folder Path - Prefer Ram drive
CSVFolderPath=c:/rtd/

; Amibroker DB Path - Default one will be used by Amibroker if empty. set only if needed.
AbDbPath=C:/Program Files (x86)/AmiBroker/NestRTD

; Time format used when LTT empty - std::strftime
TimeFormat=%H:%M:%S

; Only ScripX from here - No extra spaces in value
; Change Scrip Id and Field Ids if different
;
; ScripX=ScripID(mandatory);Alias(Amibroker Scrip name-mandatory-Taken as-it-is);LTP Field ID(mandatory);LTT Field ID;Todays Volume Field ID;OI Field ID

;Scrip1=nse_fo|NIFTY14JULFUT;NIFTY_F1;LTP;LTT;Volume Traded Today;Open Interest
;Scrip2=CNX Nifty;NIFTY;Index Value;;

;Scrip3=nse_cm|TATASTEEL-EQ;TATASTEEL;LTP;LTT;Volume Traded Today;Open Interest
;Scrip4=nse_fo|TATASTEEL14JULFUT;TATASTEEL_F1;LTP;LTT;Volume Traded Today;Open Interest

;Scrip1=mcx_sx|USDINRCUR;USDINR;LTP;LTT
Scrip5=mcx_fo|CRUDEOIL14OCTFUT;CRUDEOIL_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip6=mcx_fo|COPPERM14NOVFUT;COPPERM_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip7=mcx_fo|LEADMINI14OCTFUT;LEADMINI_F1;LTP;LTT;Volume Traded Today;Open Interest
;Scrip1=cde_fo|USDINR14OCTFUT;USDINR;LTP;LTT;Volume Traded Today;Open Interest
Scrip2=mcx_fo|EURINR14OCTFUT;EURINR_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip3=mcx_fo|GBPINR14OCTFUT;GBPINR_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip4=mcx_fo|JPYINR14OCTFUT;JPYINR_F1;LTP;LTT;Volume Traded Today;Open Interest
; NOW
;Scrip1=nse_cm|AXISBANK-EQ;AXISBANK;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
 

josh1

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Here's setting file in NestRTD folder
HI

Whatever scrips you need Start it from Scrip1 and check.

Regards
Arrange your scrips in correct order. Also remove the semicolon before Scrip1. Everything after Semicolon is treated as comment. Nestrtd is not able to find you Scrip1 because you have commented it.
 
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

I modified NestRTD config file to this
[NestRTD]

; README
;
; A) For All Folder Paths,
; 1) Use forward slash(/) and End with /
; 2) Do not use Drive Root. Ex Use R:/rtd/ but not R:/
;
; B) Take ScripId and Field IDs using "Link to Excel" in Nest ( Right click scrip in Market watch -> Link to Excel -> Selected Items )
;
; Ex Nest - =RTD("Nest.ScripRTD",,"nse_fo|NIFTY14MARFUT","LTT")
; NOW - =RTD("NOW.ScripRTD",,"MktWatch","nse_cm|AXISBANK-EQ","Last Traded Price")
;
; Here, "Nest.ScripRTD" / "NOW.ScripRTD" = RTDServerProgID
; "nse_fo|NIFTY14MARFUT" / "nse_cm|AXISBANK-EQ" = ScripID
; "LTT" / "Last Traded Price" = LTT Field ID

; Use NOW.ScripRTD for NOW / Nest.ScripRTD for Nest
RTDServerProgID=Nest.ScripRTD

; Period before bar data sent to Amibroker - In milliseconds - Minimum 1 second
BarPeriod=1100

; CSV Folder Path - Prefer Ram drive
CSVFolderPath=c:/rtd/

; Amibroker DB Path - Default one will be used by Amibroker if empty. set only if needed.
AbDbPath=C:/Program Files (x86)/AmiBroker/NestRTD

; Time format used when LTT empty - std::strftime
TimeFormat=%H:%M:%S

; Only ScripX from here - No extra spaces in value
; Change Scrip Id and Field Ids if different
;
; ScripX=ScripID(mandatory);Alias(Amibroker Scrip name-mandatory-Taken as-it-is);LTP Field ID(mandatory);LTT Field ID;Todays Volume Field ID;OI Field ID


; NOW
Scrip1=nse_cm|AXISBANK-EQ;AXISBANK;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip2=mcx_fo|EURINR14OCTFUT;EURINR_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip3=mcx_fo|GBPINR14OCTFUT;GBPINR_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip4=mcx_fo|JPYINR14OCTFUT;JPYINR_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip5=mcx_fo|CRUDEOIL14OCTFUT;CRUDEOIL_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip6=mcx_fo|COPPERM14NOVFUT;COPPERM_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip7=mcx_fo|LEADMINI14OCTFUT;LEADMINI_F1;LTP;LTT;Volume Traded Today;Open Interest;Scrip1=cde_fo|USDINR14OCTFUT;USDINR;LTP;LTT;Volume Traded Today;Open Interest
Now It's showing command prompt but
Not a single currency pair working? Is currency pair formula is wrong ?
 
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

cde_fo|USDINR14OCTFUT;USDINR;LTP;LTT;Volume Traded Today;Open Interest is showing Topic connected, It seems, it's for nse currency. What's for mcx currency?
Can you connect option chain with it? What symbol do you need for that?
?|NIFTY8200CE|......
 

josh1

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

cde_fo|USDINR14OCTFUT;USDINR;LTP;LTT;Volume Traded Today;Open Interest is showing Topic connected, It seems, it's for nse currency. What's for mcx currency?
Can you connect option chain with it? What symbol do you need for that?
?|NIFTY8200CE|......
Do 'Link To Excel' and then paste in Notepad or Excel. You will get it.
 
Status
Not open for further replies.

Similar threads