Login Page - Create Account

Support Board


Date/Time: Mon, 13 May 2024 12:42:49 +0000



[Programming Help] - FXView Forex feed - not updated charts realtime

View Count: 445

[2021-02-22 14:45:00]
User819833 - Posts: 2
Hello, the issue of not updating the chart in real time was discussed via email
You wrote:

>Sierra Chart will make a security definition request and in the security definition response:
>Symbol Discovery and Security Definitions Messages

>You need to set this :
>UpdatesBidAskOnly = 1

>-Sierra Chart Engineering

We use Symbol Setting -> check Use custom symbol setting values

SierraCharts send 2021-02-22 16:36:08,320 MARKET_DATA_REQUEST :{"Type":101,"RequestAction":1,"SymbolID":1,"Symbol":"EUR/USD","Exchange":"","IntervalForSnapshotUpdatesInMilliseconds":0,"ForDataReplay":0}

server responce
2021-02-22 16:36:08,321 TH MarketDataSnapshot: {"Type":104,"SymbolID":1,"BidPrice":1.2147,"AskPrice":1.2145,"BidAskDateTime":1614004568321}

There is no security definition request from SierraCharts

Sincerely,

Alexander Antonenko

>
>
> we have developed a DTC server for the ACT trading platform. We used the
> json format. We successfully upload HistoricalPriceData like this
>
> {"Type": 803, "RequestID": 2, "StartDateTime": 1613377680, "OpenPrice":
> 105.35, "HighPrice": 105.35, "LowPrice": 105.35, "LastPrice": 105.35,
> "IsFinalRecord": 0}
> {"Type": 803, "RequestID": 2, "StartDateTime": 1613377740,
> "OpenPrice": 105.35, "HighPrice": 105.35, "LowPrice": 105.35,
> "LastPrice": 105.35, "IsFinalRecord": 1}
>
> and then send feed update messages MarketDataUpdateBidAsk
> {"Type": 108, "SymbolID": 1, "BidPrice": 1.3904, "AskPrice": 1.3904,
> "DateTime": 1613378015000}
>
> But the charts are not updated in real time. What else we need to do to
> update the charts with every tick
[2021-02-22 20:31:55]
Sierra Chart Engineering - Posts: 104368
Ok we realize in order to get a security definition request sent to your server you need to set this field in the logon response:
SecurityDefinitionsSupported

Refer to:
Authentication and Connection Monitoring Messages: LOGON_RESPONSE [s_LogonResponse structure] Server >> Client
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2021-02-23 10:59:38]
User819833 - Posts: 2
Thanks a lot, everything worked.

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

Login

Login Page - Create Account