quant

Convert market regime context into compliant bullish, bearish, or neutral technical signals.

77|11|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/longsizhuo/openInvest --skill quant-longsizhuo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quant
Source: https://github.com/longsizhuo/openInvest/tree/main/agents/skills/quant
Command: npx skills add https://github.com/longsizhuo/openInvest --skill quant-longsizhuo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

帮你把给定的市场 REGIME 转化为可执行的技术面买卖信号,避免在不该抄底或追涨时出错。

Core Features & Use Cases

  • REGIME 约束下输出 SIGNAL:根据 uptrend/downtrend/range_bound/crash/unknown 的硬规则给出 bullish/bearish/neutral。
  • 多周期技术数据校验:必要时主动调用 analyze_multi_timeframe 与历史数据做对照,给出关键 RSI/MA/分位数证据。
  • 防止 uptrend 衰竭误判:在上升趋势中报告偏离度与超买/收敛信号,必要时降为 neutral。

Quick Start

让 AI 分析你标的 {{asset_symbol}},并在收到 REGIME 上下文后直接输出该资产的技术 SIGNAL 与证据要点。

Frequently Asked Questions about quant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert market regime context into actionable technical trading signals?

To convert market regime context into technical trading signals, you map uptrend, downtrend, range_bound, crash, or unknown regimes to compliant bullish, bearish, or neutral signals using strict regime constraints and historical price data.

What technical indicators are needed for multi-timeframe market regime analysis?

Multi-timeframe market regime analysis requires moving averages and RSI indicators across historical price and volume data to validate technical signals and provide key quantifiable evidence for asset analysis.

How do I prevent false buy signals during an uptrend exhaustion?

To prevent false buy signals during uptrend exhaustion, you enforce deviation checks and identify overbought or convergence signals, downgrading the output to neutral when necessary to avoid incorrectly chasing price momentum.

Can I generate audit-ready investment memos from single-asset technical signals?

Yes, you can generate audit-ready investment memos from single-asset technical signals by enforcing strict regime constraints and outputting original regime fields alongside key multi-timeframe technical data for compliance tracking.

When should I downgrade a bullish technical signal to neutral?

You should downgrade a bullish technical signal to neutral during an uptrend when multi-timeframe indicators detect overbought conditions or convergence, signaling exhaustion and preventing premature trend continuation entries.

Does single-asset technical analysis work without fundamental data?

Single-asset technical analysis works without fundamental data by strictly relying on historical price, volume, moving averages, and RSI indicators across different market regimes to produce compliant bullish or bearish outputs.