Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts MS

Status
Not open for further replies.

shankar4kv

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

After Repositioning hourly statistics columns it is updating data but not in proper way. tried VWAP backfill from NOW various times but every time data backfilled to amibroker is half data like shown in following snapshots. Dont know why its happening. please suggest further..
Thanks



check whether you have full data in hourly statistics
 

NJ23

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

check whether you have full data in hourly statistics
What I've noticed is, the data loads completely but it takes some time to load. Before it's done loading the data, VWAP data is copied. What I do is I keep backfilling frequently. This could be another good feature to be added. Backfilling automatically after a certain period say 15,30,60 minutes. BTW, is there any way for backfill to be done in the background?

PS: I'm not much of a coder otherwise I would have chipped in.
 
Last edited:

josh1

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Hourly statistics was having full data... Already checked before posting snapshots.
Thanks!
What I've noticed is, the data loads completely but it takes some time to load. Before it's done loading the data, VWAP data is copied. What I do is I keep backfilling frequently. This could be another good feature to be added. Backfilling automatically after a certain period say 15,30,60 minutes. BTW, is there any way for backfill to be done in the background?

PS: I'm not much of a coder otherwise I would have chipped in.

But I do backfill from Hourly Statistics. I never faced this issue. Any way a Sleep statement could be added.

Background backfill is not so useful. NOW/Nest remain busy while backfill is running. Trading cannot be done. If you want to watch charts during backfill, resize Amibroker and NOW/Nest windows. Keep about 1 to 3 inch portion of terminal open on left side and remaining for Amibroker.

Autobackfill every hour? You can backfill at EOD. Keep start time 00:00:00 It will be much faster.
 
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Could you please guide on how to get index Nifty and Banknifty using RTDMAN? I have updated settings file with CNX Nifty and Bank Nifty.. I use ZT(Nest Trader terminal)..

Thanks,
Prabakar
 
Last edited:

PUCHU_2500

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

I am using RTDMan utility for charting. but plugin command plus chart has stopped FUT stock/index loading.....but no any problem in cash share loading.....pls, guys, tell me what I have done mistake.......
 

Raghuveer

Well-Known Member
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Could you please guide on how to get index Nifty and Banknifty using RTDMAN? I have updated settings file with CNX Nifty and Bank Nifty.. I use ZT(Nest Trader terminal)..

Thanks,
Prabakar
If using NEST and RTDMan:
Code:
Scrip1=nse_fo|NIFTY15JANFUT;NIFTY_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip2=nse_fo|BANKNIFTY15JANFUT;BANKNIFTY_F1;LTP;LTT;Volume Traded Today;Open Interest
Scrip3=CNX Nifty;NIFTY;Index Value;;
Scrip4=BANK Nifty;BANKNIFTY;Index Value;;
 
Status
Not open for further replies.

Similar threads