You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, here I want to report the problem relates to the API method mentioned above and ask if there is a promising time in the method which I could know and want to be aware of while using the method.
The report
The report demonstrates delay in hour candles (logs from kinda workers from one of our service):
As we can see in 09:01:06+ we have received empty candles but in 09:02:36+ the information occurred.
The predicament is not the only one, you can test this delay yourself with help of a tiny script that may be started in any actually working time at a start of an hour, e.g. for 2021-05-19 15:00:00 with +- 10-sec accuracy:
2021-05-19 15:03:25 INFO b'{"trackingId":"90411340d2ca3998","payload":{"candles":[{"o":39.48,"c":39.48,"h":39.48,"l":39.48,"v":3,"time":"2021-05-19T12:00:00Z","interval":"hour","figi":"BBG000BWPXQ8"}],"interval":"hour","figi":"BBG000BWPXQ8"},"status":"Ok"}'
(prod token)
2021-05-19 15:03:15 INFO b'{"trackingId":"531f8ed1d95ca696","payload":{"candles":[{"o":39.48,"c":39.48,"h":39.48,"l":39.48,"v":3,"time":"2021-05-19T12:00:00Z","interval":"hour","figi":"BBG000BWPXQ8"}],"interval":"hour","figi":"BBG000BWPXQ8"},"status":"Ok"}'
(sandbox token)
As you can see I tested only hour candles, but I suppose the same delay behavior with other intervals.
The questions
In the title, I mentioned ~April 28 because it seems like before the date the method has worked "perfect". Candles occurred exactly at 00 minutes of an hour. I wonder if you could describe what exactly we were receiving before ~28 of April: like random DOM or last-minute candle?
The main question of the ticket: what a promising time for the preparing {..., hour, ..., minute} candles?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi everyone, here I want to report the problem relates to the API method mentioned above and ask if there is a promising time in the method which I could know and want to be aware of while using the method.
The report
The report demonstrates delay in hour candles (logs from kinda workers from one of our service):
As we can see in
09:01:06+
we have received empty candles but in09:02:36+
the information occurred.The predicament is not the only one, you can test this delay yourself with help of a tiny script that may be started in any actually working time at a start of an hour, e.g. for
2021-05-19 15:00:00
with +- 10-sec accuracy:(prod token)
(sandbox token)
As you can see I tested only hour candles, but I suppose the same delay behavior with other intervals.
The questions
The text was updated successfully, but these errors were encountered: