I need a custom EA for mt4

MQL4 Experts

Trabalho concluído

Tempo de execução 18 dias
Comentário do cliente
Thank you for your hard work
Comentário do desenvolvedor
Thank you for cooperation.

Termos de Referência

Hello guys,

 

I need a custom EA based on price action.

 

Buy rule (for long positions)

if (condition 1 AND (condition 2a OR condition 2b or condition 2c) {

           buy()

}

 

Primary condition

condition 1 {

Market breaks below previous day (yesterday) low }

 

Secondary conditions

condition 2a {

At least one bar breaks below low of previous bar but closes above previous bar low on 1 hour chart }

 

condition 2b {

At least one bar breaks below low of previous bar but closes above previous bar low on 30 min chart }

 

condition 2c {

At least one bar breaks below low of previous bar but closes above previous bar low on 15 min chart }

 

Action

buy ()

if condition1 is true and condition 2a or 2b or 2c is true then place a buy stop order at previous day (yesterday) low

 

Stop order

Stop order is placed at today low

 

Profit taking

Exit the same day at the open of the last 30 min bar for the day.

 

Sell rule (for short positions)

if (condition 1 AND (condition 2a OR condition 2b or condition 2c) {

           sell()

}

 

Primary condition

condition 1 {

Market breaks above previous day (yesterday) high }

 

Secondary conditions

condition 2a {

At least one bar breaks above high of previous bar but closes below previous bar high on 1 hour chart }

 

condition 2b {

At least one bar breaks above high of previous bar but closes below previous bar high on 30 min chart }

 

condition 2c {

At least one bar breaks above high of previous bar but closes below previous bar high on 15 min chart }

 

Action

buy ()

if condition1 is true and condition 2a or 2b or 2c is true then place a buy stop order at previous day (yesterday) low

 

Stop order

Stop order is placed at today high

 

Profit taking

Exit the same day at the open of the last 30 min bar for the day. 

 

Risk management

l  Takes preferred max risk ($) per trade from user as an input

l  Calculates pip value

l  Calculates #pips to risk (distance between entry and stop loss)

l  Calculates dollar risk per lot (pip value * #pips to risk)

l  Calculates #lot to trade (max risk / dollar risk per lot)

 

ü  If #lot to trade is < 0.01 then trade is not placed

 

ü  Only 1 trade per day (max # trade = 1)

 

ü  If # of consecutive losses become 6 then stop trading for rest of the month.

 

ü  If total number of losses become 6 then send a sms notification

 

Other rules

Instruments to trade:

l  EUR/USD

l  GBP/USD

l  USD/JPY

l  USD/CHF

l  USD/CAD

l  AUD/USD

l  NZD/USD 

 

 

Thank you 

Respondido

1
Desenvolvedor 1
Classificação
(69)
Projetos
76
59%
Arbitragem
0
Expirado
12
16%
Livre
2
Desenvolvedor 2
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
3
Desenvolvedor 3
Classificação
(106)
Projetos
314
49%
Arbitragem
42
52% / 19%
Expirado
22
7%
Livre
4
Desenvolvedor 4
Classificação
(34)
Projetos
80
34%
Arbitragem
13
31% / 54%
Expirado
19
24%
Livre
5
Desenvolvedor 5
Classificação
(1117)
Projetos
1419
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Trabalhando
6
Desenvolvedor 6
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
7
Desenvolvedor 7
Classificação
(25)
Projetos
36
17%
Arbitragem
14
14% / 57%
Expirado
3
8%
Livre
8
Desenvolvedor 8
Classificação
(261)
Projetos
535
50%
Arbitragem
54
41% / 37%
Expirado
224
42%
Trabalhando
9
Desenvolvedor 9
Classificação
(71)
Projetos
156
44%
Arbitragem
22
41% / 14%
Expirado
16
10%
Livre
10
Desenvolvedor 10
Classificação
(218)
Projetos
403
60%
Arbitragem
13
38% / 23%
Expirado
160
40%
Livre
11
Desenvolvedor 11
Classificação
(68)
Projetos
111
26%
Arbitragem
17
6% / 71%
Expirado
15
14%
Livre
12
Desenvolvedor 12
Classificação
(258)
Projetos
395
28%
Arbitragem
69
19% / 49%
Expirado
120
30%
Livre
13
Desenvolvedor 13
Classificação
(46)
Projetos
73
16%
Arbitragem
13
8% / 92%
Expirado
37
51%
Livre
14
Desenvolvedor 14
Classificação
(49)
Projetos
74
18%
Arbitragem
30
17% / 53%
Expirado
31
42%
Livre
15
Desenvolvedor 15
Classificação
(62)
Projetos
140
46%
Arbitragem
19
42% / 16%
Expirado
32
23%
Livre
Pedidos semelhantes
Hi! I would like an expert MT4 developer to create an EA based only on MACD. I will give more details about the timeframe, lot size, parameters of MACD, and trade conditions in private. Thank You
Fyemess Hotcold 50+ USD
*Strategy:* - Buy when the 50-day moving average crosses above the 200-day moving average - Sell when the 50-day moving average crosses below the 200-day moving average *Code:* ``` //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ int OnInit() { return(INIT_SUCCEEDED); }
hola necesito convertir un ea mt4 a mt5 tengo los codigos fuentes de mq4 por favor aplicar al trabajo agradeceria su tiempo asi que por favor necesito que trabaje de la misma que trabaja en mt4 solo quiero conversion y si hay algun error por favor corregir
i want an EA that enters based on the form of a candle if the lower wick is bigger then the rest of the candle i want buy and if the upperwick is bigger then the rest of the candle i want a sell single, i want it to enter with the sl 1 tick lower or higher then the lower or upperwick depening on buy or sell trade. then the stoploos needs to move when the trade goes to 0,5% sl too break even, when trad eis on 1% sl to
Offer for Developing a Trading Robot for the Complete BBMA Setup in MQL5 Dear potential collaborator, I am looking for a skilled MQL5 developer to create an Expert Advisor (EA) based on the complete BBMA (Bollinger Bands Moving Average) setup. All the necessary information about the BBMA setup can be found at https://drive.google.com/file/d/1xQPB3ANPYVcVj4OBM83vasvNY4dZvpx7/view?usp=drive_link . This EA should be
Hello, I am searching for a reliable mt4 programmer who can have a look at my existing mt4 indicator, I'm curious of having a specialist in coding to check the entire code and highlight any errors or bugs that might be affecting this indicator from not having optimal performance, keep in mind that the algorithm code will be shared with you in comment section, The purpose of this job is just to modify this indicator
I want to build an indicator or EA that calculates the statistics on an instrument, and show the statistical distribution of the calculated sample statistics. The statistics will be based on Open high low close of a candle. I want the right to the EA and the source code I want to be able to change to different timeframes and get the statistics on those time frame. When i apply the indicator to intraday timeframe, i
Expert Adviser (EA) - MQL5 Candlestick Bar spike Symbols: XAUUSD , GBPUSD and other main symbols time Frame: Keep on current time frame (should work on 1min, 5min, 15 min , 1 hr , 4hr and other time frames also) Indicator - Candlestick Bar Buying signal - Candlestick bar open price - (minus) 200 pips (then buying should be placed) Sell signal - Candlestick bar open price + (Plus) 200 pip s (then selling should be
There are clients who want to buy at fantastic prices, EA prices start at $5000-$50,000 dollars. Developers better be careful with this, because initially you pretend to ask for a backtest, via Telegram ask to forward it to Telegram yourself or your family, even though at that time you did it and you added him as your friend, actually at the same time after you forwarded your EA. , he has stolen your EA. It's best to
Expert advice mt4 30 - 35 USD
Hello Could you could assist me with a project that I read about? Please let me know if you can develop the bot after I provide you the URL. I believe that much of the code is provided

Informações sobre o projeto

Orçamento
30 - 60 USD
Desenvolvedor
27 - 54 USD
Prazo
de 1 para 7 dias