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