Technical analysis by sajjad1378mmm about Symbol RUNE on 5/18/2025
https://sahmeto.com/message/3525636

//version=5strategy("Price Action + RSI + MA Strategy", overlay=true)// تنظیمات اندیکاتورهاma = ta.sma(close, 50)rsi = ta.rsi(close, 14)// تشخیص روندbullish = close > mabearish = close < ma// سیگنال RSIrsiOversold = rsi < 30rsiOverbought = rsi > 70// کندل اینگالفینگ صعودی و نزولی به عنوان پرایس اکشنbullEngulf = close > open and close[1] < open[1] and close > open[1] and open <= close[1]bearEngulf = close < open and close[1] > open[1] and close < open[1] and open >= close[1]// ورود
Translated from: English
Show Original Message
Signal Type: Neutral
Time Frame:
4 hoursPrice at Publish Time:
$1.8