@Quant
Results
2
comments of
@Quant
+1 intraday would be a great feature, ffn is easy, all you have to do is resample the intraday equity to daily with pandas, like: data = equity.resample('1D').last().dropna() myffn =...