Skip to content

Commit 95ae061

Browse files
committed
DOC: Clarify bt.run() _returns_, not prints stats table
Fixes #58 Fixes #63
1 parent 7d5ba05 commit 95ae061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class SmaCross(Strategy):
4646

4747
bt = Backtest(GOOG, SmaCross, commission=.002,
4848
exclusive_orders=True)
49-
bt.run()
49+
stats = bt.run()
5050
bt.plot()
5151
```
5252

0 commit comments

Comments
 (0)