Skip to content

Commit

Permalink
Examples: Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkn committed Jan 20, 2024
1 parent 1367785 commit d4ba48e
Show file tree
Hide file tree
Showing 3 changed files with 1,038 additions and 847 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ remaining_positions = result.open_positions

Check out the examples in the `examples` directory for additional use cases and demonstrations. The examples cover various scenarios and strategies to help you understand the versatility of the `btester`.

- [Example 1: Multiple Assets Breakout Strategy](https://colab.research.google.com/github/pawelkn/btester/blob/master/examples/multiple-assets-brakeout.ipynb)
- [Example 2: Multiple Assets Moving Average Crossover Strategy](https://colab.research.google.com/github/pawelkn/btester/blob/master/examples/multiple-assets-ma-crossover.ipynb)
- [Example 3: Single Asset Breakout Strategy](https://colab.research.google.com/github/pawelkn/btester/blob/master/examples/single-asset-brakeout.ipynb)
- [Example 4: Single Asset Moving Average Crossover Strategy](https://colab.research.google.com/github/pawelkn/btester/blob/master/examples/single-asset-ma-crossover.ipynb)
- [Example 1: Multiple Assets Moving Average Crossover Strategy](https://colab.research.google.com/github/pawelkn/btester/blob/master/examples/multiple-assets-ma-crossover.ipynb)
- [Example 2: Multiple Assets Breakout Strategy](https://colab.research.google.com/github/pawelkn/btester/blob/master/examples/multiple-assets-brakeout.ipynb)
- [Example 3: Single Asset Moving Average Crossover Strategy](https://colab.research.google.com/github/pawelkn/btester/blob/master/examples/single-asset-ma-crossover.ipynb)
- [Example 4: Single Asset Breakout Strategy](https://colab.research.google.com/github/pawelkn/btester/blob/master/examples/single-asset-brakeout.ipynb)

Feel free to explore and adapt these examples to suit your specific needs and trading strategies.
825 changes: 453 additions & 372 deletions examples/multiple-assets-brakeout.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit d4ba48e

Please sign in to comment.