Skip to content

Releases: Deadcoder001/ons_trading

v1.0.0

25 May 16:51

Choose a tag to compare

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

  1. Clone the repository
  2. Install requirements: pip install -r requirements.txt
  3. Run the Django server: python manage.py runserver
  4. 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 .NS to the symbol

Thank you for using ONS Trading!
Feedback and contributions are welcome.