Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 14:25:19 +0000



Post From: Autotrading questions

[2022-01-11 09:28:32]
User155017 - Posts: 41
Hi,

I have a code written in Python using multi-threading/multiprocessing to manage multiple orders.
Using C++ and SC can I also use the C++ libraries for multi-threading/multiprocessing to achieve the same functionality?
All I need are separate threads to manage independently different orders, and use some shared memory between the threads for decision making.

Thanks