Random erroneous updates for GOOG.O and others
We have noticed that we receive erroneous updates randomly during the course of a trading day. For example, with 5-minute GOOG.O we received the following update:
It's almost 4 points below the previous trade. Here's what it looks like in our chart:
Here's the relevant code to create the log file I referenced above:
// Create the platform session.
using ISession session = Sessions.GetSession();
// Open the session
session.Open();
HistoricalPricing.Sessions[] sessionArray = new HistoricalPricing.Sessions[]
{
HistoricalPricing.Sessions.normal,
};
// Create a Historical Pricing stream - specifying the desired 'intraday' interval
string symbol = "GOOG.O";
var stream = Summaries.Definition(symbol)
.Interval(Summaries.Interval.PT5M)
.Fields("DATE_TIME", "OPEN_PRC", "HIGH_1", "LOW_1", "TRDPRC_1", "ACVOL_UNS")
.Sessions(sessionArray)
.Count(1250)
.GetStream();
// Open a file for output
StreamWriter outputStream = new StreamWriter($"C:\\Users\\coryschmidt\\{symbol}Stream.txt");
stream.OnInsert((data, st) =>
{
outputStream.WriteLine($"INSERT: {DateTime.Now}");
Common.OutputTableToStream(data.Table, outputStream);
})
.OnUpdate((data, st) =>
{
outputStream.WriteLine($"UPDATE: {DateTime.Now}");
Common.OutputTableToStream(data.Table, outputStream);
})
.OnStatus((status, st) => outputStream.WriteLine($"STATUS: {status}"))
.OnError((error, st) => outputStream.WriteLine($"ERROR: {error}"))
.Open();
If I re-request the historical data the erroneous Low disappears.
Best Answer
-
Hello
@cory.schmidt.1
I have provided a new package version (1.0.9) with enhanced tracing for the summary stream flow.
I've sent you the details and link over email, as usual.Could you please turn on trace logs and when you detect this again, send us the logs ?
This will help in our ongoing investigation.
Thank you,
Cristian
0
Answers
-
Hello @cory.schmidt.1
Historical data and streaming updates are retrieved through different services.
If the defect with the LOW value would happen all the time, I would presume that maybe there is a problem with the metadata or derivative rules, because those rules are loaded once and used for all incoming updates. If it happens randomly and most of the times the field has the expected value, I am lead to believe that incorrect data might be coming from the backend services, making this a Time Series content issue.
Best regards,
Baciu Wahl Cristian
0 -
Hi @cory.schmidt.1
When you observe this, is it only for GOOG.O? Also, do you notice a specific trend, for example I can see a value of LOW_1 included with the update - does this anomaly occur coincidentally with a specific value like LOW_1?
0 -
We have also seen it with other instruments like NVDA.O and META.O and with HIGH_1 as well. We have only observed it with intraday intervals, not Daily. In one test we had 3 charts open: a 1-minute, a 5-minute, and a Daily of NVDA.O and the anomaly showed up in the 1-min and 5-min charts but not the Daily.
0 -
Hi @cory.schmidt.1 ,
Could you please confirm that the new package version work? Or are there any issue persists?
Thanks,
AHS0 -
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 685 Datastream
- 1.4K DSS
- 616 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 252 ETA
- 556 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 652 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛