Giriş/Kayıt Ol

08.05.2025 tarihinde sembol PAXG hakkında Teknik adnanmasood455 analizi

https://sahmeto.com/message/3494345
،Teknik،adnanmasood455

//version=5 strategy("استراتژی تقاطع EMA XAUSD با حد ضرر/سود 1%", overlay=true, default_qty_type=strategy.percent_of_equity, default_qty_value=100) // تنظیمات EMA fastLength = 9 slowLength = 21 // EMAs fastEMA = ta.ema(close, fastLength) slowEMA = ta.ema(close, slowLength) // رسم EMAs plot(fastEMA, title="EMA سریع", color=color.orange) plot(slowEMA, title="EMA کند", color=color.blue) // منطق تقاطع longCondition = ta.crossover(fastEMA, slowEMA) shortCondition = ta.crossunder(fastEMA, slowEMA) // حد ضرر و سود 1% longSL = close * 0.99 longTP = close * 1.01 shortSL = close * 1.01 shortTP = close * 0.99 // اجرای خرید if (longCondition) strategy.entry("خرید", strategy.long) strategy.exit("خروج خرید", from_entry="خرید", stop=longSL, limit=longTP) // اجرای فروش if (shortCondition) strategy.entry("فروش", strategy.short) strategy.exit("خروج فروش", from_entry="فروش", stop=shortSL, limit=shortTP)

Çeviri: English
Orijinal mesajı göster
sinyal türü: Nötr
zaman aralığı:
1 gün
Yayınlanma anındaki fiyat:
$3.320,17
Paylaş
Sinyaller
en iyisi
İzleme listem