Support Board
Date/Time: Wed, 27 Nov 2024 20:27:56 +0000
Post From: Triggered Stop order in ACSIL
[2023-07-07 11:07:32] |
Sierra_Chart Engineering - Posts: 17198 |
We apologize. We thought you were referring to Triggered Trailing Stop. That is not what you are asking about. What you are looking for is this order type: s_SCNewOrder NewOrder;
NewOrder.OrderQuantity = 1; NewOrder.OrderType = SCT_ORDERTYPE_TRIGGERED_LIMIT; NewOrder.Price1 = 0;//set this to the Limit price NewOrder.Price2 = 0;//set this to the Trigger price sc.BuyEntry(NewOrder, sc.ArraySize - 1);//This can also be SellEntry 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: 2023-07-07 11:08:10
|