Support Board
Date/Time: Sat, 03 May 2025 01:07:01 +0000
Post From: Cheking move of attached Stop order to breakeven in ACSIL
[2025-01-19 18:03:20] |
Sierra_Chart Engineering - Posts: 19399 |
We can provide a proper and reliable solution to this. There is a variable we can provide access to for both Move Stop to Breakeven configurations on an order that provides the following: enum MoveToBreakEvenActionTypeEnum : int
{ MOVETO_BE_ACTION_TYPE_NONE = 0 , MOVETO_BE_ACTION_TYPE_OFFSET_TRIGGERED = 1 , MOVETO_BE_ACTION_TYPE_OCO_GROUP_TRIGGERED = 2 , MOVETO_BE_ACTION_TYPE_TRAIL_TO_BREAKEVEN = 3 , MOVETO_BE_ACTION_TYPE_OFFSET_TRIGGERED_TRAIL_TO_BREAKEVEN = 4 , MOVETO_BE_ACTION_TYPE_COUNT = 5 }; If initially, the action type is not None and then it becomes None, then you know that the action has been completed. We will add this. It is not difficult. 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 Date Time Of Last Edit: 2025-01-19 18:03:31
|