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