There’s two ways it should be able to be done. The easiest would be an API to have my NT script send data to the model and the model sends back the data needed for trade executions but I can’t find where this API would be.
The second way would be to create a custom script that could package the data on NT to the ninjascript output window, that data would be written as a CSV, then the CSV could be sent to the model and used. This would make for a lot of steps and the calls would have to be on second data or something like that. I’m trading with 15 minute bars so this isn’t a MFT or HFT strategy but nevertheless, it’s a hodgepodge way of going about it.
I’m hoping someone can point me to where I can access an API. I’ve heard it’s possible on a GitHub repository but there wasn’t sufficient information for my coders and I to use do this ourselves.

Comment