Login Page - Create Account

Support Board


Date/Time: Sun, 23 Feb 2025 23:59:38 +0000



Post From: FXView Forex feed - not updated charts realtime

[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