en un clic
risk-judgment
// Use this skill for objectively evaluating bull vs bear arguments, weighing evidence quality, and providing balanced risk assessments for trading decisions.
// Use this skill for objectively evaluating bull vs bear arguments, weighing evidence quality, and providing balanced risk assessments for trading decisions.
Use this skill for analyzing market sentiment from news, social media, fear/greed indices, and overall market mood to assess bullish or bearish conditions.
Use this skill for developing and evaluating trading strategies by synthesizing technical analysis, market sentiment, and risk management principles into actionable trading recommendations.
Use this skill for analyzing technical indicators like RSI, MACD, Moving Averages, Bollinger Bands, and price action patterns to assess market trends and momentum.
Use this skill for building the strongest possible bearish case, identifying downside risks, negative technical patterns, and adverse fundamental factors.
Use this skill for building the strongest possible bullish case for positions, identifying upside catalysts, positive technical patterns, and favorable fundamental factors.
Use this skill for making final portfolio allocation decisions, determining optimal position sizing, and providing actionable trading recommendations based on risk assessments.
| name | risk-judgment |
| description | Use this skill for objectively evaluating bull vs bear arguments, weighing evidence quality, and providing balanced risk assessments for trading decisions. |
This skill provides guidance on objectively evaluating competing bull and bear arguments to determine which case is more compelling. Your role is to be an impartial judge focused on finding truth, not favoring either side.
Strong Evidence
Weak Evidence
Well-Constructed Arguments
Poorly-Constructed Arguments
Evaluation Framework
Bull Score = Evidence_Quality × Argument_Logic × Historical_Support
Bear Score = Evidence_Quality × Argument_Logic × Historical_Support
Winner = Max(Bull_Score, Bear_Score)
Confidence = |Bull_Score - Bear_Score| / Max(Bull_Score, Bear_Score)
Key Decision Factors
Trending Markets
Ranging Markets
High Volatility
Overall Risk Categories
Position Size Modifiers
High confidence winner + Low risk = 1.5x position size
High confidence winner + Medium risk = 1.0x position size
High confidence winner + High risk = 0.5x position size
Low confidence / Unclear winner = 0.25x position size or skip
{
"judgment": {
"winner": "bull",
"confidence": 0.70,
"reasoning": "Bull case presents stronger evidence with specific catalysts and clear timeline. Bear case makes valid points about resistance, but lacks concrete negative catalysts. Historical precedent favors bulls at this stage of cycle.",
"bull_score": 0.75,
"bear_score": 0.55,
"key_deciding_factors": [
"Bull case provides specific, quantifiable catalysts (halving, ETF inflows)",
"Bear resistance argument weakened by strong volume on recent bounces",
"Historical data shows current setup preceded rallies 75% of time",
"Risk/reward favors bulls (3:1 vs 1:1 for bears)"
]
},
"risk_assessment": {
"overall_risk": "medium",
"risk_factors": [
"Macro uncertainty remains elevated",
"Technical resistance at 48k not yet broken",
"Sentiment could shift quickly on negative news"
],
"recommended_position_size_modifier": 0.9
},
"additional_notes": "Monitor 48k resistance closely. If broken with volume, confidence in bull case increases to 0.85. If rejected again, reassess bear case."
}