Real Time Data Now / Nest Trader to Amibroker, Fcharts

TracerBullet

Well-Known Member
How to debug?
Concern is only RTD1.30 crash everyday..

so after re-installing VC++2010 (X86) redistributable problem will be there?
First try the latest version of RTD+RTDMan, then also verify RTMan.ini - paste it here. Chance are it is some settings issue.

If still fails, we will have to debug using VC++, assuming problem is reproducible. Josh may be busy, i will try later but first do above.
 

Mungus

Well-Known Member
; DONT CHANGE ANYTHING IN THIS!!!!!!!!!!!! ----------------->>>>>>>>> IF YOU DONT KNOW WHAT IT IS!

[NestTrader]
CSVFolder=C:\RT\
Title=NOW 1.13.3.5
Future=
Datatable=30
Pluschart=No
DeleteQuote=Yes
VWAPTry=3
MinData=Yes
BarPeriod=1000
RTDHide=Don't Hide
Terminal=NOW
UpdateRTD=Yes
Preserve=1
Version=Above






[RTDMan]
; 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=NOW.ScripRTD

; CSV Folder Path - Prefer Ram drive
CSVFolderPath=C:\RT\

; Amibroker DB Path - Default one will be used by Amibroker if empty. set only if needed.
;AbDbPath=D:/temp/AmibrokerDB_/

;Keep BarPeriod - 1000 fpr 1 sec candles and 60000 for 1 min. candles. Refresh period for both is 1 second.
BarPeriod=1000

; ReuqestRefresh should be 1 for Amibroker version 5.3 or below
RequestRefresh=0

; No of BarPeriod to wait before ringing bell if RTD becomes inactive.
; Set as 0 to disable
BellWaitTime=2

Scrip1=Nifty 50;NIFTY;Index Value;;;;100
Scrip2=nse_cm|RELINFRA-EQ;RELINFRA;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip3=nse_cm|RELCAPITAL-EQ;RELCAPITAL;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip4=nse_fo|RELINFRA16MAYFUT;RELINFRA16MAYFUT;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip5=nse_fo|NIFTY16MAYFUT;NIFTY16MAYFUT;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip6=nse_fo|NIFTY16MAY7850CE;NIFTY16MAY7850CE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip7=nse_fo|NIFTY16MAY7850PE;NIFTY16MAY7850PE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip8=nse_fo|NIFTY16MAY7900CE;NIFTY16MAY7900CE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip9=nse_fo|NIFTY16MAY7900PE;NIFTY16MAY7900PE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip10=nse_fo|NIFTY16MAY7950CE;NIFTY16MAY7950CE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip11=nse_fo|NIFTY16MAY7950PE;NIFTY16MAY7950PE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip12=nse_fo|NIFTY16MAY8000CE;NIFTY16MAY8000CE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip13=nse_fo|NIFTY16MAY8000PE;NIFTY16MAY8000PE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip14=nse_fo|NIFTY16MAY7800CE;NIFTY16MAY7800CE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip15=nse_fo|NIFTY16MAY7800PE;NIFTY16MAY7800PE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip16=nse_fo|NIFTY16MAY7700CE;NIFTY16MAY7700CE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Scrip17=nse_fo|NIFTY16MAY7700PE;NIFTY16MAY7700PE;Last Traded Price;Last Trade Time;Volume Traded Today;Open Interest
Here it is Sir.
 

TracerBullet

Well-Known Member
Mungus do this tomorrow.

1) Just after crash, without do anything else - copy this ini
2) After restart, copy this ini in separate file
3) Compare 1 and 2
4) To share here, upload file - pasting in tj may not show it correctly. Ex "La st Traded Price" - you probably dont have that in ini. If you do thats wrong ( space between La and st).
 

Similar threads