Hello,

I am learning to use the algorithm framwork, and to do this I am trying to whip up a quick simple moving average cross model between two assets. I've noticed a systematic error when it comes to insights. On backtest, the insight count always shows 782 though when I debug the number of insights it correctly reveals 2 (one for each asset). I think as a result of these extra unknown 780 insights, the algorithm decides to do over 2000 trades in only 9 trading days despite having the universe resolution to be daily. Anyone have an idea of what is going on?

Author