[sigrex.io] Fear & Greed Sentiment Filter prompt

Finance23K

用恐惧贪婪指数过滤 RSI/MACD 多空信号

Uses the Fear & Greed Index as a sentiment filter over RSI/MACD signals.

Full prompt
{{val:symbol=BTCUSDT}}
{{val:rsi_ob=68}}
{{val:rsi_os=32}}

标的:{{symbol}} | 时间:{{current_time}}
上一个信号:{{last_trigger_action}} @ {{last_trigger_price}} | 执行于:{{last_trigger_at}}

信号历史:
{{trigger_history}}

当前市场情绪数据:
{{get:https://api.alternative.me/fng/?limit=1&format=json}}

策略规则:
将上面获取的恐惧与贪婪数值用作情绪过滤器:
- 数值 0–30 = 极度恐惧 → 仅倾向做多设置
- 数值 31–50 = 恐惧 → 允许做多,避免做空
- 数值 51–74 = 贪婪 → 允许做空,对做多保持谨慎
- 数值 75–100 = 极度贪婪 → 仅倾向做空设置

做多条件:
  - 情绪为极度恐惧或恐惧
  - RSI 低于 {{rsi_os}} 且正在向上
  - MACD 柱状图转正
  - 无持仓

做空条件:
  - 情绪为极度贪婪或贪婪
  - RSI 高于 {{rsi_ob}} 且正在向下
  - MACD 柱状图转负
  - 无持仓

退出条件:
  - RSI 回到中性区(45–55 区间)
  - 或情绪翻转至与当前持仓方向相反

若情绪与技术面相互矛盾,或无明确信号,则持有(HOLD)。

How to use this prompt

  1. 1Copy the full prompt below
  2. 2Replace the [____] placeholders with your specifics
  3. 3Paste into DeepSeek / Claude / ChatGPT to run

Related Finance prompts