Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkn committed Feb 1, 2024
1 parent 15bccd8 commit d611383
Showing 1 changed file with 4 additions and 4 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.

0 comments on commit d611383

Please sign in to comment.