TradingAgents/tradingagents
gnarayan1 9cc7eabcfe Add complete algo trading system with guardrails and paper trading integration
- Portfolio Manager: 8% max per stock, 25% risky limit, position sizing
- Exit Strategy: Profit targets, stop losses, time limits, trailing stops
- Trade Validator: Pre-flight checks and order validation
- Paper Trading: Webull integration for automated trading
- Main Bot Orchestrator: Complete trading workflow
- Demo Script: 5 runnable demonstrations (no auth needed)
- Comprehensive Documentation: 4 guides + quickstart

Guardrails implemented:
✓ Max 8% per stock
✓ Max 25% in risky trades
✓ Max 10 positions
✓ +5% profit target
✓ -2% stop loss
✓ 5 day time limit
✓ 2% trailing stop
✓ Signal deterioration exits

Ready for paper trading on Webull
2025-12-07 15:21:02 -06:00
..
agents Add complete algo trading system with guardrails and paper trading integration 2025-12-07 15:21:02 -06:00
dataflows fixedgetIndicators call 2025-12-06 08:26:27 -06:00
graph Added pump detection and moved thigns around 2025-12-06 09:28:10 -06:00
strategy Add complete algo trading system with guardrails and paper trading integration 2025-12-07 15:21:02 -06:00
default_config.py Added screening logic 2025-11-29 20:10:10 -06:00