Portfolio Trades And Positions
Example input data. File names are important
@kaggle.resivalex_portfolio_trades_and_positions
Example input data. File names are important
@kaggle.resivalex_portfolio_trades_and_positions
CREATE TABLE trades (
"symbol" VARCHAR,
"quantity" BIGINT,
"price" DOUBLE
);
Anyone who has the link will be able to view this.