We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa753e commit 86dd37bCopy full SHA for 86dd37b
examples/overnight_hold.py
@@ -243,7 +243,7 @@ def run_live(api):
243
api = tradeapi.REST()
244
245
if len(sys.argv) < 2:
246
- print('Error: please specify a command; either "run" or "backtest".')
+ print('Error: please specify a command; either "run" or "backtest <cash balance> <number of days to test>".')
247
else:
248
if sys.argv[1] == 'backtest':
249
# Run a backtesting session using the provided parameters
0 commit comments