Welcome to OptiBotics!

Start improving your trading skills today.

Trade Log

Stock Chart

πŸ› οΈ Future Features & To-Do List

Here’s a list of planned upgrades and improvements for OptiBotics.

  • πŸ“Œ Set Up Database on Dedicated PC

    • Install PostgreSQL on dedicated PC
    • Allow remote access to PostgreSQL
    • Set up automatic backups
    • Optimize query performance for large data sets
  • πŸ“Š Get Intraday Candlestick Data

    • Find free stock data sources (Webull, Yahoo, etc.)
    • Implement Webull API for real-time data
    • Scrape Yahoo Finance as backup
    • Standardize data across multiple sources
  • πŸ“‘ Web Scraping for Stock Market Data

    • Test different scraping strategies (headless browser, proxies, etc.)
    • Rotate between multiple free sources to avoid rate limits
    • Store scraped data in the database for later analysis
  • πŸ“ˆ Improve Charting Features

    • Support multiple timeframes (1m, 5m, 1h, etc.)
    • Overlay indicators (EMA, RSI, Bollinger Bands)
    • Allow users to save & compare stock charts
  • πŸ” User Accounts & Authentication

    • Implement login & signup
    • Allow users to save watchlists & trade logs
    • Secure API endpoints with authentication
  • πŸš€ Performance & Hosting

    • Host frontend & backend on dedicated server
    • Optimize database queries for speed
    • Implement caching for frequently accessed data