Real Time Data Now / Nest Trader to Amibroker, Fcharts

Dear @josh1 lot of glitches in RTD 1,6 i saw every video closely follow every steps properly in help section discription of old RTD not 1.6 . and videos sound is very low
i have window 7
nesttreder -3.16
but have lot of problem - 1) many symbols disspear 2) real time it give only 5 to 10 symbol data 3) what is the use of refresh tab
 

josh1

Well-Known Member
Dear @josh1 lot of glitches in RTD 1,6 i saw every video closely follow every steps properly in help section discription of old RTD not 1.6 . and videos sound is very low
i have window 7
nesttreder -3.16
but have lot of problem - 1) many symbols disspear 2) real time it give only 5 to 10 symbol data 3) what is the use of refresh tab
You are not using settings properly. How many symbols are there in RTDMan.ini file? give a snapshot. We provided 9 videos and one help file. You are writing four sentences and expect us to help you? Do you want me to wave magic wand, say abrakadabra and know what you have done?
 
@optionwriter you can download nse (cash fno) eod, currency eod, by using nse-eod data downloader. (java should installed)
for mcx bhavcopy there is no app/sw.
just download bhavcopy from mcx site and select those scipts whose data to be imported. i'm doing since long ago.
looking for macro which does this work easily.
for eg..
mcx bhavcopy line:

"Date","Instrument Name","Symbol","Expiry Date","Option Type","Strike Price","Open","High","Low","Close","Previous Close","Volume(Lots)","Volume(In 000's)","Value(Lacs)","Open Interest(Lots)"
"30 Oct 2018","FUTCOM","ALUMINI ","31OCT2018","-","0.00","144.35","144.90","143.25","143.35","144.20","7695","7695.000 KGS ","11081.67","2683"

we need format as:

name,yyyymmdd,open,high,low,close,volume

data from that bhavcopy. rest columns are not needed.
for import in amibroker.
like ;
ALUMINI-I,20181030,144.35,144.9,143.25,143.35,7695
...
CRUDEOIL-I,20181030,4965,4965,4819,4890,146749
CRUDEOILM-I,20181030,4956,4956,4818,4890,276159
...
and save it as csv or txt and import that file in AB.
that i am doing ... but it takes time to create file.
 
Last edited:
You are not using settings properly. How many symbols are there in RTDMan.ini file? give a snapshot. We provided 9 videos and one help file. You are writing four sentences and expect us to help you? Do you want me to wave magic wand, say abrakadabra and know what you have done?
here is RTDman.ini
[NestTrader]
Title=Welcome
CSVFolder=C:\RTD\
Future=_F1
Datatable=30
Pluschart=No
Terminal=Nest
DeleteQuote=No
VWAPTry=3
MinData=No
BarPeriod=60000
RTDHide=Don't Hide
UpdateRTD=Yes
Preserve=95
Version=Above
BidAskRates=No
BidAskQty=No

[RTDMan]
RTDServerProgID=Nest.ScripRTD
CSVFolderPath=C:\RTD\
BarPeriod=60000
RequestRefresh=0
BellWaitTime=15
Client=AB
RefreshPeriod=250
Archive=False
DivideVolume=Yes
ViewTicData=0
ViewRawData=0
ViewBarData=0
ViewNTData=0
Scrip1=nse_cm|;ZEEL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip2=nse_cm|;WIPRO;LTP;LTT;Volume Traded Today;Open Interest;
Scrip3=nse_cm|;UPL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip4=nse_cm|;TVSMOTOR;LTP;LTT;Volume Traded Today;Open Interest;
Scrip5=nse_cm|;TITAN;LTP;LTT;Volume Traded Today;Open Interest;
Scrip6=nse_cm|;TATASTEEL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip7=nse_cm|;TATAMOTORS;LTP;LTT;Volume Traded Today;Open Interest;
Scrip96=nse_cm|;ZEEL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip97=nse_cm|;WIPRO;LTP;LTT;Volume Traded Today;Open Interest;
Scrip98=nse_cm|;UPL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip99=nse_cm|;TVSMOTOR;LTP;LTT;Volume Traded Today;Open Interest;
Scrip100=nse_cm|;TITAN;LTP;LTT;Volume Traded Today;Open Interest;
Scrip101=nse_cm|;TATASTEEL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip102=nse_cm|;TATAMOTORS;LTP;LTT;Volume Traded Today;Open Interest;
 

Attachments

here is RTDman.ini
[NestTrader]
Title=Welcome
CSVFolder=C:\RTD\
Future=_F1
Datatable=30
Pluschart=No
Terminal=Nest
DeleteQuote=No
VWAPTry=3
MinData=No
BarPeriod=60000
RTDHide=Don't Hide
UpdateRTD=Yes
Preserve=95
Version=Above
BidAskRates=No
BidAskQty=No

[RTDMan]
RTDServerProgID=Nest.ScripRTD
CSVFolderPath=C:\RTD\
BarPeriod=60000
RequestRefresh=0
BellWaitTime=15
Client=AB
RefreshPeriod=250
Archive=False
DivideVolume=Yes
ViewTicData=0
ViewRawData=0
ViewBarData=0
ViewNTData=0
Scrip1=nse_cm|;ZEEL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip2=nse_cm|;WIPRO;LTP;LTT;Volume Traded Today;Open Interest;
Scrip3=nse_cm|;UPL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip4=nse_cm|;TVSMOTOR;LTP;LTT;Volume Traded Today;Open Interest;
Scrip5=nse_cm|;TITAN;LTP;LTT;Volume Traded Today;Open Interest;
Scrip6=nse_cm|;TATASTEEL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip7=nse_cm|;TATAMOTORS;LTP;LTT;Volume Traded Today;Open Interest;
Scrip96=nse_cm|;ZEEL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip97=nse_cm|;WIPRO;LTP;LTT;Volume Traded Today;Open Interest;
Scrip98=nse_cm|;UPL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip99=nse_cm|;TVSMOTOR;LTP;LTT;Volume Traded Today;Open Interest;
Scrip100=nse_cm|;TITAN;LTP;LTT;Volume Traded Today;Open Interest;
Scrip101=nse_cm|;TATASTEEL;LTP;LTT;Volume Traded Today;Open Interest;
Scrip102=nse_cm|;TATAMOTORS;LTP;LTT;Volume Traded Today;Open Interest;
Delete from Scrip1 and read below.
Here are examples of correct way of writing Scrips for different exchanges:
Code:
Scrip1=Nifty 50;NIFTY;Index Value;;
Scrip2=Nifty Bank;BANKNIFTY;Index Value;;
Scrip3=India VIX;INDIAVIX;Index Value;;
Scrip4=nse_fo|NIFTY18NOVFUT;NIFTY-I;LTP;LTT;Volume Traded Today;Open Interest
Scrip5=nse_cm|TATASTEEL-EQ;TATASTEEL;LTP;LTT;Volume Traded Today;Open Interest
Scrip6=nse_fo|TATASTEEL18NOVFUT;TATASTEEL-I;LTP;LTT;Volume Traded Today;Open Interest
Scrip7=cde_fo|USDINR18NOVFUT;USDINR-I;LTP;LTT;Volume Traded Today;Open Interest
Scrip8=mcx_fo|CRUDEOILM18NOVFUT;CRUDEOILM-I;LTP;LTT;Volume Traded Today;Open Interest
1) RTD is like a bridge between NEST and AmiBroker. So you need to specify the "Trading Symbol" of NEST along with its exchange and its corresponding symbol in AmiBroker.
2) Notice you have Scrip7 for TATAMOTORS and Scrip96 for ZEEL. The Scrip number must be sequential (also avoid an extra line between two scrips).
3) There must be no space within Amibroker symbol. The first "Nifty 50" in Scrip1 refers to the Index in NEST and the space there is legit but for the second "Nifty 50" in Scrip1 refers to the Amibroker symbol which must not contain any space so just NIFTY50 or simply NIFTY.
4) Amibroker symbols should be in Uppercase. Although it won't throw an error but for convention sake.
5) You have placed an unnecessary semicolon( ; ) after Open Interest. But for Index Value you need two semicolons at the end the way it is now.
6) If you place a semicolon( ; ) before a Scrip that will inactivate that Scrip. And the Scrips after that must be sequentially numbered.
Code:
Scrip1=nse_fo|NIFTY18NOVFUT;NIFTY-I;LTP;LTT;Volume Traded Today;Open Interest
;Scrip2=nse_cm|TATASTEEL-EQ;TATASTEEL;LTP;LTT;Volume Traded Today;Open Interest
Scrip2=nse_fo|TATASTEEL18NOVFUT;TATASTEEL-I;LTP;LTT;Volume Traded Today;Open Interest

No AmiBroker feed for TATASTEEL-EQ but for TATASTEEL18NOVFUT
1540989401072.png

Snips.gif


Do you want me to wave magic wand, say abrakadabra and know what you have done?
BTW RTD is Magic :) Thank you....
 
Last edited:

CougarTrader

Well-Known Member
Is today the D-Day of RTD between NEST and AB? Or is it something from my end only? Anyone else??? I have followed every instruction to the book. Backfilling and RTD not happening simultaneously. If RTD is on then NEST crashes. Not even Market-Depth loads. All sort of possible glitches. Also tried NestRTD, same issue. Checked with different versions of NEST and for different Brokers but same issue. Settings wise everything alright as it worked yesterday flawlessly. Please reply! Just want to know whether the issue is Global or from my end.

Trying to BackFill while RTD is on this is what shows up and everything halts.
1541080937991.png


And if RTD is on and trying to access the Market Depth or placing an Order anything that triggers an event kills NEST.
 
Last edited:

Similar threads