Support Board
Date/Time: Sat, 23 Nov 2024 17:41:31 +0000
Post From: Python for Sierra Chart
[2021-09-25 21:33:45] |
Kiwi - Posts: 375 |
My order sending code has always been in C++ dlls to gain access to Sierra's rich interface. Communication of intent from Python can be by way of shared text files to pipe the commands in and responses out. Your dll can use these as a pipeline to SC's ordering api. |