I'm very new to the site so forgive me in advance if this is an already known problem:
On a full Backtest, the Positions seem to be totally disconnected from the Transactions. More specifically, I'm running a simple momentum strategy that is limited to owning around 100 stocks at any one time. When I begin the simulation say at 1/03/17, the code makes all the initial buys and the "Positions" in the Backtest results show the 100 specific stocks that I would expect given the logic of my code. However, when I look at the "Transactions" in the Backtest results it shows 460 transactions on 1/03/17. I can't make any sense out of this. In addition, I specify the initial starting capital to be $500,000, however the 460 transactions total some $1.3million worth of buys.
This certainly doesn't give one any faith in ANY of the the other results. Can anyone shed some light on this?
Thanks,
Ron