Skip to content

Commit

Permalink
Merge pull request #38 from 10-academy-w-9/time-series-forcasting
Browse files Browse the repository at this point in the history
Time series forcasting
  • Loading branch information
temesgen5335 committed Jun 25, 2024
2 parents a83f489 + 6cc8c98 commit 90589fc
Show file tree
Hide file tree
Showing 3 changed files with 2,298 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,16 @@ crypto-trading-backtesting/
1. **Clone the repository:**

```sh
git clone git@github.com:your-username/crypto_trading_backtesting.git
cd crypto_trading_backtesting
git clone https://github.com/10-academy-w-9/crypto-trading-backtesting.git
cd crypto-trading-backtesting
```

2. **Set up a virtual environment:**

```sh
python3 -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
source venv/bin/activate #linux and Mac
`venv\Scripts\activate` #On Windows
```
3. **Install Requirements:**
```sh
Expand All @@ -116,6 +117,10 @@ crypto-trading-backtesting/
```sh
streamlit run src/frontend/app.py
```
5. **Run Chronos**
```sh
pip install git+https://github.com/amazon-science/chronos-forecasting.git
```

## Usage
1. **Provide input descriptions** of the trading strategies, including scenarios and expected outputs.
Expand All @@ -132,9 +137,9 @@ This project is licensed under the MIT License.
## Contributors

- [@abyt101](https://github.com/AbYT101) - Abraham Teka
- Temesgen Gebreabzgi
- Selamawit Tibebu
- Dereje Hinsermu
- [@temesgen5335](https://github.com/temesgen5335)- Temesgen Gebreabzgi
- [@SelamT94](https://github.com/SelamT94) - Selamawit Tibebu
- [@derejehinsermu](https://github.com/derejehinsermu) - Dereje Hinsermu

## Challenge by

Expand Down
Loading

0 comments on commit 90589fc

Please sign in to comment.