What problem does it solve?
This Skill automates the process of generating Minervini-style breakout trade plans from VCP screener output, simplifying the trade planning process and providing actionable insights.
Core Features & Use Cases
- VCP Screener Output Integration: Uses VCP screener results to identify potential trade opportunities.
- Risk Calculation: Calculates worst-case entry prices, position sizes, and risk percentages.
- Portfolio Heat Management: Ensures compliance with portfolio risk limits.
- Alpaca API Compatibility: Outputs order templates compatible with the Alpaca trading platform.
- Use Case: If you have VCP screener results and need actionable trade plans with entry/stop/target levels and position sizing, this skill can help you efficiently generate and manage your trading plans.
Quick Start
Use the breakout-trade-planner skill to generate trade plans for your VCP screener results. Run the following command:
python3 skills/breakout-trade-planner/scripts/plan_breakout_trades.py \
--input reports/vcp_screener_YYYY-MM-DD.json \
--account-size 100000 \
--risk-pct 0.5 \
--output-dir reports/