fastquant
fastquant copied to clipboard
[FEATURE] Take out "close" mode in `backtest`
This makes sense to do since the new handling automatically sets the next day open
as the current day close
if there is no open
column in the dataframe.
@enzoampil context?
This should already be handled from the "next day open assumption" implemented in this merged PR.