Skip to content

Commit

Permalink
Update examples order in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkn committed Jan 15, 2024
1 parent fc765db commit 9228f27
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 854 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,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: Single Asset Moving Average Crossover Strategy](https://github.com/pawelkn/btester/blob/master/examples/single-asset-ma-crossover.ipynb)
- [Example 1: Multiple Assets Breakout Strategy](https://github.com/pawelkn/btester/blob/master/examples/multiple-assets-brakeout.ipynb)
- [Example 2: Multiple Assets Moving Average Crossover Strategy](https://github.com/pawelkn/btester/blob/master/examples/multiple-assets-ma-crossover.ipynb)
- [Example 3: Single Asset Breakout Strategy](https://github.com/pawelkn/btester/blob/master/examples/single-asset-brakeout.ipynb)
- [Example 4: Multiple Assets Breakout Strategy](https://github.com/pawelkn/btester/blob/master/examples/multiple-assets-brakeout.ipynb)
- [Example 4: Single Asset Moving Average Crossover Strategy](https://github.com/pawelkn/btester/blob/master/examples/single-asset-ma-crossover.ipynb)

Feel free to explore and adapt these examples to suit your specific needs and trading strategies.
2 changes: 1 addition & 1 deletion examples/multiple-assets-brakeout.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 64/64 [00:21<00:00, 3.02it/s]\n"
"100%|██████████| 64/64 [00:26<00:00, 2.37it/s]\n"
]
}
],
Expand Down
Loading

0 comments on commit 9228f27

Please sign in to comment.