Install
openclaw skills install @ovels/al-brooks-price-actionAnalyze charts, OHLC bars, candlestick sequences, and trading context using Al Brooks style price action. Use this skill when the user asks for Brooks 风格价格行为分析、Always In 偏置、趋势 vs 震荡判断、 setup 识别(High 1/2/3/4、Low 1/2/3/4、breakout pullback、tight channel breakout pullback、 final flag、wedge top/bottom、double top/bottom pullback、ioi)、signal bar 质量、 scalp vs swing、entry/stop/target 规划,或明确的 no-trade 判定。
openclaw skills install @ovels/al-brooks-price-actionUse this skill for discretionary price action analysis. Prioritize context, current tradeability, and the hard right edge of the chart. Do not drift into macro or indicator-heavy analysis unless the user explicitly asks for it.
If the input is incomplete, state what is missing and continue with the visible evidence instead of blocking.
trading_range or no trade when evidence is mixed.actionable, watch, and none. Do not force a trade.market_phase: trending, trading_range, broad_channel, or unknownalways_in: long, short, or unknownactionablewatchnoneUse this shape unless the user asks for a different format.
market_phasealways_inlong, short, or noneactionable, watch, or nonescalp, swing, or noneOne short paragraph in plain language.
When the user wants structured output, append a JSON block using this schema:
{
"market_phase": "trending|trading_range|broad_channel|unknown",
"always_in": "long|short|unknown",
"setup_status": "actionable|watch|none",
"setup_type": "string",
"direction": "long|short|none",
"signal_bar_quality": "high|medium|low|none",
"entry_trigger": "string",
"stop_logic": "string",
"target_1": "string",
"target_2": "string",
"trade_style": "scalp|swing|none",
"invalidation": "string",
"confidence": 0.0
}