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 f19d0b1 commit 6876ed1Copy full SHA for 6876ed1
README.md
@@ -107,7 +107,7 @@ if __name__ == "__main__":
107
The framework also supports backtesting and performing backtest experiments. After
108
a backtest, you can print a report that shows the performance of your trading bot.
109
110
-To run a single backtest You can use the example code that can be found [here](./examples/backtest).
+To run a single backtest you can use the example code that can be found [here](./examples/backtest).
111
112
### Backtesting report
113
You can use the ```pretty_print_backtest``` function to print a backtest report.
0 commit comments