Login Page - Create Account

Support Board


Date/Time: Tue, 11 Mar 2025 17:55:24 +0000



Issue with sc.BuyOrder/sc.SellOrder when opening orders on other accounts/symbol

View Count: 470

[2022-04-22 15:24:28]
User99735 - Posts: 234
When trying to scaleout from an existing position
sc.BuyOrder/sc.SellOrder work fine if the position is on the chart symbol / sc.Symbol, and account is not sc.SelectedTradeAccount.

However the scaleout fails if the position is not on chart symbol / sc.Symbol. The position is closed and and an opposite position opened. Trade log has the following message "Buy Entry reversal order processed. Flatten quantity: 4. New order quantity: 2"

Other settings in sc.Default block are:
  sc.AllowEntryWithWorkingOrders = true;
  sc.AllowMultipleEntriesInSameDirection = true;
  sc.AllowOnlyOneTradePerBar = false;
  sc.AllowOppositeEntryWithOpposingPositionOrOrders = true;
  sc.CancelAllOrdersOnEntries = false;
  sc.CancelAllOrdersOnReversals = false;
  sc.CancelAllOrdersOnEntriesAndReversals = false;
  sc.CancelAllWorkingOrdersOnExit = false;
  sc.MaintainTradeStatisticsAndTradesData = true;
  sc.MaximumPositionAllowed = MAXINT;
  sc.ReceiveNotificationsForChangesToOrdersPositionsForAnySymbol = true;
  sc.UseGUIAttachedOrderSetting = false;
  sc.SupportAttachedOrdersForTrading = false;
  sc.SupportReversals = true;

and outside the default block
  sc.SupportTradingScaleIn = true;
  sc.SupportTradingScaleOut = true;
[2022-04-25 18:13:36]
Sierra_Chart Engineering - Posts: 18742
There is no support for these:
sc.SupportTradingScaleIn = true;
sc.SupportTradingScaleOut = true;


When using the ACSIL order entry functions for a different Symbol or Trade Account.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account