Running the strategy backtests and examples#
Preface#
This page covers how to run Trading Strategy backtest examples.
Make sure that you can run code eaxmples first
Additiona trade-executor package is needed to run the strategy backtests. Make sure that this package is installedin your Jupyter Notebook enviroment.
To install trade-executor package:
pip install trade-executor
List of backtests examples#
See strategy examples.