From d7e1dd41261cfa26066b31d87356fa1d04aefbfd Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:49:42 +0000 Subject: [PATCH] Automated ingestion of prompt: [sigrex.io] RSI + MACD Momentum --- .../sigrexio_rsi_macd_momentum_1784.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 prompts/general/sigrexio_rsi_macd_momentum_1784.md diff --git a/prompts/general/sigrexio_rsi_macd_momentum_1784.md b/prompts/general/sigrexio_rsi_macd_momentum_1784.md new file mode 100644 index 0000000..f6de7cc --- /dev/null +++ b/prompts/general/sigrexio_rsi_macd_momentum_1784.md @@ -0,0 +1,40 @@ +--- +title: "[sigrex.io] RSI + MACD Momentum" +contributor: "@0x7s0lt1" +tags: #general, #0x7s0lt1 +--- + +{{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.