종합 암호화폐 전략 프롬프트
심볼, RSI 기준, 반복 제한, 신호 이력과 공포·탐욕 데이터를 넣으면 감정 편향, 기술 확인, 포지션 상태를 종합해 판단합니다.
| 분류 | 돈·재무 › 투자·주식 |
|---|---|
| 태그 | 분석검토템플릿 |
`{{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}}`어떤 프롬프트인가
감정 지표, RSI, MACD, 신호 이력, 반복 제한을 함께 쓰는 암호화폐 전략 프롬프트다. 거래 의사결정 보조용이며, 전문가 판단을 대신하지 않는다.
같은 분류의 프롬프트
| 주식 투자 도우미 역할을 맡기는 프롬프트 | |
| 자산 섹터 분류 프롬프트 | |
| 거시 자산 정보 보고 프롬프트 | |
| 변형 인식 주식 분석 프롬프트 | |
| Bamboo 앱 투자 학습 프롬프트 |