ScalpingproDD

MQL5 Göstergeler Forex

İş Gereklilikleri

// Indicateur Personnel de Scalping - STRICTEMENT CONFIDENTIEL
indicator("Scalping Pro (Privé)", shorttitle="ScalpPRO", overlay=true)

// === Paramètres Utilisateur ===
emaFastLen = input.int(9, title="EMA Rapide")
emaSlowLen = input.int(21, title="EMA Lente")
rsiLen = input.int(7, title="RSI Période")
src = input.source(close, title="Source")
minVol = input.float(100000, title="Volume minimum")

// === Indicateurs Techniques ===
emaFast = talib.ema(src, emaFastLen)
emaSlow = talib.ema(src, emaSlowLen)
rsi = talib.rsi(src, rsiLen)
volOK = volume > minVol

// === Logique de Scalping ===
buy = emaFast > emaSlow and rsi > 55 and volOK
sell = emaFast < emaSlow and rsi < 45 and volOK

// === Affichage EMA ===
plot(emaFast, color=color.lime, title="EMA Rapide")
plot(emaSlow, color=color.red, title="EMA Lente")

// === Couleur des Bougies ===
bc = buy ? color.green : sell ? color.red : na
barcolor(bc)

// === Signaux Visuels ===
plotshape(buy, title="Achat", location=location.belowbar, color=color.green)
plotshape(sell, title="Vente", location=location.abovebar, color=color.red)

// === RSI Sub-Panel ===
plot(rsi, title="RSI", color=color.blue, overlay=false)
hline(55, color=color.gray)
hline(45, color=color.gray)
hline(50, color=color.gray, title="Médiane")$0

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(144)
Projeler
219
32%
Arabuluculuk
16
44% / 25%
Süresi dolmuş
0
Serbest
2
Geliştirici 2
Derecelendirme
(21)
Projeler
25
52%
Arabuluculuk
3
0% / 100%
Süresi dolmuş
2
8%
Serbest
3
Geliştirici 3
Derecelendirme
(284)
Projeler
459
39%
Arabuluculuk
95
43% / 18%
Süresi dolmuş
73
16%
Çalışıyor
Yayınlandı: 2 kod
Benzer siparişler
Hello, I am looking for a trading indicator (gold mainly) that will send me signal to take trades BUT I want the maximum of the lossing trades YES I want all trades negative in red on MT5. That is a weird demand but YES I want to lose all the trades the maximum of it
Hello dear developers ✌️ I’m looking for a powerful and fast custom indicator 📊 for scalping in M1 and M15 , based on: 🔍 Main Features: Analysis of the last 1 hour of market behavior Cross-checking with recent candles (wicks, body size, location in range) Consideration of buy/sell flow (tick/volume data if possible) Real-time range calculation based on Ask-Bid volatility Final result: display a directional
( a brief explanation if interested let's talk and I would be even more precise ) 📘 Strategy (FAYE SESSION) 🕐 1. Trading Sessions (Senegal Time) You don't use this strategy that during these three specific sessions: Session Senegal Hours 🗾 Tokyo 00h00 – 09h00 🇬🇧 London 07h00 – 16h00 🗽 New York 12h00 – 21h00 🕯️ 2. Choosing the candle to trace the range When you log in, you observe the M3 bougie (ex. 07h03). And
J'ai développé un expert advisor (EA), mais je rencontre des difficultés pour corriger plusieurs erreurs dans le code. Actuellement, il y a environ 30 erreurs que je ne parviens pas à résoudre seul. J'ai besoin de l'aide d'un expert en programmation MQL5 pour analyser et corriger ces problèmes afin que mon EA fonctionne correctement

Proje bilgisi

Bütçe
30+ USD

Müşteri

Verilmiş siparişler1
Arabuluculuk sayısı0