Real Time Data Now / Nest Trader to Amibroker, Fcharts

lasty66

Active Member
Thank U sooooooooooooo much JOshJi for figuring out the issue:thanx:

TBji ,ShankarJi,
the problem was time format line deleted from Setting.ini file, JoshJi added the following line and VOILA!!!!! its working :clap::clap::clap::clap:

Code:
 Time format used when LTT empty - std::strftime 
;This was missing Ha Ha ha
TimeFormat=%H:%M:%S
Now RTD v1.25 is feeding INDEX RT to AMI seamlessly.

Thank u all Sirs for HElp n Support
GOD BLESS U.
Great News....:clap:

RTD v1.25 link in Shankarji signature....?
 

TracerBullet

Well-Known Member
muhaha, yes that is the issue. I was just going to write it after testing but you already found it.

You can say its sort of bug as it should give error, but this was meant for my use only :)
Anyway, i had said that ill remove this parameter if there is a future release as its not needed - but its still needed in current version ( used for scrips that dont have LTT Field ).
 

shirajroz

Active Member
Thank you Shirajroz bhai...am finaly getting nifty spot into amibroker.... however i dont know how to backfill nifty spot...can u pls guide to the tutorial..

My special thanks to josh1 ji and Shankarji.... :thumb:
No need to use those folders anymore Lasty bcos JoshJi has figured out the isssue now so here it is:
Go back to RTD v1.25 , and add the BLOCK LETTERED lines (presently dey r missing) in the following contents to ur Settings.ini file as shown below:

Code:
DONT CHANGE ANYTHING IN THIS!!!!!!!!!!!! ----------------->>>>>>>>> IF YOU DONT KNOW WHAT IT IS!

[NestTrader]
CSVFolder=R:\RT\
Title=Welcome xxxxxxx,xxxxx To NEST Trader ( 3.11.2 ).
Future=1 
Datatable=0
Pluschart=No
DeleteQuote=Yes
VWAPTry=5
MinData=No
BarPeriod=1000
RTDHide=Don't Hide
Terminal=Nest
UpdateRTD=No
Preserve=21
Version=Above

[RTDMan]
RTDServerProgID=Nest.ScripRTD
CSVFolderPath=R:\RT\
[B]; Time format used when LTT empty - std::strftime 
TimeFormat=%H:%M:%S[/B]

BarPeriod=1000
Scrip1=cde_fo|USDINR15MAYFUT;USDINR1;LTP;LTT;Volume Traded Today;Open Interest
Scrip2=nse_fo|BANKNIFTY15MAYFUT;BANKNIFTY1;LTP;LTT;Volume Traded Today;Open Interest
Scrip3=nse_fo|NIFTY15MAYFUT;NIFTY1;LTP;LTT;Volume Traded Today;Open Interest
Scrip4=nse_fo|APOLLOTYRE15MAYFUT;APOLLOTYRE1;LTP;LTT;Volume Traded Today;Open Interest
Scrip5=nse_fo|AXISBANK15MAYFUT;AXISBANK1;LTP;LTT;Volume Traded Today;Open Interest
Scrip6=nse_fo|BHARTIARTL15MAYFUT;BHARTIARTL1;LTP;LTT;Volume Traded Today;Open Interest
Scrip7=nse_fo|BPCL15MAYFUT;BPCL1;LTP;LTT;Volume Traded Today;Open Interest
Scrip8=nse_fo|CROMPGREAV15MAYFUT;CROMPGREAV1;LTP;LTT;Volume Traded Today;Open Interest
Scrip9=nse_fo|MARUTI15MAYFUT;MARUTI1;LTP;LTT;Volume Traded Today;Open Interest
Scrip10=nse_fo|RCOM15MAYFUT;RCOM1;LTP;LTT;Volume Traded Today;Open Interest
Scrip11=nse_fo|RECLTD15MAYFUT;RECLTD1;LTP;LTT;Volume Traded Today;Open Interest
Scrip12=nse_fo|RELCAPITAL15MAYFUT;RELCAPITAL1;LTP;LTT;Volume Traded Today;Open Interest
Scrip13=nse_fo|SBIN15MAYFUT;SBIN1;LTP;LTT;Volume Traded Today;Open Interest
Scrip14=nse_fo|TATASTEEL15MAYFUT;TATASTEEL1;LTP;LTT;Volume Traded Today;Open Interest
Scrip15=nse_fo|UNITECH15MAYFUT;UNITECH1;LTP;LTT;Volume Traded Today;Open Interest
Scrip16=mcx_fo|CRUDEOILM15MAYFUT;CRUDEOILM1;LTP;LTT;Volume Traded Today;Open Interest
Scrip17=mcx_fo|LEADMINI15MAYFUT;LEADMINI1;LTP;LTT;Volume Traded Today;Open Interest
Scrip18=mcx_fo|SILVERM15JUNFUT;SILVERM1;LTP;LTT;Volume Traded Today;Open Interest
Scrip19=mcx_fo|ZINCMINI15MAYFUT;ZINCMINI1;LTP;LTT;Volume Traded Today;Open Interest
Scrip20=mcx_fo|CRUDEOIL15MAYFUT;CRUDEOIL1;LTP;LTT;Volume Traded Today;Open Interest
Scrip21=CNX Nifty;CNX NIFTY;Index Value;;
And once u start using RTD v1.25, Backfilling of Index values can b done by selecting the INDEX radio button, rest is easy.
A note of caution: Pls Backfill the Index after 04:00:00 & Before 11:59:59 every day , if u missed the DeadLine , u wont get it the next day from RTD v1.25 (VWAP limitation).
thank u
 

TracerBullet

Well-Known Member
A note of caution: Pls Backfill the Index after 04:00:00 & Before 11:59:59 every day , if u missed the DeadLine , u wont get it the next day from RTD v1.25 (VWAP limitation).
thank u
Didnt check it now, but latest ZT should have nestplus chart for index scrips too. So DataTable should have more than 1 day data.
 

shirajroz

Active Member
@Shirajroz

Please post RTDMan section upto that line
Here it is Sir.

Code:
; DONT CHANGE ANYTHING IN THIS!!!!!!!!!!!! ----------------->>>>>>>>> IF YOU DONT KNOW WHAT IT IS!

[NestTrader]
CSVFolder=R:\RT\
Title=Welcome xxxxxx,xxxx To NEST Trader ( 3.11.2 ).
Future=1 
Datatable=0
Pluschart=No
DeleteQuote=Yes
VWAPTry=5
MinData=No
BarPeriod=1000
RTDHide=Don't Hide
Terminal=Nest
UpdateRTD=Yes
Preserve=1
Version=Above


[RTDMan]
RTDServerProgID=Nest.ScripRTD
CSVFolderPath=R:\RT\
[B]; Time format used when LTT empty - std::strftime 
TimeFormat=%H:%M:%S[/B]

BarPeriod=1000
Thank U
 

shirajroz

Active Member
Didnt check it now, but latest ZT should have nestplus chart for index scrips too. So DataTable should have more than 1 day data.
But sir RTD v1.25 Backfills Index values only from VWAP no sir ? , is der a way to backfill from Data Table (if Index data tables r available )-- dat wud b a relief.
Thank u sir
 

Similar threads