Support Board
Date/Time: Wed, 05 Mar 2025 04:33:36 +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 |