Real Time Data Now / Nest Trader to Amibroker, Fcharts

I am having windows 10 home with Nest trader, amibroker and rtd1.3 in d: drive. It works OK without admin privileges. I installed 1.4 in D:\RTD_1.4 folder. It starts RTD as it says in info and also rtd window says rtd active.
see the pic below.

But rtd feed to Amibroker does not happen.
I have tried with bid/ask rates and without.
Still Amibroker is not fed with data. My Amibroker is 5.69beta.
My RTDMan.ini is as follows
Code:
[NestTrader]
Title=Welcome
CSVFolder=R:\RTD\
Future=-I
Datatable=5
Pluschart=No
Terminal=Nest
DeleteQuote=No
VWAPTry=3
MinData=No
BarPeriod=0
RTDHide=Don't Hide
UpdateRTD=Yes
Preserve=4
Version=Above
BidAskRates=No
BidAskQty=No

[RTDMan]
RTDServerProgID=Nest.ScripRTD
CSVFolderPath=R:\RTD\
BarPeriod=0
RequestRefresh=0
BellWaitTime=30
Client=AB
RefreshPeriod=250
ViewTicData=0
ViewRawData=0
ViewBarData=0
Scrip1=nse_fo|BANKNIFTY16MAYFUT;BANKNIFTY16APRFUT;LTP;LTT;Volume Traded Today;Open Interest
Scrip2=nse_fo|NIFTY16MAYFUT;NIFTY16APRFUT;LTP;LTT;Volume Traded Today;Open Interest

ViewNTData=0
Where am I wrong?
Any help will be appreciated.
Please check whether you have placed RTD format files in amibroker format folder.
Also check whether CSVFolder=R:\RTD\ has text files or is empty.
 

lvgandhi

Well-Known Member
Please check whether you have placed RTD format files in amibroker format folder.
Also check whether CSVFolder=R:\RTD\ has text files or is empty.
Thanks for the response.
I have put all new format files of rtd1.4 in format folder overwriting 1.3 format files.
R:\RTD\ has abquotes.csv file. But that file is blank.
 
Thanks for the response.
I have put all new format files of rtd1.4 in format folder overwriting 1.3 format files.
R:\RTD\ has abquotes.csv file. But that file is blank.
Sorry, not able to find where the problem is.
But it seems that the tool is not getting data for backfill.

One thing,
does data table pop out during backfill
If not, then try to pop it out manually and check whether it backfills or not.

Was RTD v 1.30 working fine.
 
LVG

Open RTD.format file (look in formats folder inside the Ami Folder) in NOTEPAD and check the contents therein

Contents shud look like below:


# Copy to AmiBroker\Formats
$FORMAT Ticker, Date_YMD, Time, Open, High, Low, Close, Volume, OpenInt,Aux1,Aux2
$SKIPLINES 0
$SEPARATOR ,
$CONT 1
$GROUP 255
$AUTOADD 1
$DEBUG 1
$NOQUOTES 1


if Not Ok , Edit the texts to look like above.
 

lvgandhi

Well-Known Member
Sorry, not able to find where the problem is.
But it seems that the tool is not getting data for backfill.

One thing,
does data table pop out during backfill
If not, then try to pop it out manually and check whether it backfills or not.

Was RTD v 1.30 working fine.
RTD 1.3 is still working fine.
I was trying only for data feed not backfill. Data feed was not working though it says rtd started and and window says rtd active.
 

Similar threads