Real Time Data Now / Nest Trader to Amibroker, Fcharts

I want something like we have list of stock to be backfilled in excel and when click backfill, it has to pull data from google finance and convert them in to amibroker format and save it as csv. then we can use some of the codes from joshs utility to import them directly in to amibroker
Search about a small free app called 'UTTRC' in google. It grabs '1 min' data from google and saves it in csv format.
But its only for backfilling purpose, not for real time.
 
Today I configured RTD v1.5, (so far using old version without any problem) but an error appeared on backfill.
--------------------------------------------------------

Line 13982 (File "C\RTD_1.50\RTD1.50.exe"):

Error: Array variable has incorrect number of subscripts or subscripts dimension range exceeded

Settings:
[NestTrader]
Title=Welcome
CSVFolder=C:\RT\
Future=
Datatable=5
Pluschart=No
Terminal=Nest
DeleteQuote=No
VWAPTry=3
MinData=No
BarPeriod=0
RTDHide=Don't Hide
UpdateRTD=Yes
Preserve=0
Version=Above
BidAskRates=No
BidAskQty=No
-----------------------------------------------

Although there is no error in working with older version, that works smoothly. What is indicated by this error and how to resolve it. Thanks
 

vijkris

Learner and Follower
Search about a small free app called 'UTTRC' in google. It grabs '1 min' data from google and saves it in csv format.
But its only for backfilling purpose, not for real time.
Even data downloader by joydeep does the same thing. One can always use import wizard in amibroker to load the data.
 
Search about a small free app called 'UTTRC' in google. It grabs '1 min' data from google and saves it in csv format.
But its only for backfilling purpose, not for real time.
Bhai, no working link is now available for UTTRC, a tool developed by Dr Dinesh, a TJ member. I dont know but may be UTTRC is still working.
 
Volume Digger Utility also does the same.
ahhhhh !!!!!!
already using since last few months or to say few years. :D

Only want to check UTTRC
Now I think, that I failed to download it (long time back) due to some malware or virus alarm by my antivirus software, may be that happened to be a false alarm.
 
Last edited:

lvgandhi

Well-Known Member
Any one using version 1.4 with nest trader 3.13.0 from vns and doing backfill with nestplus?
 

josh1

Well-Known Member
Today I configured RTD v1.5, (so far using old version without any problem) but an error appeared on backfill.
--------------------------------------------------------

Line 13982 (File "C\RTD_1.50\RTD1.50.exe"):

Error: Array variable has incorrect number of subscripts or subscripts dimension range exceeded

Settings:
[NestTrader]
Title=Welcome
CSVFolder=C:\RT\
Future=
Datatable=5
Pluschart=No
Terminal=Nest
DeleteQuote=No
VWAPTry=3
MinData=No
BarPeriod=0
RTDHide=Don't Hide
UpdateRTD=Yes
Preserve=0
Version=Above
BidAskRates=No
BidAskQty=No
-----------------------------------------------

Although there is no error in working with older version, that works smoothly. What is indicated by this error and how to resolve it. Thanks
Where are the scrips
 
Where are the scrips
Sorry sir. Here it is
-------------------------------------------------
[NestTrader]
Title=Welcome
CSVFolder=C:\RT\
Future=
Datatable=5
Pluschart=No
Terminal=Nest
DeleteQuote=No
VWAPTry=3
MinData=No
BarPeriod=0
RTDHide=Don't Hide
UpdateRTD=Yes
Preserve=0
Version=Above
BidAskRates=No
BidAskQty=No

[RTDMan]
RTDServerProgID=Nest.ScripRTD
CSVFolderPath=C:\RT\
BarPeriod=0
RequestRefresh=0
BellWaitTime=30
Client=AB
RefreshPeriod=100
ViewTicData=0
ViewRawData=0
ViewBarData=0
Scrip1=nse_fo|NIFTY16APRFUT;NIFTY16APRFUT;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty
Scrip2=mcx_fo|SILVERMIC16APRFUT;SILVERMIC16APRFUT;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty
Scrip3=mcx_fo|SILVERM16APRFUT;SILVERM16APRFUT;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty
Scrip4=mcx_fo|SILVER16MAYFUT;SILVER16MAYFUT;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty
Scrip5=nse_fo|BANKNIFTY16APRFUT;BANKNIFTY16APRFUT;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty
Scrip6=nse_cm|AXISBANK-EQ;AXISBANK;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty
Scrip7=mcx_fo|COPPERM16APRFUT;COPPERM16APRFUT;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty
Scrip8=mcx_fo|CRUDEOILM16APRFUT;CRUDEOILM16APRFUT;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty
Scrip9=mcx_fo|CRUDEOIL16APRFUT;CRUDEOIL16APRFUT;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty
Archive=False
ViewNTData=0

----------------------------------------------------

On clicking backfill, it opens data table and only after that this error appears
----------
Line 13982 (File "C\RTD_1.50\RTD1.50.exe"):

Error: Array variable has incorrect number of subscripts or subscripts dimension range exceeded
----------

Thanks
 

Similar threads