Support Board
Date/Time: Mon, 25 Nov 2024 18:04:30 +0000
Post From: Python, DTC protocol and ZeroMQ
[2021-01-18 06:10:40] |
Flipper - Posts: 65 |
I have done a few implementations of using zmq to send stuff to python. Both as a send/receive type setup and just send. Once setup, which can take a bit of faffing around in C++, its a reasonable solution. Though I would recommend trying to do most of your coding of features and trading system in the SC ACSIL. Far faster and a heap more robust. even better if your python ML implementation has an equivalent C++ one use that and keep it all in C++. |