ScalpingproDD

MQL5 Indikatoren Forex

Spezifikation

// 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

Bewerbungen

1
Entwickler 1
Bewertung
(144)
Projekte
219
32%
Schlichtung
16
44% / 25%
Frist nicht eingehalten
0
Frei
2
Entwickler 2
Bewertung
(21)
Projekte
25
52%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
2
8%
Frei
3
Entwickler 3
Bewertung
(284)
Projekte
459
39%
Schlichtung
95
43% / 18%
Frist nicht eingehalten
73
16%
Arbeitet
Veröffentlicht: 2 Beispiele
Ähnliche Aufträge
( 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

Projektdetails

Budget
30+ USD

Kunde

Veröffentlichte Aufträge1
Anzahl der Schlichtungen0