Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M
OK, i will release it ( GPL ) in a few days. Need to understand GPL stuff and then how to put in github. Hopefully, people will help out. Its working great for me for now (except the callback which NEST calls but only 1/2 times. It calls callback only after i poll it).
I think calling 20/40 times a second may be enough though.Its more likely that ZT is not getting all changes in realtime. Zerodha said NEST is not accurate in their thread. Its not exactly same as their server data.
I used Visual C++ 2010 (was the smallest recent setup without adding C# stuff ). Also had to extract ATL headers and libs from some driver toolkit.
I am not a windows guy. So i just used Visual C++ 2010. Cant help with code blocks. You will need to atleast integrate headers/libs/toolchain.
Google gave this - https://stackoverflow.com/questions/14316781/visual-c-code-not-working-in-codeblocks
For back fill, just enter data in VWAP / Datatable file and run exe with same path.
For VWAP, we dont have scrip name, so u have to set it using "name=..."
You can use name alias in Datatable file too if needed.
Instructions are in settings.ini
What was the bug?
Edit - If you decide to install VC++ 2010 , i can help out if needed. I have the extra headers and libs for ATL in a zip.
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
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
I think calling 20/40 times a second may be enough though.Its more likely that ZT is not getting all changes in realtime. Zerodha said NEST is not accurate in their thread. Its not exactly same as their server data.
I used Visual C++ 2010 (was the smallest recent setup without adding C# stuff ). Also had to extract ATL headers and libs from some driver toolkit.
I am not a windows guy. So i just used Visual C++ 2010. Cant help with code blocks. You will need to atleast integrate headers/libs/toolchain.
Google gave this - https://stackoverflow.com/questions/14316781/visual-c-code-not-working-in-codeblocks
For back fill, just enter data in VWAP / Datatable file and run exe with same path.
For VWAP, we dont have scrip name, so u have to set it using "name=..."
You can use name alias in Datatable file too if needed.
Instructions are in settings.ini
What was the bug?
Edit - If you decide to install VC++ 2010 , i can help out if needed. I have the extra headers and libs for ATL in a zip.