Skip to content

Commit 86dd37b

Browse files
committed
Update console response
1 parent 0fa753e commit 86dd37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/overnight_hold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def run_live(api):
243243
api = tradeapi.REST()
244244

245245
if len(sys.argv) < 2:
246-
print('Error: please specify a command; either "run" or "backtest".')
246+
print('Error: please specify a command; either "run" or "backtest <cash balance> <number of days to test>".')
247247
else:
248248
if sys.argv[1] == 'backtest':
249249
# Run a backtesting session using the provided parameters

0 commit comments

Comments
 (0)