EA based on Moving Average and Envelopes that can also serve as an indicator

Termos de Referência

 Hello I need an MT5 robot with the following characteristics -

Open a buy signal when the RED Moving Average cross the BLUE Moving Average together with BLACK Envelopes facing upward,

Open a sell signal when the RED Moving Average cross the BLUE Moving Average together facing downward. 

Take profit 100 pips Stop lose 50 pips  it can also be adjust anytime 

showing the signals on the side with different time frame show BUY and SELL percentage 

NB: the robot must be tested for synthetic index


SELL BUY RED MOVING AVERAGE SETTINGS BLUE MOVING AVERAGE SETTINGS

NB: the robot must be tested for synthetic index


Respondido

1
Desenvolvedor 1
Classificação
(1090)
Projetos
1768
61%
Arbitragem
14
64% / 7%
Expirado
83
5%
Livre
2
Desenvolvedor 2
Classificação
(167)
Projetos
192
11%
Arbitragem
37
38% / 35%
Expirado
5
3%
Trabalhando
3
Desenvolvedor 3
Classificação
(192)
Projetos
232
30%
Arbitragem
1
100% / 0%
Expirado
9
4%
Livre
4
Desenvolvedor 4
Classificação
(2067)
Projetos
2625
62%
Arbitragem
113
45% / 26%
Expirado
418
16%
Carregado
5
Desenvolvedor 5
Classificação
(344)
Projetos
540
32%
Arbitragem
24
67% / 8%
Expirado
15
3%
Livre
6
Desenvolvedor 6
Classificação
(5)
Projetos
3
0%
Arbitragem
4
0% / 100%
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(568)
Projetos
641
41%
Arbitragem
21
57% / 29%
Expirado
47
7%
Trabalhando
8
Desenvolvedor 8
Classificação
(38)
Projetos
50
10%
Arbitragem
1
0% / 0%
Expirado
8
16%
Livre
9
Desenvolvedor 9
Classificação
(119)
Projetos
169
38%
Arbitragem
9
78% / 22%
Expirado
15
9%
Livre
10
Desenvolvedor 10
Classificação
(26)
Projetos
34
26%
Arbitragem
7
14% / 43%
Expirado
7
21%
Livre
11
Desenvolvedor 11
Classificação
(253)
Projetos
406
38%
Arbitragem
84
43% / 19%
Expirado
70
17%
Trabalhando
12
Desenvolvedor 12
Classificação
(137)
Projetos
167
35%
Arbitragem
11
91% / 0%
Expirado
0
Livre
13
Desenvolvedor 13
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
(2411)
Projetos
3028
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
15
Desenvolvedor 15
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
16
Desenvolvedor 16
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Livre
17
Desenvolvedor 17
Classificação
(87)
Projetos
114
26%
Arbitragem
7
29% / 57%
Expirado
5
4%
Livre
Pedidos semelhantes
Hello Developers, I am currently seeking a highly skilled and experienced developer to assist with an important project. I requested the conversion of an existing TradingView code to MetaTrader 4 (MT4). The main objective is to convert a TradingView script to an exact MT4 equivalent. If you have the expertise and are interested in this project, please provide a quote and your estimated timeline for the conversion
MT5 hft bot 100 - 250 USD
HELLO I AM IN NEED OF HFT TRADING BOT FOR MT5 AND BEFORE WE PROCEEDS YOU MUST SHOW ME HOW YOUR BOT WORK OR SEND ME DEMO VERSION FIRST TO CHECK OUT YOUR BOT WORKING SYSTEM
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);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
Designing a powerful mobile phone forex robot capable of executing 20 entries across 5-minute, 15-minute, and 1-hour timeframes, while identifying trades within 10 minutes and accepting trades starting from $20, requires a streamlined and intuitive interface. The robot would leverage cloud-based computing for real-time data processing, integrating key technical indicators such as moving averages, stochastic
Designing a powerful forex robot capable of handling 20 entries across 5-minute, 15-minute, and 1-hour timeframes, with the ability to identify trades within 10 minutes and accept trades starting from $20, requires a strategic approach. The robot would integrate advanced technical indicators tailored to each timeframe, such as moving averages, RSI, and MACD, to analyze price movements and identify optimal entry
I am looking for a day trading bot with over 95% success ratio for gold and forex. It should use all the relevant strategies like moving averages (10, 20, 50), volume, RSI and trend into consideration and then generate buy and sell trade automatically with trailing SL and generate max profit
***** THIS IS FOR MT5 ***** The indicator now makes 5 lines and I use it on US30 It is for NY session and has inputs for times - open and close It creates lines at NY open NY open line 100 point 200 points I want to add 300 pt lines and 400 point lines I want On/off box added for dotted or dashed 50 - 150 - 250 and 350 lines I want alerts when the candles reach the 100 - 200 ect...lines but would love "Push

Informações sobre o projeto

Orçamento
30 - 50 USD
Desenvolvedor
27 - 45 USD
Prazo
de 10 para 20 dias