Algorithmic Trading Dataset
Used Algorithmic Trading
@kaggle.preetviradiya_algorithmic_trading_dataset
Used Algorithmic Trading
@kaggle.preetviradiya_algorithmic_trading_dataset
CREATE TABLE momentum_strategy_1 (
"ticker" VARCHAR,
"price" VARCHAR,
"one_year_price_return" VARCHAR,
"one_year_return_percentile" VARCHAR,
"six_month_price_return" VARCHAR,
"six_month_return_percentile" VARCHAR,
"three_month_price_return" VARCHAR,
"three_month_return_percentile" VARCHAR,
"one_month_price_return" VARCHAR,
"one_month_return_percentile" VARCHAR,
"momentum_score" VARCHAR,
"number_of_shares_to_buy" BIGINT
);
Anyone who has the link will be able to view this.