i type quantrocket moonshot backtest "kkkkkk"
in the terminal. Output below
msg: 'strategy kkkkk does not exist, registered strategies are: dma-etf, dma, dma-tech,
hml, sfb-lrg, qmom, trend-day, umd, umd-demo'
status: error
I then add the following row to line 14 in the "dual_moving_average.py" file
from pyfinance import ols
and again run quantrocket moonshot backtest "kkkkkk"
. I then get this output.
msg: 'strategy kkkkk does not exist, registered strategies are: hml, sfb-lrg, qmom,
trend-day, umd, umd-demo'
status: error
So somehow importing pyfinance makes moonshot unable to find my strategy.