Support Board
Date/Time: Sun, 01 Jun 2025 17:31:24 +0000
Can I feed my own data to SC via DTC server AND received market statistics simultaneously?
View Count: 273
[2025-05-10 16:49:37] |
maxima120 - Posts: 149 |
Is it possible to feed my own data to an instance of SC and also be able to receive market statistics in the same SC instance? and if yes - could you please give instructions how to configure it ? so this SC instance will be both - DTC client of my DTC server and also subscribe to Sierra own market statistics feed
|
[2025-05-13 17:22:35] |
Sierra_Chart Engineering - Posts: 19772 |
Yes. Do direct editing of the custom symbol settings XML files and include the following data that is attached. Refer to: Global Symbol Settings: Direct Editing of Global Symbol Settings through Underlying File 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 |
![]() |
[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
|
[2025-05-26 21:29:21] |
Sierra_Chart Engineering - Posts: 19772 |
This is still pending review. We have not had a chance to get back to it.
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 |
[2025-05-30 21:31:45] |
Sierra_Chart Engineering - Posts: 19772 |
Here is an example of how it needs to be done in this file: CustomSymbolSettings.dtc.xml <settings> <is-custom-symbol>true</is-custom-symbol> <category>Market Stats (Realtime)</category> <category2>_Free_Trial_Symbols</category2> <symbol>TICK-NYSE</symbol> <symbol-srvcode>us_stock_market_statistics.data</symbol-srvcode> <use-pattern-matching-characters>false</use-pattern-matching-characters> <description>NYSE TICK</description> <value-format-code>0</value-format-code> <tick-size>1</tick-size> <time-zone>EST-05EDT+01,M3.2.0/02:00,M11.1.0/02:00</time-zone> <intraday-start-time>09:30:00</intraday-start-time> <intraday-stop-time>16:04:59</intraday-stop-time> <intra-evening-start-time>16:05:00</intra-evening-start-time> <intra-evening-stop-time>09:29:59</intra-evening-stop-time> <use-evening-session-times>false</use-evening-session-times> <default-order-quantity>1</default-order-quantity> <maintain-server-data-service-codes>us_stock_market_statistics.data</maintain-server-data-service-codes> <use-patch-data>false</use-patch-data> <patch-data-source>ddf</patch-data-source> <patch-data-multiplier>1</patch-data-multiplier> <patch-data-symbol>$TICK</patch-data-symbol> <allow-zero-values>true</allow-zero-values> <supports-market-depth>false</supports-market-depth> <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> <security-type>index</security-type> </settings> You need to add: <is-custom-symbol>true</is-custom-symbol> 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-05-30 21:32:05
|
To post a message in this thread, you need to log in with your Sierra Chart account: