Support Board
Date/Time: Wed, 05 Nov 2025 05:22:35 +0000
Post From: ACSIL: Checking for open positions on the current account
| [2020-11-23 16:46:34] |
| ForgivingComputers.com - Posts: 1154 |
|
s_SCPositionData PositionData;
sc.GetTradePosition(PositionData); if (PositionData.PositionQuantity != 0) { //Trading Unlocked code goes here } else { // Trading Locked code goes here } |
