File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 11"""
2- # Backtesting.py Documentation
3-
4- .. warning:: v0.2.0 breaking changes
5- Version 0.2.0 introduced some **breaking API changes**. For quick ways to
6- migrate existing 0.1.x code, see the implementing
7- [pull request](https://github.com/kernc/backtesting.py/pull/47/).
8-
92## Manuals
103
114* [**Quick Start User Guide**](../examples/Quick Start User Guide.html)
158* [Library of Utilities and Composable Base Strategies](../examples/Strategies Library.html)
169* [Multiple Time Frames](../examples/Multiple Time Frames.html)
1710* [Parameter Heatmap](../examples/Parameter Heatmap.html)
18- * [** Trading with Machine Learning** ](../examples/Trading with Machine Learning.html)
11+ * [Trading with Machine Learning](../examples/Trading with Machine Learning.html)
1912
2013These tutorials are also available to test as live Jupyter notebooks:
2114[][binder]
Original file line number Diff line number Diff line change 44module directly, e.g.
55
66 from backtesting import Backtest, Strategy
7-
8- .. warning:: v0.2.0 breaking changes
9- Version 0.2.0 introduced some **breaking API changes**. For quick ways to
10- migrate existing 0.1.x code, see the implementing
11- [pull request](https://github.com/kernc/backtesting.py/pull/47/).
127"""
138import multiprocessing as mp
149import os
You canβt perform that action at this time.
0 commit comments