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

Status
Not open for further replies.

josh1

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

I use RTGoogle because NIFTY SPOT is not available in NOW.
Use RTGoogle for Nifty Spot only and RTNow for all other scrips. They will feed the same database. RTGoogle tends to hang if it does not receive data from Google finance. Start RTNOW first and then RTGoogle in separate instance.
 
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

hi josh1 and other seniors with this tool for nesttrader

I install RTNEST and setup things-it works fine.back fill works but with a different symbol-if I import data with LT symbol, back fill occurs with LT-EQ symbol.

Then I have a powerfailure at 1230 hrs.
after that I start the start data, but no data gets downloaded from nesttrader. i see prices change in excel sheet but no import of data into Amibroker.

I try to backfill but it fails too.

two problems
1 how can get the data from the point it stopped earlier/
2 how can i get just one symbol and not two?
If my live data symbol is LT, BACKFILL OCCURS WIH LT-EQ.
If I change BY REMOVING THE -EQ THING, live data comes with LT-EQ and backfill occurs with LT

CAN AN EXPERIENCED PERSON HELP.
PLEASE!
THANKS
 
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Can i also get intraday data from india infoline trader terminal ? It has feature to export data to excel ? If yes then which of your macro enabled excel sheet i need to use.
 

TracerBullet

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

I could not fix ZT crashes when i use the calculate event. Every time i close excel, ZT crashes. So i stopped modifying excel for now. If i manage to do it , ofc ill post it here.

Instead i m thinking of writing RTD client in c++ when i get time.
Maybe ZT crashes because its still trying to call callback and has segfault. I am hoping that closing the data stream and disconncting server before app close may avoid crash.

I have no knowledge of com/ole/windows development but i found some scattered docs and the NEST Com interface so hopefully some weekends should be enuff.
Here, have a look
https://www.dropbox.com/s/l2hrpyr68u7w0lb/NestAmibrokerFeeder.zip

I couldnt get the callback to work. Nest calls it a few times and then stops.
So instead for now, i just spam it 20 times a second (configurable). CPU usage is quite low so spam is ok.

Still, without callback, it may miss a few updates, but for now i have given up.
Do we have other people in traderji who can ( and be willing to) code/debug c++ ? I can then open its source ...
 

josh1

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

hi josh1 and other seniors with this tool for nesttrader
THANKS
I install RTNEST and setup things-it works fine.back fill works but with a different symbol-if I import data with LT symbol, back fill occurs with LT-EQ symbol.

Then I have a powerfailure at 1230 hrs.
after that I start the start data, but no data gets downloaded from nesttrader. i see prices change in excel sheet but no import of data into Amibroker.
I try to backfill but it fails too.
Does your PC switch off on power failure?
two problems
1 how can get the data from the point it stopped earlier/
Use the HS sheet or HSBackfil to backfil. Procedure is given in the Setup instructions.
2 how can i get just one symbol and not two?
If my live data symbol is LT, BACKFILL OCCURS WIH LT-EQ.
Facility to remove -EQ is given in in "Back" Sheet. Use it.

If I change BY REMOVING THE -EQ THING, live data comes with LT-EQ and backfill occurs with LT
That will never happen. For Equity, data always comes with -EQ suffix. We remove -EQ in Nest Sheet with help of formula and also in Back sheet.

CAN AN EXPERIENCED PERSON HELP.
PLEASE!
 

josh1

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

Can i also get intraday data from india infoline trader terminal ? It has feature to export data to excel ? If yes then which of your macro enabled excel sheet i need to use.
Export to excel is not enough. You should be able to see live quotes in Excel. :)
 

josh1

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

Here, have a look
https://www.dropbox.com/s/l2hrpyr68u7w0lb/NestAmibrokerFeeder.zip

I couldnt get the callback to work. Nest calls it a few times and then stops.
So instead for now, i just spam it 20 times a second (configurable). CPU usage is quite low so spam is ok.

Still, without callback, it may miss a few updates, but for now i have given up.
Do we have other people in traderji who can ( and be willing to) code/debug c++ ? I can then open its source ...
Good Work :clapping:. I got it up and running in 5 minutes.
If you are willing, you can share the code with me. You may PM me or I shall PM you my mail ID. (Your PM is closed)
I may not be able to code in C++ but I shall be able to read /understand your code,find bugs(already found one) and give you ideas that will make your work much simpler and faster. You will have to tell me how to import the project in CodeBlocks preferably.

I am also trying to create RTDclient in Autoit. If you share your code I shall be able to do it faster. I am also stuck at the Callback. :annoyed::annoyed::annoyed:

Backfill did not work. Maybe I did not understand setup
 
Last edited:
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Here, have a look
https://www.dropbox.com/s/l2hrpyr68u7w0lb/NestAmibrokerFeeder.zip

I couldnt get the callback to work. Nest calls it a few times and then stops.
So instead for now, i just spam it 20 times a second (configurable). CPU usage is quite low so spam is ok.

Still, without callback, it may miss a few updates, but for now i have given up.
Do we have other people in traderji who can ( and be willing to) code/debug c++ ? I can then open its source ...
Is Amibroker exe only for backfill?

Does it work for Real Time too?
 
Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M

Export to excel is not enough. You should be able to see live quotes in Excel. :)
Yes i think we can get the rates upaded in excel.... Just not export i mean...but upadation is also there...then which sheet of urs i need to use ?? Has no body treid it with trder terminal ??
 
Status
Not open for further replies.

Similar threads