Support Board
Date/Time: Mon, 25 Nov 2024 22:54:41 +0000
Post From: Request for ASCIL Code
[2024-02-01 20:11:26] |
ForgivingComputers.com - Posts: 960 |
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) |