bts-rs 1.0.11

Backtest your trading strategy.
Documentation
# Contributing to BTS

Thanks for contributing to **BTS**! Here’s how you can help:

---

## **Reporting Bugs**

Open an **issue** with:
- Clear description of the bug.
- Steps to reproduce.
- Expected vs. actual behavior.

---

## **Suggesting Improvements**

Open an **issue** with:
- Description of your idea.
- Why it’s useful.
- Examples (if any).

---

## **Contributing Code**

1. **Fork** and clone the repo:
```bash
git clone https://github.com/raonagos/bts-rs.git
cd bts-rs
```

2. Create a branch:
```bash
git checkout -b my-feature

```

3. Make changes and test:
```bash
cargo test --all-features
```

4. Submit a Pull Request (PR) to main.

## Rules

- Follow existing code style.
- Add tests for new features.
- Document your code.

### Need Help?

Open an issue or ask us directly.

---

Thanks for your contribution! 🚀

*Generated by Mistral.ai*