ONS Trading v1.0.0
π Features
- Add, view, and delete assets from your portfolio
- Live price fetching for stocks (US, India, crypto, etc.) using yfinance
- Automatic optimal portfolio allocation using the Online Newton Step (ONS) algorithm
- Real-time price display and allocation recommendations
- Responsive, modern UI with Bootstrap
- Simple asset management and capital input
π Improvements
- Price formatting to two decimal places
- Error handling for invalid or unsupported symbols
- User-friendly asset add/delete workflow
π¦ How to Use
- Clone the repository
- Install requirements:
pip install -r requirements.txt - Run the Django server:
python manage.py runserver - Open your browser and start managing your portfolio!
βΉοΈ Notes
- Use Yahoo Finance symbols (e.g.,
AAPL,TSLA,YESBANK.NS,BTC-USD) - For Indian stocks, append
.NSto the symbol
Thank you for using ONS Trading!
Feedback and contributions are welcome.