Login Page - Create Account

Support Board


Date/Time: Thu, 01 May 2025 06:13:25 +0000



Post From: Getting Order OPEN/ClOSE Status in ACSIL.

[2025-03-17 20:50:42]
kam2001 - Posts: 87
Manage to sort it. Thanks anyway.
if(ExistingOrder.BuySell== BSE_BUY && ExistingOrder.OpenClose == OCE_OPEN ){
sc.AddMessageToLog("Buy Order Opened and Filled", 0);
}