Are there any platforms that expose a straight C++ API with no abstractions inbetween, or formula languages?
I don't want to use these retail platforms (like NT or TS) forever, but I am using them as a crutch for now. If a TradeStation-style program had a direct ability to load DLLs for my engine to process, or something like NinjaTrader, but used compiled C++ (or even C, for that matter), I would like this much more.
I don't have any problems with using a pre-defined API; I just have gripes building bridges between different tool sets because features are lacking here or there, particularly when the long-term vision is to abandon these platforms altogether.
I don't want to use these retail platforms (like NT or TS) forever, but I am using them as a crutch for now. If a TradeStation-style program had a direct ability to load DLLs for my engine to process, or something like NinjaTrader, but used compiled C++ (or even C, for that matter), I would like this much more.
I don't have any problems with using a pre-defined API; I just have gripes building bridges between different tool sets because features are lacking here or there, particularly when the long-term vision is to abandon these platforms altogether.