Market Stocks - M1 Ticks
This dataset contains 10 M1 ticks from different companies
@kaggle.almirneto_stocks_m1_ticks
This dataset contains 10 M1 ticks from different companies
@kaggle.almirneto_stocks_m1_ticks
CREATE TABLE usdjpy_m1 (
"date" BIGINT,
"time" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.