Skip to content

Commit

Permalink
docs example result
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Jun 7, 2024
1 parent dd4965d commit 838dcf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ we go long, buying as many stocks as we can afford. When it crosses below, we cl
We record most significant statistics this simple system produces on our data, and we show a plot for further manual
inspection.

```
#!/usr/bin/env python3
```
from backtesting import Backtest, Strategy
from backtesting.lib import crossover
from backtesting.test import SMA, GOOG
Expand Down

0 comments on commit 838dcf1

Please sign in to comment.