Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArashidSalesforce authored Sep 25, 2024
1 parent d4d9611 commit 04677e4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A Python-based trading bot that uses Alpaca API, YFinance, VADER sentiment analysis, and OpenAI's GPT-3.5 to analyze financial data, execute trades, and manage risk. This bot is designed to operate automatically and includes several features such as risk management, news sentiment analysis, and portfolio management.

**Note**: This code is not public at the moment but may be in the future.

## Features

- **Automatic Trading**: The bot uses Alpaca API to trade stocks automatically.
Expand All @@ -17,7 +15,7 @@ A Python-based trading bot that uses Alpaca API, YFinance, VADER sentiment analy

## Installation

1. Clone the repository (Note: The code is currently not public, but may be in the future).
1. Clone the repository.
2. Install dependencies:
```bash
pip install -r requirements.txt
Expand Down Expand Up @@ -87,10 +85,6 @@ You can modify the following parameters in the script:
EMAIL_PASS = 'your-email-password'
```

## Contributing

At this time, contributions are not accepted because the code is not public. However, this may change in the future.

## License

This project is licensed under the MIT License.
Expand Down

0 comments on commit 04677e4

Please sign in to comment.