Skip to content

Recent Developments

iAmGiG edited this page Nov 15, 2025 · 1 revision

Recent Developments

Last Updated: November 2025

Recent enhancements and ongoing development for AutoTrader-AgentEdge.


November 2025: Complete Rebrand

AutoGen-TradingSystem → AutoTrader-AgentEdge

Why? Distance from MSFT framework name, emphasize multi-agent competitive advantage

Changed:

  • Repository, project board, wiki, docs (17+ files)
  • Added comprehensive financial disclaimer
  • Updated pyproject.toml

Unchanged: AutoGen framework usage, validation metrics (0.856 Sharpe)


Issue #366: OHLCV Entry Planning

Status: High Priority

Problem: Fixed offsets (-2%/+3.5%), no pullback detection, volume ignored

Solution: OHLCVEntryPlanner using 5min/15min/1hour bars for:

  • Support/resistance from High/Low
  • ATR-based dynamic stops
  • Volume confirmation
  • Multi-timeframe alignment

Full Spec


Issue #361: LLM Intent Classification

Status: Medium Priority

  • Intent classification (replace regex patterns)
  • Company-to-ticker resolution ("Buy Apple" → "AAPL")
  • Natural language command routing

Details


Issue #344: Pullback/Timing Support

Enable: "buy QQQ at a pullback" → limit order suggestions

Details


Completed: Scheduler CLI

  • Interactive /schedule command
  • Daemon detection
  • Config editor

Completed: VoterAgent

Validated:

  • 0.856 Sharpe, 36.6% return
  • MACD + RSI voting
  • Production ready

Strategy Details


In Development

  • Multi-Agent System (#310)
  • Forward Testing (#324)
  • Trading Pipeline (#323)