Hello,
I have a csv file which has daily historical data of last 2 years. I am using that CSV file for my backtest. It seems like that the fetch_csv fetches those rows whose datestamp is been set to current date only. I need last 7 days data to compute some pivots which i use for signal generating. How can i access last 7 days data from CSV file?
Note : The historical data of stock I am working with is VIX whose historical data is not available in quantopian. So history() will not work for me.