Robot de Trading Simple en MQL4

MQL5 Esperti

Specifiche

//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Copyright 2024, MetaQuotes Software Corp. | //| https://www.metaquotes.net/ | //+------------------------------------------------------------------+ input int FastMA = 10; // Periodo de la media móvil rápida input int SlowMA = 30; // Periodo de la media móvil lenta double FastMAValue; double SlowMAValue; //+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit() { return(INIT_SUCCEEDED); } //+------------------------------------------------------------------+ //| Expert tick function | //+------------------------------------------------------------------+ void OnTick() { // Calcular las medias móviles FastMAValue = iMA(NULL, 0, FastMA, 0, MODE_SMA, PRICE_CLOSE, 0); SlowMAValue = iMA(NULL, 0, SlowMA, 0, MODE_SMA, PRICE_CLOSE, 0); // Condiciones de compra if (FastMAValue > SlowMAValue && PositionSelect(Symbol()) == false) { // Abrir una posición de compra OrderSend(Symbol(), OP_BUY, 0.1, Ask, 2, 0, 0, "Buy Order", MAGIC_NUMBER, 0, clrGreen); } // Condiciones de venta if (FastMAValue < SlowMAValue && PositionSelect(Symbol()) == false) { // Abrir una posición de venta OrderSend(Symbol(), OP_SELL, 0.1, Bid, 2, 0, 0, "Sell Order", MAGIC_NUMBER, 0, clrRed); } } //+------------------------------------------------------------------+

Con risposta

1
Sviluppatore 1
Valutazioni
(273)
Progetti
401
27%
Arbitraggio
40
40% / 50%
In ritardo
1
0%
Gratuito
2
Sviluppatore 2
Valutazioni
(50)
Progetti
64
20%
Arbitraggio
11
27% / 55%
In ritardo
5
8%
Gratuito
3
Sviluppatore 3
Valutazioni
(1289)
Progetti
1716
49%
Arbitraggio
52
71% / 12%
In ritardo
38
2%
In elaborazione
4
Sviluppatore 4
Valutazioni
(444)
Progetti
701
34%
Arbitraggio
34
71% / 9%
In ritardo
22
3%
Gratuito
5
Sviluppatore 5
Valutazioni
(365)
Progetti
507
40%
Arbitraggio
159
17% / 74%
In ritardo
99
20%
Caricato
6
Sviluppatore 6
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(6)
Progetti
7
0%
Arbitraggio
2
0% / 100%
In ritardo
0
In elaborazione
8
Sviluppatore 8
Valutazioni
(59)
Progetti
81
43%
Arbitraggio
27
11% / 70%
In ritardo
8
10%
Gratuito
9
Sviluppatore 9
Valutazioni
(14)
Progetti
19
11%
Arbitraggio
1
0% / 100%
In ritardo
5
26%
Gratuito
10
Sviluppatore 10
Valutazioni
(5)
Progetti
8
13%
Arbitraggio
3
0% / 33%
In ritardo
2
25%
Gratuito
Pubblicati: 1 codice
11
Sviluppatore 11
Valutazioni
(16)
Progetti
35
23%
Arbitraggio
4
0% / 50%
In ritardo
2
6%
In elaborazione
12
Sviluppatore 12
Valutazioni
(2652)
Progetti
3369
68%
Arbitraggio
77
48% / 14%
In ritardo
342
10%
Gratuito
Pubblicati: 1 codice
13
Sviluppatore 13
Valutazioni
(69)
Progetti
146
34%
Arbitraggio
13
8% / 62%
In ritardo
26
18%
Gratuito
Pubblicati: 6 codici
14
Sviluppatore 14
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
15
Sviluppatore 15
Valutazioni
(6)
Progetti
6
0%
Arbitraggio
2
50% / 0%
In ritardo
1
17%
Gratuito
16
Sviluppatore 16
Valutazioni
(255)
Progetti
262
30%
Arbitraggio
0
In ritardo
3
1%
Gratuito
Pubblicati: 2 codici
17
Sviluppatore 17
Valutazioni
(560)
Progetti
648
33%
Arbitraggio
41
41% / 46%
In ritardo
11
2%
Occupato
Ordini simili
Hi, I’m looking for a top-tier, profit-optimized EA that has the potential to scale trading returns significantly. My goal is to maximize growth over time. Can you help develop a bespoke EA that could potentially scale to high six or seven figures
This is yakubu Jnr trading bots I create the trading robots to help my self and others traders to be successful please you can join my live trading bots or subscribe to my trading robots
Nyasco 90+ USD
Fast trading bot for starters less losses which leads to bigger profits made for thousands of people making billions of dollars .be the best trader for your self all the way
Nyasco 30+ USD
Faster robot with less losses which can be used for a long term earning money every day creating a bot for more than thousands of people to earn billions of money
Max amount grid 30+ USD
max amount grid step for magic number do keep deleting .only when it is in negative floating .but when it is profit allow to go over the max and replays to grid step
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
I will pay 3000+ USD (negotiable) for an EA for existing MT5 that generates a minimum of 15-20% or higher a month consistently (provide source code after final deal) Looking for a highly profitable EA Please send demo version directly subject (Buying profitable EA Budget up to $ 3000 USD), past results and optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it
EA fx 30+ USD
Hello, I need an already developed EA similar to the one trading XAUUSD, with consistent entries and good risk management. Before we proceed, I would like to verify its performance. Please provide a live or demo account login along with the investor (read-only) password so I can monitor the trading results. I am looking for stable performance, controlled drawdown, and consistent profit on gold (XAUUSD). Once I
The strategy records the highest and lowest prices within a specified duration (default 15 minutes) after the New York market opens, forming the opening range. Post-Formation Breakout: When the price breaks above or below the opening range after its formation, it may indicate the direction of the day’s price movement. Trend Confirmation: The strategy uses two EMAs (default 20-period and 50-period) as trend filters to

Informazioni sul progetto

Budget
100+ USD
Scadenze
da 2 a 10 giorno(i)