Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miltiadis-kon/stock-ml-bot
A large stock analysis and trading bot using LM to discover opportunities
https://github.com/miltiadis-kon/stock-ml-bot
Last synced: 13 days ago
JSON representation
A large stock analysis and trading bot using LM to discover opportunities
- Host: GitHub
- URL: https://github.com/miltiadis-kon/stock-ml-bot
- Owner: Miltiadis-Kon
- Created: 2024-06-10T17:19:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T20:00:06.000Z (7 months ago)
- Last Synced: 2024-11-05T15:09:05.074Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stock-ml-bot
A large stock analysis and trading bot using LM to discover opportunities# Dependencies
```
pip install --upgrade pip
pip install lightweight-charts
pip install alpaca-py
```