I want to see the latest stocks selected by applying my strategy based on Moonshot, but when I issue the trade command, I get the following error.
$ quantrocket moonshot trade my-model -o orders.csv
msg: '(''400 Client Error: BAD REQUEST for url: http://houston/account/balances.csv?latest=True&accounts=DU12345&fields=NetLiquidation'',
{''status'': ''error'', ''msg'': ''No account balances match the query parameters''})'
status: error
Below is the contents of the /codeload/quantrocket.moonshot.allocations.yml file.
DU12345:
my-model: 1
Do I need a real broker account to see the results?
Thank you in advance.