Real Time Data Now / Nest Trader to Amibroker, Fcharts

Hello Josh,How are you? :)
I need your help on this small issue,pls have a look-

I'm using RTD 1.30 successfully.I have 15 scrips in my terminal.(Nifty,Tatasteel,Tatamotor,Bhartiairtel,Nifty latest CE....)
And I have arranged it properly in Amibroker.But in live market,if I add and backfill say Nifty 7800CE,all my properly arranged scrips shatter.And it looks like this-



When I rearrange it,the sequence breaks again.Instead of NiftyApr,NiftyMar jumps up there.Pls help me solve this.

Thanks
Kabira
 

josh1

Well-Known Member
Hello Josh,How are you? :)
I need your help on this small issue,pls have a look-

I'm using RTD 1.30 successfully.I have 15 scrips in my terminal.(Nifty,Tatasteel,Tatamotor,Bhartiairtel,Nifty latest CE....)
And I have arranged it properly in Amibroker.But in live market,if I add and backfill say Nifty 7800CE,all my properly arranged scrips shatter.And it looks like this-



When I rearrange it,the sequence breaks again.Instead of NiftyApr,NiftyMar jumps up there.Pls help me solve this.

Thanks
Kabira
That is a bug in Amibroker. After arranging your scrips, save it as default layout. When they mess up, double click on default layout.
 
Hi,
I tried to use yoru utility, it's doing backfill but not realtime datafeed.
Is this a bug?

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

[RTDMan]
RTDServerProgID=Nest.ScripRTD
CSVFolderPath=C:\RTD\
BarPeriod=0
RequestRefresh=0
BellWaitTime=30
Client=AB
RefreshPeriod=250
ViewTicData=0
ViewRawData=0
ViewBarData=0
Scrip8=mcx_fo|CRUDEOILM16MAYFUT;CRUDEOILM16MAYFUT;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty;
Scrip5=mcx_fo|CRUDEOIL16MAYFUT;CRUDEOIL-F1;LTP;LTT;Volume Traded Today;Open Interest;

ViewNTData=0
Scrip6=mcx_fo|CRUDEOIL16MAYFUT;CRUDEOIL-F1;LTP;LTT;Volume Traded Today;Open Interest;
ini setting file .

Yes, i watched your video

Right now looking foramibroker

regards

mtftrader
 
Last edited:
Hi,
I tried to use yoru utility, it's doing backfill but not realtime datafeed.
Is this a bug?

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

[RTDMan]
RTDServerProgID=Nest.ScripRTD
CSVFolderPath=C:\RTD\
BarPeriod=0
RequestRefresh=0
BellWaitTime=30
Client=AB
RefreshPeriod=250
ViewTicData=0
ViewRawData=0
ViewBarData=0
[B][COLOR="red"]Scrip8[/COLOR][/B]=mcx_fo|CRUDEOILM16MAYFUT;CRUDEOILM16MAYFUT;LTP;LTT;Volume Traded Today;Open Interest;;Bid Rate;Ask Rate;Bid Qty;Ask Qty;
[COLOR="Red"][B]Scrip5[/B][/COLOR]=mcx_fo|CRUDEOIL16MAYFUT;CRUDEOIL-F1;LTP;LTT;Volume Traded Today;Open Interest;

ViewNTData=0
Scrip6=mcx_fo|CRUDEOIL16MAYFUT;CRUDEOIL-F1;LTP;LTT;Volume Traded Today;Open Interest;
ini setting file .

Yes, i watched your video

Right now looking foramibroker

regards

mtftrader
Scrip1=mcx_fo|CRUDEOILM16MAYFUT;CRUDEOILM16MAYFUT;LTP;LTT;Volume Traded Today;Open Interest;
Scrip2=mcx_fo|CRUDEOIL16MAYFUT;CRUDEOIL-F1;LTP;LTT;Volume Traded Today;Open Interest;


Scrip number shud b in Chronological order starting with Scrip1
 

This was a live chart of Relinfra,then I left for some Holi Shopping.


I came back and backfilled data on other PC.And both the charts looking different.
Different in all the scrips.High-Low-Open_close has a different values too.Thus,it gives wrong information.
I trade AMA by Pratap Sir and AMA was different in 1st image than in 2nd image.
And all this time I was wondering, “why backtest results are awesome and in live I make a loss."

Your take on this please Josh Sir/TB and others.
Had Similar Prob ,
Go to -->Preferences-->IntraDay-->UnCheck the Align Minute Bars to Reglr Market Hrs Option
Also Select the Start Time of Interval (Recommended)

After the above Preferences , My Live & BackFilled charts match for Almost all scrips
But then ,if they match 100% what is the point of backfilling ?

Thnx Rgrds
================

Now I'm facing this issue.Not sure whether its a backfill issue or AFL issue.I posted same in Pratap Sir's thread also-

I'm facing this issue related to VAH-VAL Band..Is it a real time data issue or AFL Issue?

NF Live Chart Saved on my Lappy and NF Backfilled Chart of a different Machine(Backfiiled after the market)



vs



vs


And I use this setting as suggested by LOVEENAJYOTHI-


What could be the reason?Look at the VAH-VAL Band..
 
Last edited:

josh1

Well-Known Member
@Rehab,

The second chart is correct in both cases. There is problem with previous day VWAP in first chart. Other wise prices are same in both. This is problem in AFL settings.
 
Rehab

Present:
After the advent of RTDMan2.0 ,I hve compltly stopped Backfilling ---> No Fun mixing MSecond ticks with Imnt data.--->If ,in any day the RT Tick data was not fully feeded, I ignore that day in Backtesting.

Past:
1.The main cause of my problem was slightly different --->mixing 1mnt backfilled data with RTD tick data.

2.And so the Results in tick TF were distorted after Backfill.

3.Resolved the issue after some trial n error
a. Backfill only from VWAP Table never from NEST Table
b. Changed a few preferences in Ami Intraday data settings as u hve already noted .
c.Added a few workaround lines to AFL (posted earlier) to take care of Open,High Low distortions.
d. after those adjustments, my Signal arrows stayed where they were even after Backfill ,almost in all scrips/cases.

Future:
Planning to propose/ appeal to all RTDMan2.0 /RTD1.40 users to come together & create a Cooperative Tickdata Bank for mutual benefit/share ---will post abt it later.

Your Problem:
1.Do Not use NEST Table for BackFill as far as possible .

2. If u can Backfill Directly from VWAP table (Right click & do stuff), u will have the choice of TF imnt or 5mnt etc. chose the Interval in the table according to ur need.

3.Check ur AFL for possible solutions to adjust to the BackFilled data of a diffrent TF, especially the adjusting of O, H & L.
 

cloudTrader

Well-Known Member
Dear Friends,

I have kept the base time interval as Tick but when I try to see Tick chart it actually shows up as 1-Minute chart. Everything thing below 1-minute TF is shown as 1-min. only.

Has it something to do in RTD 1.30 settings or something to be changed in Amibroker?

I am not able to make out the solution to this problem. Plz. help ..

Thanks.
 

josh1

Well-Known Member
Dear Friends,

I have kept the base time interval as Tick but when I try to see Tick chart it actually shows up as 1-Minute chart. Everything thing below 1-minute TF is shown as 1-min. only.

Has it something to do in RTD 1.30 settings or something to be changed in Amibroker?

I am not able to make out the solution to this problem. Plz. help ..

Thanks.
Watch videos on Nest/Now and Amibroker settings. Install RTD_1.40
 
Last edited:

Similar threads