[sigrex.io] Full Kitchen Sink
{{val:symbol=SOLUSDT}} {{val:rsi_ob=70}} {{val:rsi_os=30}} {{val:max_repeat=3}} Symbol: {{symbol}} | Time: {{current_time}} Last signal: {{…
Prompt
{{val:symbol=SOLUSDT}}
{{val:rsi_ob=70}}
{{val:rsi_os=30}}
{{val:max_repeat=3}}
Symbol: {{symbol}} | Time: {{current_time}}
Last signal: {{last_trigger_action}} @ {{last_trigger_price}} | Executed: {{last_trigger_at}}
Full signal history:
{{trigger_history}}
{{comment: External sentiment — Fear & Greed}}
Fear & Greed Index:
{{get:https://api.alternative.me/fng/?limit=1&format=json}}
{{comment: Strategy master config in Toon format}}
Master config:
{{toon:{"name":"full_strategy","symbol":"SOLUSDT","bias_source":"fear_greed","technicals":["RSI","MACD"],"rsi":{"overbought":70,"oversold":30},"macd":{"signal":"histogram_cross"},"position_rules":{"max_open":1,"allow_same_direction_repeat":false},"safety":{"max_consecutive_non_exit":3}}}}
STRATEGY LOGIC:
Step 1 — Sentiment Bias (from Fear & Greed fetch):
- 0–30: Favor LONG only
- 31–50: Lean LONG, allow neutral
- 51–74: Lean SHORT, allow neutral
- 75–100: Favor SHORT only
Step 2 — Technical Confirmation (from chart):
- LONG confirmed: RSI < {{rsi_os}} turning up + MACD positive cross
- SHORT confirmed: RSI > {{rsi_ob}} turning down + MACD negative cross
Step 3 — Position Check (from trigger_history):
- If last action was LONG or SHORT → must EXIT before new entry
- If {{trigger_history}} shows {{max_repeat}} or more signals without EXIT → HOLD
Step 4 — Decision:
- Sentiment and technicals agree → take signal
- Sentiment and technicals disagree → HOLD
- Open position with exit signal → EXIT
- Open position without exit signal → HOLD
- No position and no clear signal → HOLD
{{comment: max_repeat val used above as a safety cap on consecutive non-exit signals}},FALSE,TEXT,0x7s0lt1How to use this prompt
- 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
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
Run it, then refine. Ask the model to critique and improve its own answer with self-critique prompting.
Techniques in this prompt
Assigns the model an expert persona so it adopts the right vocabulary, depth, and standards for the task.
Learn this techniqueRecommended models
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
Ethereum Developer
Imagine you are an experienced Ethereum developer tasked with creating a smart contract for a blockchain messenger. The objective is to save…
Linux Terminal
I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply …
English Translator and Improver
I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language and you will detect the lan…
Job Interviewer
I want you to act as an interviewer. I will be the candidate and you will ask me the interview questions for the ${Position:Software Develop…