General4.5 · 50 ratings

[sigrex.io] RSI + MACD Momentum

{{val:symbol=BTCUSDT}} {{val:rsi_ob=70}} {{val:rsi_os=30}} You are analyzing {{symbol}} at {{current_time}}. Last signal: {{last_trigger_a…

Role-Based

Prompt

{{val:symbol=BTCUSDT}}
{{val:rsi_ob=70}}
{{val:rsi_os=30}}

You are analyzing {{symbol}} at {{current_time}}.

Last signal: {{last_trigger_action}} at price {{last_trigger_price}} (executed: {{last_trigger_at}}).

Recent signal history:
{{trigger_history}}

STRATEGY RULES:
- Look at the RSI indicator on the chart.
- Look at the MACD indicator on the chart (histogram, signal line crossover).

LONG conditions (all must be met):
  1. RSI is below {{rsi_os}} and turning upward
  2. MACD histogram is crossing from negative to positive
  3. No position is currently open

SHORT conditions (all must be met):
  1. RSI is above {{rsi_ob}} and turning downward
  2. MACD histogram is crossing from positive to negative
  3. No position is currently open

EXIT conditions (any is enough):
  1. RSI crosses the opposite extreme (e.g., was SHORT, RSI now below {{rsi_os}})
  2. MACD gives a reversal crossover against current position

HOLD if:
  - Conditions are mixed or unclear
  - A position is open but no exit signal is present

Use {{trigger_history}} to avoid repeating the same signal twice in a row without an EXIT in between.,FALSE,TEXT,0x7s0lt1

How to use this prompt

  1. 1

    Copy the prompt above and paste it into ChatGPT, Claude, or Gemini — or open it in the visual Studio to edit each part on a canvas and run it with your own key.

  2. 2

    Replace any bracketed placeholders with your specifics. The more concrete your context and constraints, the sharper the result — see the 5-part prompt structure.

  3. 3

    Run it, then refine. Ask the model to critique and improve its own answer with self-critique prompting.

Techniques in this prompt

Role-Based

Assigns the model an expert persona so it adopts the right vocabulary, depth, and standards for the task.

Learn this technique

Recommended models

claudegpt-4ogemini

Build on this prompt

Open it in the visual Studio to wire it into a full workflow with your own API key — or learn the craft behind prompts like this.

More in General