Login Page - Create Account

Support Board


Date/Time: Wed, 24 Apr 2024 17:40:15 +0000



Post From: Stoploss rejected in ACSIL auto trading system

[2020-08-01 22:09:10]
bradh - Posts: 854
PositionQuantity is open contracts. No order information there.

if (PositionData.PositionQuantity != 0 && ExistingOrder.OrderStatusCode != SCT_OSC_OPEN)
{
// flatten and cancel
}

Date Time Of Last Edit: 2020-08-01 22:12:31