Login Page - Create Account

Support Board


Date/Time: Sun, 28 Jun 2026 00:57:25 +0000



Post From: ACSIL: Checking for open positions on the current account

[2020-11-23 16:46:34]
ForgivingComputers.com - Posts: 1230
s_SCPositionData PositionData;
sc.GetTradePosition(PositionData);
if (PositionData.PositionQuantity != 0)
{
//Trading Unlocked code goes here
}
else
{
// Trading Locked code goes here
}