GitHub Home
Latest Release
C++ RTD client for Nest/NOW. Feeds Amibroker.
Also included is a basic backfill tool to import VWAP statistics / Nest Plus Data table( josh1 has release automated backfill tool recently. You may want to use that instead )
The tools are based on RTNOW utility by josh1. Read its instructions if needed ( Excel instructions irrelevant ).
Advantages vs RTNOW
Tools are released under GPL 3.
This is free for life. This is not a money making idea :).There is no one time fee, there is no regular fee. There are no server checks.
You are free to modify code and to redistribute. If you distribute it, you will have to release it under GPL3 giving same rights to others as i give to you.
Support
No support is provided. The tools have been tested on Nest and Now with help from josh1. I dont have time to hand hold anyone.
Please take effort to read instructions. Please help others if possible. Wiki in github can be edited publicly.
Ill check thread once in a while but not regularly.
Source Code Basic Info and links
If you want to understand/modify code - some info and some links to resources are here - Code info
Feature Additions
I wrote this for my use. Features will be added only if i need it and when i get time. You can ask for features but please dont expect.
Source code is open, so anyone can add to it. If i like it, i will merge changes.
Bugs - Report bugs if you find any.
Latest Release
C++ RTD client for Nest/NOW. Feeds Amibroker.
Also included is a basic backfill tool to import VWAP statistics / Nest Plus Data table( josh1 has release automated backfill tool recently. You may want to use that instead )
The tools are based on RTNOW utility by josh1. Read its instructions if needed ( Excel instructions irrelevant ).
Advantages vs RTNOW
- No need to use excel. Uses less resources.
- More accurate data as we pick up every callback from RTD. If you keep chart open in ZT and compare, the bars should generally match. Lower Timeframe data is more accurate.
- Only for NEST / NOW
- No GUI. Create one if you can and share under GPLv3. Only need to setup some files and run exe anyway
- Setup Amibroker DB (intraday settings) and Nest as explained in josh1 RTNOW instructions
- Copy rtd.format, backfill.format to AmiBroker\Formats
- Read and Setup settings.ini in NestRTD / ABBackFill. For 'Now' make sure to change RTDServerProgID value to Now.ScripRTD along with scrip ids / field ids
- Once setup is done, run the exe ( For Backfill, Fill the data in VWAP.txt/DataTable.txt first )
- Example settings for many stocks by Einstein - settings.ini
- If you get c++ runtime missing error, install it
Tools are released under GPL 3.
This is free for life. This is not a money making idea :).There is no one time fee, there is no regular fee. There are no server checks.
You are free to modify code and to redistribute. If you distribute it, you will have to release it under GPL3 giving same rights to others as i give to you.
Support
No support is provided. The tools have been tested on Nest and Now with help from josh1. I dont have time to hand hold anyone.
Please take effort to read instructions. Please help others if possible. Wiki in github can be edited publicly.
Ill check thread once in a while but not regularly.
Source Code Basic Info and links
If you want to understand/modify code - some info and some links to resources are here - Code info
Feature Additions
I wrote this for my use. Features will be added only if i need it and when i get time. You can ask for features but please dont expect.
Source code is open, so anyone can add to it. If i like it, i will merge changes.
Bugs - Report bugs if you find any.