Route and manage trading/investing workflow skills — market breadth and uptrend participation scoring, exposure/posture synthesis, risk-based position sizing, drawdown circuit breaker, periodic portfolio review, dividend/value screening, and trade journaling. Use when the user asks for market-regime checks, position…
Use this skill to simulate how a trading rule would have performed on historical price data — win rate, average return, max drawdown, profit factor — from a CSV or list of prices the user supplies, no market-data API required. Trigger on "backtest this strategy", "ทดสอบกลยุทธ์ย้อนหลัง", "how would this rule have…
Use this skill for a structured checklist of common value and dividend-quality screening criteria (P/E, dividend yield, payout ratio, debt/equity, dividend growth streak) applied to stocks or ETFs a user is evaluating. Trigger on "dividend screener", "value stock screen", "is this a good dividend stock", "yield trap"…
Use this skill to apply a mechanical drawdown-based risk gate — reduce or halt new position-taking after account equity falls a defined percentage from its peak. Trigger on "drawdown limit", "circuit breaker", "stop trading after a losing streak", "reduce size after a drawdown", "risk gate". Pairs with position-sizer…
Use this skill to combine market breadth, uptrend participation, and account drawdown state into one summarized "how much new risk does today support" exposure ceiling. Trigger on "market posture", "exposure coach", "how much risk should I take today", "should I add new positions". Requires the outputs of…
Use this skill to score market breadth (the percentage of a stock universe trading above a moving average) from a plain CSV of tickers/prices/moving averages, with no market-data API required. Trigger on "market breadth", "% of stocks above 200-day MA", "breadth score", "how many stocks are participating", "is this…
Use this skill for a periodic (weekly/monthly) review checklist of a long-term core portfolio — concentration limits, rebalance triggers, and dividend/ETF-specific checks. Trigger on "portfolio review", "rebalance", "concentration check", "core portfolio", "weekly portfolio review". This skill structures a review…
Use this skill to calculate a risk-based position size (how many shares to buy) from an account size, risk tolerance, entry price, and stop distance. Trigger on "how many shares should I buy", "position size", "risk per trade", "ATR-based stop", "Kelly criterion", "risk 1% of account". If the user hasn't given a…
Use this skill to log closed trades in a structured journal and compute win rate, average R-multiple, and expectancy from the trade history. Trigger on "trade journal", "log this trade", "win rate", "R-multiple", "expectancy", "trading stats". If the user just wants to record a trade with no analysis yet, this skill…
Use this skill to score how many stocks in a universe are in an established "stage 2" uptrend (price above the 50-day MA, 50-day MA above the 200-day MA) from a plain CSV, no market-data API required. Trigger on "uptrend participation", "stage 2 stocks", "how many stocks are in an uptrend", "50 MA above 200 MA…