Support Board
Date/Time: Wed, 02 Jul 2025 06:14:48 +0000
Post From: Request for ASCIL Code
[2024-02-01 20:11:26] |
ForgivingComputers.com - Posts: 1076 |
I see an issue here. You need to use sc.GetTradePosition(): s_SCPositionData PositionData;
// Need to get the trade position before you can use Position Data sc.GetTradePosition(PositionData); if (sc.PositionData.PositionQuantity >= 1) |