[sigrex.io] RSI + MACD Momentum prompt
Finance27.6K
依 RSI 与 MACD 判断多空、退出与持仓信号
A trading signal rule set combining RSI and MACD momentum.
Full prompt
{{val:symbol=BTCUSDT}}
{{val:rsi_ob=70}}
{{val:rsi_os=30}}
你正在分析 {{symbol}},时间为 {{current_time}}。
上一个信号:{{last_trigger_action}},价格 {{last_trigger_price}}(执行于:{{last_trigger_at}})。
近期信号历史:
{{trigger_history}}
策略规则:
- 查看图表上的 RSI 指标。
- 查看图表上的 MACD 指标(柱状图、信号线交叉)。
做多条件(必须全部满足):
1. RSI 低于 {{rsi_os}} 且正在向上拐头
2. MACD 柱状图由负转正
3. 当前无持仓
做空条件(必须全部满足):
1. RSI 高于 {{rsi_ob}} 且正在向下拐头
2. MACD 柱状图由正转负
3. 当前无持仓
退出条件(满足任一即可):
1. RSI 触及相反极值(例如原本做空,现 RSI 跌破 {{rsi_os}})
2. MACD 出现与当前持仓方向相反的反转交叉
持有(HOLD)的情形:
- 条件混杂或不明确
- 已有持仓但无退出信号
使用 {{trigger_history}} 来避免在中间没有退出(EXIT)的情况下连续重复同一信号。How to use this prompt
- 1Copy the full prompt below
- 2Replace the [____] placeholders with your specifics
- 3Paste into DeepSeek / Claude / ChatGPT to run
Related Finance prompts
Secteur Bancaire - Analyse rapide d’un tableau de données
Analyze a data table and produce a finance-oriented executive summary.
Secteur Bancaire - Vérification de conformité de texte
Check and rewrite text for neutrality, precision and regulatory tone.
Investment Tracking Dashboard
Builds a dashboard tracking portfolio performance and asset allocation.