Amibroker Sharekhan Data Plugin
Employer not named by the sourceRemote
Frontier is not the employer and does not collect applications.
About this role
C Programming, Data Processing, C# Programming, Software Architecture, C++ Programming, Software Development, RESTful API, Data Integration, Financial Software Development, API Development · I need a standalone Data plugin DLL that plugs straight into Amibroker and streams Sharekhan market data in real time into Amibroker , while also back-filling the full historical record—tick-by-tick, 1-minute, daily and monthly—for every symbol I subscribe to. Only one broker feed will be active at any moment, and for this first release that feed is Sharekhan; however, the code structure should be clean enough that I can wire in for other DATA API Vendors / Brokers later without a rewrite.
Core requirements • Real-time stream: millisecond-level updates pushed from the Sharekhan Data API with automatic reconnect and gap filling. • Historical loader: on initial sync the plugin must pull tick, minute, daily and monthly bars until Amibroker’s database is fully populated, then switch to live mode. • Symbol mapping: accept Sharekhan instrument tokens or exchange-symbol pairs and translate them to Amibroker format automatically. • Time-zone and daylight handling that matches the market session calendar. • Performance: sustain thousands of ticks per second without freezing the Amibroker UI.
Technical expectations – Written in C/C++ (preferred) or C# if you can demonstrate