Support Board
Date/Time: Fri, 29 Nov 2024 08:40:48 +0000
Post From: Connect Sierra Chart’s to a Custom/Internal DTC Protocol Server
[2023-02-24 15:24:02] |
eeTrader - Posts: 12 |
Thaks SC for your response. The test market symbol is: SPH23-CME. I am not stuck on this one and can use another if helpful. Suggestions? Regarding In this installation of Sierra Chart is Global Settings >> Data/Trade Service Settings >> Current Selected Service set to DTC Service
Current setting is DTC - Sub Instance [trading]. See attached screen shot. Can't change to the value stated b/c it is read-only here. How do i change the value to DTC Service? Can you please help me understand what you mean by: how the market data request is being directed
I lack the needed context to understand... :-) A possible issue seems to be with the current licensing or configuration? Software version: 2480 64-bit | 2023-02-24 14:45:24.349
Primary Thread ID: 9484 | 2023-02-24 14:45:24.349 Usage end date: 2023-03-10 | 2023-02-24 14:45:24.349 Enabled for: Advanced Features 2. | 2023-02-24 14:45:24.349 Triggering next historical data download in queue. | 2023-02-24 08:03:33.681 Notice: Not connected to Live trading account to receive CME realtime futures data at non-professional fees. | 2023-02-24 08:03:33.681 No download requests in the queue to start downloads for. | 2023-02-24 08:03:33.681 One of the above lines states Not connected to Live trading account . Is this a requirement? If so, it does not makes sense when streaming locally stored/generated market data.s_LogonResponse object data setting sent back to client. Are such not valid? DTC::s_LogonResponse logonP;
logonP.Result = DTC::LogonStatusEnum::LOGON_SUCCESS; logonP.SetResultText(""); //Clear default text... logonP.SetSymbolExchangeDelimiter("-"); SetHeartbeat(logonQ.HeartbeatIntervalInSeconds); //Currently implimented set to yes/true: logonP.HistoricalPriceDataSupported = 1; logonP.MarketDataSupported = 1; //Future Items Pending Implimention set to no/false: logonP.MarketDepthUpdatesBestBidAndAsk = 0; logonP.TradingIsSupported = 0; logonP.OCOOrdersSupported = 0; logonP.OrderCancelReplaceSupported = 0; logonP.SecurityDefinitionsSupported = 0; logonP.ResubscribeWhenMarketDataFeedAvailable = 0; logonP.MarketDepthIsSupported = 0; logonP.OneHistoricalPriceDataRequestPerConnection = 0; logonP.BracketOrdersSupported = 0; logonP.Unused_1 = 0; logonP.UsesMultiplePositionsPerSymbolAndTradeAccount = 0; Is the login response causing the client some concern? My hope is to implement items in phases. Date Time Of Last Edit: 2023-02-24 15:31:10
|
scScreenCapture001.PNG / V - Attached On 2023-02-24 15:30:45 UTC - Size: 27.71 KB - 88 views |