Login Page - Create Account

Support Board


Date/Time: Tue, 03 Jun 2025 07:17:18 +0000



Post From: Can I feed my own data to SC via DTC server AND received market statistics simultaneously?

[2025-05-14 16:47:07]
maxima120 - Posts: 149
Sorry I need a bit more help.

what i have done:

- added TICK-SP to custom symbols, restarted SC - i can see it in the SC UI - Symbol Settings
- Global Settings >> Symbol Settings >> Use Custom Symbol Settings Values - enabled
- I set SC Data/Trade Service Settings to "DTC Service"
- Data/Trade Service Settings - Allow Support for Sierra Chart Data Feeds = Yes
- opened TICK-SP chart - it loaded data that was already locally stored
- connected SC to DTC server
- got MARKET_DATA_REQUEST immediately, server didnt send any response

the excerpt from the customsymbolsettings.dtc.xml :


<realtime-data-client>SC_Data_Server_Sub_Client_1</realtime-data-client>
<historical-daily-data-source>SC_INTERNAL_SERVERS_STANDARD_ADDRESS</historical-daily-data-source>
<historical-intraday-data-source>SC_INTERNAL_SERVERS_STANDARD_ADDRESS</historical-intraday-data-source>

log:


2025-05-17 02:53:56.257 | DTC Service | Connecting to the server 127.0.0.1. Port 31002
2025-05-17 02:53:56.257 | DTC Client socket (1) | Creating socket.
2025-05-17 02:53:56.257 | DTC Client socket (1) | New receive buffer size: 0
2025-05-17 02:53:56.257 | DTC Client socket (1) | Connecting to IP: 127.0.0.1.
2025-05-17 02:53:56.258 | DTC Service | Network connection to server complete.
2025-05-17 02:53:56.258 | DTC Service | Starting socket receive thread.
2025-05-17 02:53:56.260 | DTC Service | Setting DTC encoding to Binary
2025-05-17 02:53:56.260 | DTC Service | Skipping logon request message.
2025-05-17 02:53:56.260 | DTC Service | Connected to server complete.
2025-05-17 02:53:56.260 | No download requests in the queue to start downloads for. | Number times message added: 3
2025-05-17 02:53:56.353 | Using symbol data fast lookup vector
2025-05-17 02:53:56.354 | DTC Service | Starting real-time market data updates for: TICK-SP. ID: 1
2025-05-17 02:53:56.354 | DTC Service | Requesting security definition data for: TICK-SP. ID: 1
2025-05-17 02:53:56.354 | DTC Service | Using primary service for historical data for TICK-SP
2025-05-17 02:53:56.354 | Starting DelayedDownloadMonitoringTimer
2025-05-17 02:53:56.354 | Starting HDTimeoutTimer
2025-05-17 02:53:56.354 | Historical data service client indicated that downloads are not enabled. Symbol: TICK-SP. Data Type: Intraday data.
2025-05-17 02:53:56.354 | Historical data download ID 2 not found when removing ID from outstanding request set.
2025-05-17 02:53:56.354 | Real-time Intraday chart data file updates started for TICK-SP
2025-05-17 02:53:56.354 | Intraday chart data file opened for TICK-SP

shouldnt SC send request to sierra servers not to my DTC server for the symbols with SC_INTERNAL_SERVERS_STANDARD_ADDRESS?
Date Time Of Last Edit: 2025-05-17 03:06:30