BTC/USDT Different Timeframes
Actual dataset of candles for different dataframes of BTC/USDT, from spot start
@kaggle.ihorrodionov_btcusdt_different_timeframes
Actual dataset of candles for different dataframes of BTC/USDT, from spot start
@kaggle.ihorrodionov_btcusdt_different_timeframes
CREATE TABLE btcusdt_4h (
"open_time" BIGINT,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"num_trades" BIGINT,
"taker_base_vol" DOUBLE
);
Anyone who has the link will be able to view this.