Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 15:52:04 +0000



[Programming Help] - AllowOnlyOneTradePerBar issue

View Count: 864

[2018-01-16 12:17:25]
User14532 - Posts: 6
I can not send more BUYLIMIT orders in one bar.
I'm set up AllowOnlyOneTradePerBar = false;
Should it be allowed somewhere else?

my code
      sc.AllowMultipleEntriesInSameDirection = true;
      sc.MaximumPositionAllowed = 400000;
      sc.SupportReversals = 0;
      sc.SendOrdersToTradeService = 1;
      sc.AllowOppositeEntryWithOpposingPositionOrOrders = true;
      sc.SupportAttachedOrdersForTrading = false;
      sc.CancelAllOrdersOnEntriesAndReversals = 0;
      sc.AllowEntryWithWorkingOrders = true;
      sc.CancelAllWorkingOrdersOnExit = 0;      
      sc.AllowOnlyOneTradePerBar = false;
      sc.MaintainTradeStatisticsAndTradesData = true;

thx

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

Login

Login Page - Create Account