Algorithmic Trading Dataset
Used Algorithmic Trading
@kaggle.preetviradiya_algorithmic_trading_dataset
Used Algorithmic Trading
@kaggle.preetviradiya_algorithmic_trading_dataset
CREATE TABLE value_strategy_1 (
"ticker" VARCHAR,
"price" VARCHAR,
"price_to_earnings_ratio" DOUBLE,
"pe_percentile" VARCHAR,
"price_to_book_ratio" DOUBLE,
"pb_percentile" VARCHAR,
"price_to_sales_ratio" DOUBLE,
"ps_percentile" VARCHAR,
"ev_ebitda" DOUBLE,
"ev_ebitda_percentile" VARCHAR,
"ev_gp" DOUBLE,
"ev_gp_percentile" VARCHAR,
"value_score" VARCHAR,
"number_of_shares_to_buy" BIGINT
);
Anyone who has the link will be able to view this.