Hi,
I would like to add my own csv file with 'date', 'symbol', 'price' columns to context in Quantopian.
The symbol in the csv file is not in original symbol data in Q.
I attached my backtest code. What I want to do is that I recall the csv file and with dates, symbols, prices in the file, I would like to order and see results in the backtest.
I did research so many forums for this fetch issues, but I did not get the right answer.
Please let me know
i) how I can fetch csv and add to like context.stock,
ii) how I can order a security of csv file using the prices in the file as well. (the securities does not belong to the original symbol data in Quantopian)
iii) with all these, I finally want to see backtest result with absolutely outside of the original data of Quantopian.
Thanks,