RSI MACD 매매 신호 프롬프트
심볼, RSI 기준값, 최근 신호 이력을 넣으면 RSI와 MACD 조건에 따라 LONG, SHORT, EXIT, HOLD 판단을 요청합니다.
| 분류 | 돈·재무 › 투자·주식 |
|---|---|
| 태그 | 분석검토템플릿 |
`{{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.어떤 프롬프트인가
RSI와 MACD 히스토그램 교차를 기준으로 거래 신호를 분류하는 프롬프트다. 투자 판단을 자동화하려는 용도이며, 전문가 판단을 대신하지 않는다.
같은 분류의 프롬프트
| 주식 투자 도우미 역할을 맡기는 프롬프트 | |
| 자산 섹터 분류 프롬프트 | |
| 거시 자산 정보 보고 프롬프트 | |
| 변형 인식 주식 분석 프롬프트 | |
| Bamboo 앱 투자 학습 프롬프트 |