Mt5 robot programmer needed(easy project)

MQL5 Esperti

Specifiche

//+------------------------------------------------------------------+
//|                 Simple Auto Buy EA for MT5                       |
//+------------------------------------------------------------------+
#property strict

double tpPercent = 0.50;   // Take Profit %
double slPercent = 0.10;   // Stop Loss %

void OnTick()
{
   // Open only 1 trade
   if (PositionsTotal() == 0)
   {
      double lot = 0.01;
      double price = SymbolInfoDouble(_Symbol, SYMBOL_ASK);

      // Calculate TP & SL
      double tp = price + (price * tpPercent / 100);
      double sl = price - (price * slPercent / 100);

      MqlTradeRequest req;
      MqlTradeResult  res;

      ZeroMemory(req);

      req.action    = TRADE_ACTION_DEAL;
      req.symbol    = _Symbol;
      req.volume    = lot;
      req.type      = ORDER_TYPE_BUY;
      req.price     = price;
      req.sl        = sl;
      req.tp        = tp;
      req.deviation = 10;

      OrderSend(req, res);
   }
}

Con risposta

1
Sviluppatore 1
Valutazioni
(1261)
Progetti
1680
49%
Arbitraggio
52
71% / 12%
In ritardo
37
2%
Gratuito
2
Sviluppatore 2
Valutazioni
(14)
Progetti
17
18%
Arbitraggio
0
In ritardo
1
6%
Gratuito
3
Sviluppatore 3
Valutazioni
(14)
Progetti
16
13%
Arbitraggio
1
0% / 0%
In ritardo
1
6%
Caricato
4
Sviluppatore 4
Valutazioni
(14)
Progetti
18
17%
Arbitraggio
3
67% / 0%
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(41)
Progetti
58
21%
Arbitraggio
4
50% / 0%
In ritardo
9
16%
Caricato
6
Sviluppatore 6
Valutazioni
(32)
Progetti
47
74%
Arbitraggio
4
50% / 0%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(477)
Progetti
933
75%
Arbitraggio
25
16% / 68%
In ritardo
100
11%
Gratuito
Pubblicati: 1 articolo, 6 codici
8
Sviluppatore 8
Valutazioni
(2)
Progetti
2
0%
Arbitraggio
0
In ritardo
0
Occupato
9
Sviluppatore 9
Valutazioni
(15)
Progetti
34
24%
Arbitraggio
3
0% / 33%
In ritardo
2
6%
In elaborazione
10
Sviluppatore 10
Valutazioni
(4)
Progetti
5
40%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
11
Sviluppatore 11
Valutazioni
(1)
Progetti
2
0%
Arbitraggio
0
In ritardo
0
Gratuito
12
Sviluppatore 12
Valutazioni
(1)
Progetti
2
0%
Arbitraggio
0
In ritardo
0
In elaborazione
13
Sviluppatore 13
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
14
Sviluppatore 14
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
15
Sviluppatore 15
Valutazioni
(21)
Progetti
24
38%
Arbitraggio
1
100% / 0%
In ritardo
3
13%
In elaborazione
16
Sviluppatore 16
Valutazioni
(314)
Progetti
375
51%
Arbitraggio
16
56% / 0%
In ritardo
25
7%
Caricato
17
Sviluppatore 17
Valutazioni
(171)
Progetti
195
42%
Arbitraggio
11
9% / 45%
In ritardo
9
5%
Gratuito
Pubblicati: 3 codici
18
Sviluppatore 18
Valutazioni
(300)
Progetti
536
35%
Arbitraggio
66
35% / 33%
In ritardo
192
36%
Occupato
19
Sviluppatore 19
Valutazioni
(537)
Progetti
616
33%
Arbitraggio
35
37% / 49%
In ritardo
10
2%
Caricato
20
Sviluppatore 20
Valutazioni
(158)
Progetti
284
35%
Arbitraggio
14
29% / 50%
In ritardo
43
15%
In elaborazione
21
Sviluppatore 21
Valutazioni
(15)
Progetti
23
9%
Arbitraggio
7
29% / 57%
In ritardo
2
9%
Gratuito
22
Sviluppatore 22
Valutazioni
(54)
Progetti
78
22%
Arbitraggio
13
23% / 23%
In ritardo
6
8%
Caricato
23
Sviluppatore 23
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
24
Sviluppatore 24
Valutazioni
(2618)
Progetti
3313
67%
Arbitraggio
77
48% / 14%
In ritardo
342
10%
Gratuito
Pubblicati: 1 codice
25
Sviluppatore 25
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
26
Sviluppatore 26
Valutazioni
(2)
Progetti
2
50%
Arbitraggio
0
In ritardo
0
Gratuito
27
Sviluppatore 27
Valutazioni
(169)
Progetti
220
20%
Arbitraggio
18
44% / 17%
In ritardo
0
In elaborazione
28
Sviluppatore 28
Valutazioni
(48)
Progetti
49
8%
Arbitraggio
0
In ritardo
0
Gratuito
29
Sviluppatore 29
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
30
Sviluppatore 30
Valutazioni
(243)
Progetti
249
31%
Arbitraggio
0
In ritardo
3
1%
Gratuito
Pubblicati: 2 codici
31
Sviluppatore 31
Valutazioni
(64)
Progetti
144
46%
Arbitraggio
19
42% / 16%
In ritardo
32
22%
Gratuito
32
Sviluppatore 32
Valutazioni
(574)
Progetti
945
47%
Arbitraggio
304
59% / 26%
In ritardo
125
13%
In elaborazione
33
Sviluppatore 33
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
34
Sviluppatore 34
Valutazioni
(150)
Progetti
186
56%
Arbitraggio
10
80% / 0%
In ritardo
0
Gratuito
Pubblicati: 1 codice
Ordini simili
I need to create a EA for MT5. I will share the full specification in the chatbox. I would prefer experienced developer for this project. Please apply experienced developer for this job
Ninjatrader 80+ USD
hello great developer can you help me automate my prop trading accounts? I am using Ninjatrader to trade my prop accounts. Evaluation and funded accounts. Are you aware of prop trading ? This is how my input will be ... Everyday strategy reads this file to get latest accounts to trade that day, 3 minutes before the US Market starts, and start trading once the Market opens. *30 minutes And closes all orders 30 minutes
Hello, developers , can you help me with: and is it possible to get the strategy that a bot executes using only the account data in MT4? If so, I would like to obtain the strategy and automate it. Thank you very much
The original EA used a server connection, but the developer has shut everything down, so the WebRequest URL is no longer available. The EX4 is locked, so I cannot access its information. The intention is to rebuild the EA so that it works fully locally. The goal is not to fix the EX4 but to fully rebuild the EA
i want to create a non repaintable mt5 indicator specifically for M5 timeframe giving a buy and sell arrow. I need it for trading on weltrade indices which is similar to boom and crash on deriv. If the sell arrow appears on M5 at the open of the candlestick; that candlestick should sell fully for the 5 minutes without spike. if it shoukld give a buy entry arrow then that 5min candlestick should buy fully for that 5
im looking for an experienced coder in grid trading and martiangle who can code an ea for me from my cusome grid indicator. il also want the coder to add a lot size randomization/lot multiiplier to help incase the ea is used on a propfirm, because propfirms ban copy trading so i want to avoid a case where the ea is used by multiple people and it will appear as copy trading will lead to a ban. If you recommend any
hi i need a developer who can you create a non repaintable mt5 indicator specifically for M5 timeframe giving a buy and sell arrow. I need it for trading on weltrade indices which is similar to boom and crash on deriv. If the sell arrow appears on M5 at the open of the candlestick; that candlestick should sell fully for the 5 minutes without spike. if it shoukld give a buy entry arrow then that 5min candlestick
EA Base on FVG 50+ USD
i want to work with an professional mql developer. it would be better if you have created EA or indicator related to FVG before. Higher Time Frame POI - W , D , 4H Lower Time Frame Entry - 4H , 1H , 15min The EA looks for HTF fvg and then looks for fvg in LTF. if you think you can do it, please contact me
hola crear un bot que sea compatible para mt5 de 1 linea que tennga la opsion de ponerla automatica y tambien tendencia manual que yo la pueda modificar que cuando el precio toque la linea entre en una unica vez en la operacion y que contenga 3 botones 1 para marcarle que entre en compra o en venta cuando el precio la toque 2. para modificar los pips en riesgo yganancia y otro para modificar dinero en riesgo y que
Footprint-based Reversal Entry EA with Multi-Filter Logic We’re seeking an experienced MQL5 developer to build an MT5 EA that enters trades based on reversal patterns detected from the ClusterDelta #Footprint indicator (CME futures volume). The EA must be flexible enough to trade GBPUSD and USDJPY, with parameters adaptable to any pair. Core requirements (see attached specification for full details): Trend Filter

Informazioni sul progetto

Budget
40 - 200 USD
Scadenze
da 220 a 300 giorno(i)

Cliente

Ordini effettuati1
Numero di arbitraggi0