Tjoker
Expert Member
Good day,
I have candle chart data from Bitmex that is supplied as 1min, 5min, 1hour and 1day intervals. I have created a Stored Proc to handle data roll up to other time frames i need, but I am sure there is quicker way of doing this directly on database.
I posted in detail on StackOverFlow:
stackoverflow.com
Any help will be much appreciated.
I have candle chart data from Bitmex that is supplied as 1min, 5min, 1hour and 1day intervals. I have created a Stored Proc to handle data roll up to other time frames i need, but I am sure there is quicker way of doing this directly on database.
I posted in detail on StackOverFlow:
MS SQL - Chart Data - Rolling up data
I have some exchange data from Bitmex that I pull via API and WebSocket and store in a SQL Database. I have created a table called Candles. I created columns from the XML for what I need. Bitmex ca...
Any help will be much appreciated.