Strategy examples#

Here you can find trading strategy examples as notebooks.

  • The examples show how to use Trading Strategy framework for algorithmic trading

  • Some notebooks are complete example strategies

  • Some notebooks highlight a particular feature

  • Trading strategy examples are backtests you can run yourself. Strategy backtests are in the form of Jupyter notebooks.

  • You can copy these files, run and and start editing them yourself. See running backtests on how you can to run.

Example backtesting Jupyter notebooks#

More basic code examples#

If you are new to algorithmic trading we recommend you check the basic code examples first.