Login Page - Create Account

Support Board


Date/Time: Mon, 02 Feb 2026 07:53:25 +0000



Post From: ACSIL: Submitting Multiple Symbols | Orders Not Appearing in TAL/Trade Orders Window

[2026-01-31 23:04:07]
Gradient - Posts: 186
I added logic to check if there was an error in the submission of the Base Chart Order (i.e. X Symbol).

No error messages are being added to the Alert Manager or the Message Log.

Below is the additional logic added after the submission of the xOrder:

s_SCTradeOrder TradeOrderData;
        
int xErrorChecking=sc.GetOrderByOrderID(xInternalOrderID,TradeOrderData);
  
int xStatusCode=TradeOrderData.OrderStatusCode;
      
if(xStatusCode==SCTRADING_ORDER_ERROR){
      
sc.SetAlert(1,"X Order Trading Error");
}