Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 16:41:43 +0000



Requesting Alert Messages via DTC

View Count: 340

[2023-07-24 18:34:25]
User675677 - Posts: 2
Hi,

I've been trying to create a personal DTC server which can fetch order and alert data from Sierra Charts. I am able to successfully send and receive a logon request as well request market data and symbol information. When my application requests any of the logging data, I receive an unknown Type error. I have tried these codes:

const uint16_t USER_MESSAGE = 700;
const uint16_t GENERAL_LOG_MESSAGE = 701;
const uint16_t ALERT_MESSAGE = 702;

Any help would be appreciated.

Thanks!
[2023-07-24 23:32:55]
Sierra_Chart Engineering - Posts: 17195
Did you develop a server or a client? A client cannot access alert messages or message log messages from Sierra Chart.
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-24 23:33:06
[2023-07-25 15:52:04]
User675677 - Posts: 2
I developed a DTC client which requests alert messages from Sierra. I have the DTC protocol Server enabled and listening on port 11099.

1. Is it possible to create a study in sierra which pushes alert messages to the connected clients?
2. Any suggestions on what approach to take to send alerts and fills data from Sierra to my external application?
[2023-07-31 09:50:53]
Sierra_Chart Engineering - Posts: 17195
1. No.
2. A DTC client will be able to receive order fills from Sierra Chart. That happens automatically. Let us know if you have any issues with that.
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

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

Login

Login Page - Create Account