TradingAgents/tradingagents/agents
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
..
analysts Added screening logic 2025-11-29 20:10:10 -06:00
managers Added screening logic 2025-11-29 20:10:10 -06:00
researchers Added screening logic 2025-11-29 20:10:10 -06:00
risk_mgmt Added screening logic 2025-11-29 20:10:10 -06:00
screeners Added pump detection and moved thigns around 2025-12-06 09:28:10 -06:00
signal_detectors Added pump detection and moved thigns around 2025-12-06 09:28:10 -06:00
trader Add complete algo trading system with guardrails and paper trading integration 2025-12-07 15:21:02 -06:00
utils Added pump detection and moved thigns around 2025-12-06 09:28:10 -06:00
__init__.py Added pump detection and moved thigns around 2025-12-06 09:28:10 -06:00