Commit Graph

6 Commits

Author SHA1 Message Date
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
gnarayan1 59860b6a30 Added screening logic 2025-11-29 20:10:10 -06:00
Yijia Xiao 26c5ba5a78
Revert "Docker support and Ollama support (#47)" (#57)
This reverts commit 78ea029a0b.
2025-06-26 00:07:58 -04:00
Geeta Chauhan 78ea029a0b
Docker support and Ollama support (#47)
- Added support for running CLI and Ollama server via Docker
- Introduced tests for local embeddings model and standalone Docker setup
- Enabled conditional Ollama server launch via LLM_PROVIDER
2025-06-25 23:57:05 -04:00
Atharv Sabde 11804f88ff
Updated requirements.txt based on latest commit
PULL REQUEST: Add support for other backends, such as OpenRouter and Ollama

it had two requirments missing. added those
2025-06-20 15:58:22 +05:30
Yijia-Xiao cc97cb6d5d chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00