Support Board
Date/Time: Fri, 24 Jan 2025 00:52:23 +0000
Post From: Problem - not every order is opening with their OCO pending orders!
[2018-12-13 22:43:11] |
Sierra Chart Engineering - Posts: 104368 |
Do not set this: BuyStopOrder.OCOGroup1Quantity = 2; Since you are using: BuyStopOrder.MoveToBreakEven.Type = MOVETO_BE_ACTION_TYPE_OFFSET_TRIGGERED; Do not use: for 1st BuyStop order BuyStopOrder.MoveToBreakEven.TriggerOCOGroup= OCO_GROUP_1; for 2nd BuyStop order BuyStopOrder.MoveToBreakEven.TriggerOCOGroup= OCO_GROUP_2; for 3rd BuyStop order BuyStopOrder.MoveToBreakEven.TriggerOCOGroup= OCO_GROUP_3; And set this in the code to 0: ACSIL Interface Members - Variables and Arrays: sc.SupportTradingScaleIn 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, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |