-
Fundamental Capstone Exercise 3
I’m just starting the 3rd exercise in the Fundamental Capstone.
It first says to create a new table, tradeContext, which should have the same columns as the trade table, but filtered on the last date and contain 2 extra columns.But when I look at my trade table (and at the datacreation.q code that creates the trade table), it doesn’t include a date column. I only see these columns in my trade table:
`trade_id`option_id`time`price`qty`side`edge`exch_id`broker_id
Any suggestions?
Log in to reply.