Enrique

MQL4 Indikatoren Experten

Spezifikation

NECESITO QUE ME PASEN UN ALGORITMO DE PROREALTIME A METATRADER

 

// Definición de los parámetros del código
DEFPARAM CumulateOrders = False // Acumulación de posiciones desactivada

// Condiciones para entrada de posiciones largas
indicator1 = Average[4](RSI[14](close))
indicator2 = Average[4](RSI[14](close))
c1 = (indicator1 CROSSES OVER indicator2)

IF c1 THEN
BUY 1 CONTRACT AT MARKET
ENDIF

// Condiciones de salida de posiciones largas
indicator3 = Average[4](RSI[14](close))
indicator4 = Average[4](RSI[14](close))
c2 = (indicator3 CROSSES UNDER indicator4)

IF c2 THEN
SELL  AT MARKET
ENDIF

// Condiciones de entrada de posiciones cortas
indicator5 = Average[4](RSI[14](close))
indicator6 = RSI[14](close)
c3 = (indicator5 >= indicator6)

IF c3 THEN
SELLSHORT 1 CONTRACT AT MARKET
ENDIF

// Condiciones de salida de posiciones cortas
indicator7 = Average[4](RSI[14](close))
indicator8 = Average[4](RSI[14](close))
c4 = (indicator7 CROSSES UNDER indicator8)

IF c4 THEN
EXITSHORT  AT MARKET
ENDIF

// Stops y objetivos
SET STOP pTRAILING 10       

Bewerbungen

1
Entwickler 1
Bewertung
(106)
Projekte
314
49%
Schlichtung
42
52% / 19%
Frist nicht eingehalten
22
7%
Frei
2
Entwickler 2
Bewertung
(512)
Projekte
773
63%
Schlichtung
33
27% / 45%
Frist nicht eingehalten
23
3%
Frei

Projektdetails

Budget
20 - 50 USD
MwSt (21%): 4.2 - 10.5 USD
Insgesamt: 24.2 - 60.5 USD
Für die Entwickler
18 - 45 USD
Ausführungsfristen
von 1 bis 3 Tag(e)