Hi there,
I ran the following command in the CLI to back test a strategy of mine, and it executed fine.
quantrocket moonshot backtest 'atrm' -s '2020-10-01' -e '2020-10-06' --pdf -o atrm_tearsheet.pdf --details
However, I wasn't able to see the individual trades taken with entry and exit times and prices. How can I add that to the back test results?
Thanks!