Support Board
Date/Time: Sat, 13 Sep 2025 10:18:25 +0000
Post From: create a custom C++ class that manages trade/logic
[2022-01-08 09:46:02] |
User99735 - Posts: 234 |
Think all local variables including class objects etc are lost after each tick. So you need to allocate memory to pSellOrder pSO(sc) using sc.StorageBlock.
|