Real Time Data Now / Nest Trader to Amibroker, Fcharts

hi josh
same both issue here also
1 rtd 1.6 showing blank columns
2 while backfilling it opens some else chart and backfills it different selected symbol
configurations
1 windows 10
2 ami 6.2
3 rtd1.6
4 nest 3.11 samco
followed all instructions and there is no blank between scripts
attaching
settings, screenshot of temp folder and rtd 1.6 showing blank columns.

kindly advice what to do
 

Attachments

lvgandhi

Well-Known Member
I did clean install of Windows 10 home x64 2004. After that I have installed amibroker, nesttrader and ramdisk in d drive. Already rtd was installed .
Now With rtd1.6, I could rtd fillup happens in ami. vwap statistics and data table opens.
But back fill is problem. As sson as I select, either vwap or datatable, I get msg Tradingsymbol not found - backfill may notwork. set position to 1 as shown in following picture.
rtderror.png


my rtdman.ini is as follows.
[NestTrader]
Title=Welcome FA13594,55135 To NEST Trader INVESTOR
CSVFolder=R:\RTD\
Future=-I
Datatable=10
Pluschart=No
Terminal=Nest
DeleteQuote=No
VWAPTry=3
MinData=No
BarPeriod=0
RTDHide=Don't Hide
UpdateRTD=Yes
Preserve=9
Version=Above
BidAskRates=No
BidAskQty=No
DivideVolume=No

[RTDMan]
RTDServerProgID=Nest.ScripRTD
CSVFolderPath=R:\RTD\
BarPeriod=0
RequestRefresh=1
BellWaitTime=30
Client=AB
RefreshPeriod=250
Archive=False
DivideVolume=Yes
ViewTicData=0
ViewRawData=0
ViewBarData=0
ViewNTData=0

Scrip1=nse_fo|BANKNIFTY20JULFUT;BANKNIFTY-I;LTP;LTT;Volume Traded Today;Open Interest;
Scrip2=nse_fo|NIFTY20JULFUT;NIFTY-I;LTP;LTT;Volume Traded Today;Open Interest;

Any solution?
 

travi

Well-Known Member
I did clean install of Windows 10 home x64 2004. After that I have installed amibroker, nesttrader and ramdisk in d drive. Already rtd was installed .
Now With rtd1.6, I could rtd fillup happens in ami. vwap statistics and data table opens.
But back fill is problem. As sson as I select, either vwap or datatable, I get msg Tradingsymbol not found - backfill may notwork. set position to 1 as shown in following picture.
View attachment 43167

my rtdman.ini is as follows.
[NestTrader]
Title=Welcome FA13594,55135 To NEST Trader INVESTOR
CSVFolder=R:\RTD\
Future=-I
Datatable=10
Pluschart=No
Terminal=Nest
DeleteQuote=No
VWAPTry=3
MinData=No
BarPeriod=0
RTDHide=Don't Hide
UpdateRTD=Yes
Preserve=9
Version=Above
BidAskRates=No
BidAskQty=No
DivideVolume=No

[RTDMan]
RTDServerProgID=Nest.ScripRTD
CSVFolderPath=R:\RTD\
BarPeriod=0
RequestRefresh=1
BellWaitTime=30
Client=AB
RefreshPeriod=250
Archive=False
DivideVolume=Yes
ViewTicData=0
ViewRawData=0
ViewBarData=0
ViewNTData=0

Scrip1=nse_fo|BANKNIFTY20JULFUT;BANKNIFTY-I;LTP;LTT;Volume Traded Today;Open Interest;
Scrip2=nse_fo|NIFTY20JULFUT;NIFTY-I;LTP;LTT;Volume Traded Today;Open Interest;

Any solution?
I think you are missing/register AutoIt V3. install it.

If your not familiar, do full install. you may be missing or not registered the DLL/COM components properly.
It will also setup both x86 and x64 components,
 
Last edited:

lvgandhi

Well-Known Member
I think you are missing/register AutoIt V3. install it.

If your not familiar, do full install. you may be missing or not registered the DLL/COM components properly.
It will also setup both x86 and x64 components,
Thanks for the response. But I am not aware of Autoit. I have never used it. Still both rtd and backfill used to work. Now also rtd works and I get both vwap and data table from menus. Only when I select any of these two for backfill, I get msg Trading symbol not found.
Can you say little more about autoit and what to do with it?
 

travi

Well-Known Member
Thanks for the response. But I am not aware of Autoit. I have never used it. Still both rtd and backfill used to work. Now also rtd works and I get both vwap and data table from menus. Only when I select any of these two for backfill, I get msg Trading symbol not found.
Can you say little more about autoit and what to do with it?
You said you did clean install. Autoit is not shipped by default afaik in windows so far.

RTD and backfill use two different techniques so don't mix them.

Go to Autoit website. Everything explained there.
https://www.autoitscript.com/site/autoit/downloads/

installer
https://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe
 

Similar threads