Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 06:36:50 +0000



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

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