Trabalho concluído

Tempo de execução 4 dias
Comentário do cliente
He did a great job with my EA. I will use him again.
Comentário do desenvolvedor
Great customer with interesting Jobs! If you will have any new idea - i am always open for you!

Termos de Referência

 I would like a trading robot to be able to place buy and sell trades and also close out trades according to the supertrend indicator.

values of (nbr 10 multiplier 1)

The supertrend indicator will have green and red colors that indicate that the market is on a trend.



When the indicator shows "GREEN" there will be an automatic "Buy Order" placed and a bell alert will go off.

When the indicator changes to the color "RED" the trade will automatically be "Closed" and a "Sell Trade" will be automatically executed and a bell alert go off.

When the indicator turns back to "Green" the trade will automatically be "CLOSED" and a "Buy Trade" will automatically be executed and a  bell notification alert will go off .

This will be ongoing but the auto trade can be disabled and trades can be placed manually but still receive alerts when to buy and sell when colors change.

Also be able to receive email/mobile notification on trades being executed and closed as well as the type of trade taken. (BUY OR SELL)

Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(55)
Projetos
96
40%
Arbitragem
13
38% / 62%
Expirado
25
26%
Livre
2
Desenvolvedor 2
Classificação
(212)
Projetos
246
45%
Arbitragem
42
10% / 57%
Expirado
5
2%
Livre
3
Desenvolvedor 3
Classificação
(21)
Projetos
23
0%
Arbitragem
6
17% / 83%
Expirado
2
9%
Livre
4
Desenvolvedor 4
Classificação
(144)
Projetos
198
42%
Arbitragem
20
25% / 55%
Expirado
9
5%
Livre
5
Desenvolvedor 5
Classificação
(161)
Projetos
217
30%
Arbitragem
4
50% / 25%
Expirado
4
2%
Livre
6
Desenvolvedor 6
Classificação
(19)
Projetos
27
11%
Arbitragem
11
9% / 55%
Expirado
12
44%
Livre
7
Desenvolvedor 7
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
8
Desenvolvedor 8
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(5)
Projetos
9
11%
Arbitragem
5
40% / 60%
Expirado
1
11%
Livre
10
Desenvolvedor 10
Classificação
Projetos
1
0%
Arbitragem
0
Expirado
1
100%
Livre
11
Desenvolvedor 11
Classificação
(253)
Projetos
406
38%
Arbitragem
84
43% / 19%
Expirado
70
17%
Trabalhando
12
Desenvolvedor 12
Classificação
(131)
Projetos
169
18%
Arbitragem
17
47% / 18%
Expirado
0
Trabalhando
13
Desenvolvedor 13
Classificação
(1086)
Projetos
1436
45%
Arbitragem
48
73% / 13%
Expirado
35
2%
Livre
14
Desenvolvedor 14
Classificação
(2412)
Projetos
3031
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
15
Desenvolvedor 15
Classificação
(362)
Projetos
387
70%
Arbitragem
3
100% / 0%
Expirado
2
1%
Carregado
16
Desenvolvedor 16
Classificação
(19)
Projetos
35
26%
Arbitragem
10
30% / 70%
Expirado
5
14%
Livre
17
Desenvolvedor 17
Classificação
(344)
Projetos
540
32%
Arbitragem
24
67% / 8%
Expirado
15
3%
Trabalhando
18
Desenvolvedor 18
Classificação
(2070)
Projetos
2629
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Trabalhando
19
Desenvolvedor 19
Classificação
Projetos
2
0%
Arbitragem
2
100% / 0%
Expirado
0
Livre
20
Desenvolvedor 20
Classificação
(1126)
Projetos
1428
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
21
Desenvolvedor 21
Classificação
(236)
Projetos
440
26%
Arbitragem
125
21% / 57%
Expirado
96
22%
Trabalhando
22
Desenvolvedor 22
Classificação
(62)
Projetos
84
26%
Arbitragem
22
23% / 50%
Expirado
23
27%
Trabalhando
23
Desenvolvedor 23
Classificação
(1)
Projetos
1
0%
Arbitragem
2
0% / 50%
Expirado
0
Livre
24
Desenvolvedor 24
Classificação
(21)
Projetos
35
54%
Arbitragem
8
63% / 38%
Expirado
1
3%
Livre
25
Desenvolvedor 25
Classificação
(264)
Projetos
538
50%
Arbitragem
55
40% / 36%
Expirado
224
42%
Trabalhando
26
Desenvolvedor 26
Classificação
(87)
Projetos
114
26%
Arbitragem
7
29% / 57%
Expirado
5
4%
Livre
Pedidos semelhantes
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
i Want to convert this Trading View Code to Mt4 Indicator indicator("NEOM Smart Money Concepts ", "NEOM Smart Money Concepts " , overlay = true , max_labels_count = 500 , max_lines_count = 500 , max_boxes_count = 500 , max_bars_back = 500) //-----------------------------------------------------------------------------{ //Constants //-----------------------------------------------------------------------------{ color
Hello Amazing developer am looking for profitable EA for mt4 and made for some past year and i will be looking forward for your bid if you have mt4 EA let negotitate in the contact box best regartds
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
MT5 | RENKO EA 30+ USD
I am looking for a developer who knows how to run EA on renko charts. I can backtest and optimize the EA on the renko charts, but I cannot run the EA on the chart. I have an EA which I like to modify to run on the renko chart. I am using this free EA to generate the renko chart: https://www.mql5.com/en/market/product/59665?source=External Thank you
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is

Informações sobre o projeto

Orçamento
50+ USD
Desenvolvedor
45 USD
Prazo
de 1 para 7 dias