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 d18a926 commit a245c18Copy full SHA for a245c18
README.md
@@ -23,8 +23,8 @@ portfolio management, and order execution.
23
Features:
24
* Order execution
25
* Broker and exchange connections through [ccxt](https://github.com/ccxt/ccxt)
26
-* Backtesting and performance analysis reports [example](./examples/backtesting)
27
-* Backtest experiments to optimize your trading strategy [example](./examples/backtesting/backtest_experiments)
+* Backtesting and performance analysis reports [example](./examples/backtest)
+* Backtest experiments to optimize your trading strategy [example](./examples/backtest_experiments)
28
* Portfolio management
29
* Web API for interacting with your deployed trading bot
30
* Data persistence through sqlite db or an in-memory db
0 commit comments