Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M
Yes you need to set the scrip names. Its a text file just change symbol when you need. The field names will remain same.
So, If you work with a fixed set of stocks, you only need to set it once.
For future/options you will need to edit every month.
Backfill - i dont know how to do it. There is no such api i think in nest to fetch quotes and anyway it will require some work to figure out what is missing in amibroker.
What error did it give after changing RTDServerProgID to Now.ScripRTD?
IDL compilation will give a header file which has the interface.
We can use it to call COM without having to bother with IDispatch stuff.
If the interface is exactly same, it should have worked.
Yes i saw the ordering api but didnt see it in detail. We might be able to do it.
But testing it will be a problem as we dont have simulator mode.
Ideally i would love to order and modify from AB chart in future.
But right now i want to focus on becoming a trader ( have not started live )
I have examples of calling using IDispatch in Amibroker class if you need.
Just set the symbol name in ini. Its sent exactly as it is to AB.
Trading Symbols dont change, so i think its better to just set it once rather than asking NEST for it.
Hi TracerBullet,
Do we need to type all script name manually in NestRTD settings file. Whats the procedure to change symbol or add new symbol?
Isn't it possible to automate backfilling process without copy and paste data to Data Table?
Trying to do settings with NOW. Will check it during market hours.
Thanks!
Do we need to type all script name manually in NestRTD settings file. Whats the procedure to change symbol or add new symbol?
Isn't it possible to automate backfilling process without copy and paste data to Data Table?
Trying to do settings with NOW. Will check it during market hours.
Thanks!
So, If you work with a fixed set of stocks, you only need to set it once.
For future/options you will need to edit every month.
Backfill - i dont know how to do it. There is no such api i think in nest to fetch quotes and anyway it will require some work to figure out what is missing in amibroker.
No. It did not work with NOW. I have extracted IDL for NOW.
Will it work if IDL for Nest is replaced by IDL for NOW and compiled?
BTW. Did you notice that the IDL exposes interface IPlusapi : IDispatch..? It is possible to place/modify/cancel/get status of orders with it.
Will it work if IDL for Nest is replaced by IDL for NOW and compiled?
BTW. Did you notice that the IDL exposes interface IPlusapi : IDispatch..? It is possible to place/modify/cancel/get status of orders with it.
IDL compilation will give a header file which has the interface.
We can use it to call COM without having to bother with IDispatch stuff.
If the interface is exactly same, it should have worked.
Yes i saw the ordering api but didnt see it in detail. We might be able to do it.
But testing it will be a problem as we dont have simulator mode.
Ideally i would love to order and modify from AB chart in future.
But right now i want to focus on becoming a trader ( have not started live )
I have examples of calling using IDispatch in Amibroker class if you need.
Zero configuration with blazing speed. Thanks a ton.
But still some queries?
I need trading symbol name instead of nifty_f1, since data table contains trading symbol name.
But still some queries?
I need trading symbol name instead of nifty_f1, since data table contains trading symbol name.
Trading Symbols dont change, so i think its better to just set it once rather than asking NEST for it.