Support Board
Date/Time: Wed, 27 Nov 2024 20:30:22 +0000
Post From: DTC Protocol - client side orders
[2023-07-06 12:51:06] |
Sierra_Chart Engineering - Posts: 17198 |
1. You can certainly create your own order type constants to be used with the DTC protocol, but Sierra Chart it is not designed to use them. So it would not help to do that . 2. You can certainly create your own client-side order types, using ACSIL. Basically you would implement all of the logic and then submit a basic order type: market, limit or stop, when the right conditions are present. 3. The custom study would really need to create a separate thread that is continuously running interacting with the websocket server. And you would want to also use sc.UpdateAlways so the main custom study function can interact with that other thread. 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 |