Calculate risk-based position sizes for long stock trades. Use when user asks about position sizing, how many shares to buy, risk per trade, Kelly criterion, ATR-based sizing, or portfolio risk allocation. Supports stop-loss distance calculation, volatility scaling, and sector concentration checks.
Evaluate account-level drawdown circuit breaker rules from trader-memory-core state and decide whether new trade risk is allowed today. Uses realized P&L, losing-streak cooldowns, and weekly/monthly drawdown limits without any external API.
Evaluate a local pre-trade checklist before manual order entry, blocking planless, oversized, revenge-risk, market-regime-blocked, or circuit-breaker-blocked entries while journaling the decision for trader-memory-core review.
Detect and analyze trending market themes across sectors. Use when user asks about current market themes, trending sectors, sector rotation, thematic investing, what themes are hot or cold, or wants to identify bullish and bearish market narratives with lifecycle analysis.
Recommend the right trading workflow, skillset, API profile, and setup path from a natural-language goal. Use this as the on-ramp when a user expresses a trading or investing goal and needs to know which skill/workflow to use, where to start, or whether something works without paid API keys โ e.g. "where do I start", "which skill should I use", "I want to swing trade only when the market is favorable", "what works without API keys", "ใฉใใไฝฟใใฐใใ", "API ใญใผ็กใใง ไฝฟใใใใฎใฏ". Routes and explains only; it never executes trades or auto-runs other skills, and it is honest when no workflow has shipped yet.
Calculate RSI, MACD, Bollinger Bands, ATR, and EMA for any stock or ETF. Provides programmatic technical indicator values with buy/sell signal interpretation. Use when user asks for RSI, MACD, Bollinger Bands, ATR values, wants to calculate technical indicators for a specific stock, or needs signal-based entry/exit levels from indicators.
Analyze news sentiment for stocks or market themes using NLP scoring. Fetches recent headlines, scores bullish/bearish tone, tracks sentiment momentum over time, and flags sentiment divergence from price action. Use when user asks about news sentiment, whether news is bullish or bearish for a stock, sentiment analysis, or wants to quantify news impact on a security.
Detects Follow-Through Day (FTD) signals for market bottom confirmation using William O'Neil's methodology. Dual-index tracking (S&P 500 + NASDAQ) with state machine for rally attempt, FTD qualification, and post-FTD health monitoring. Use when user asks about market bottom signals, follow-through days, rally attempts, re-entry timing after corrections, or whether it's safe to increase equity exposure. Complementary to market-top-detector (defensive) - this skill is offensive (bottom confirmation).