EA for use on MT5, simple strategy based on the High and Low of candles

Termos de Referência

Hi, I need to make an EA for use on MT5, on a simple strategy based on the High and Low of candles. Below is the strategy where I should be able to change the variables (number of candles, candle frequency, hours, multiplier, etc):


Entry Long

--------------------

Open Position = 0

AND

CMP > Highest High of last 5 candles

--------------------


Exit Long

--------------------

Time > Entry Time + 5 hours

AND

CMP < Lowest Low of last 5 candles

--------------------

OR

--------------------

Time < Entry Time + 5 hours

AND

CMP < Lowest Low of last 5 candles

AND

CMP < Entry Price * 0.99

--------------------
OR
--------------------

Time < Entry Time + 5 hours

AND

CMP < Lowest Low of last 5 candles

AND

CMP > Entry Price

--------------------

 

Entry Short

--------------------

Open Position = 0

AND

CMP < Lowest Low of last 5 candles

--------------------


Exit Short

--------------------

Time > Entry Time + 5 hours

AND

CMP > Highest High of last 5 candles

--------------------

OR

--------------------

Time < Entry Time + 5 hours

AND

CMP > Highest High of last 5 candles

AND

CMP > Entry Price * 1.01

--------------------
OR
--------------------

Time < Entry Time + 5 hours

AND

CMP > Highest High of last 5 candles

AND

CMP < Entry Price

--------------------


At any point, only one of the two (Long or Short) entries should be active. 


Respondido

1
Desenvolvedor 1
Classificação
(146)
Projetos
175
23%
Arbitragem
7
29% / 43%
Expirado
4
2%
Ocupado
2
Desenvolvedor 2
Classificação
(9)
Projetos
12
25%
Arbitragem
0
Expirado
1
8%
Livre
3
Desenvolvedor 3
Classificação
(5)
Projetos
6
50%
Arbitragem
0
Expirado
0
Livre
4
Desenvolvedor 4
Classificação
(303)
Projetos
386
20%
Arbitragem
43
60% / 23%
Expirado
46
12%
Carregado
5
Desenvolvedor 5
Classificação
(201)
Projetos
325
17%
Arbitragem
23
35% / 30%
Expirado
18
6%
Ocupado
6
Desenvolvedor 6
Classificação
(21)
Projetos
26
15%
Arbitragem
0
Expirado
1
4%
Carregado
7
Desenvolvedor 7
Classificação
(2434)
Projetos
3066
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
8
Desenvolvedor 8
Classificação
(2089)
Projetos
2650
61%
Arbitragem
114
45% / 25%
Expirado
419
16%
Carregado
9
Desenvolvedor 9
Classificação
(103)
Projetos
130
44%
Arbitragem
7
43% / 43%
Expirado
7
5%
Livre
10
Desenvolvedor 10
Classificação
(19)
Projetos
23
48%
Arbitragem
4
0% / 100%
Expirado
2
9%
Trabalhando
11
Desenvolvedor 11
Classificação
(39)
Projetos
44
30%
Arbitragem
4
25% / 25%
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
(6)
Projetos
6
33%
Arbitragem
3
0% / 100%
Expirado
0
Trabalhando
13
Desenvolvedor 13
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
(9)
Projetos
12
25%
Arbitragem
1
0% / 0%
Expirado
0
Livre
15
Desenvolvedor 15
Classificação
(84)
Projetos
93
34%
Arbitragem
3
0% / 0%
Expirado
1
1%
Trabalhando
16
Desenvolvedor 16
Classificação
(24)
Projetos
32
16%
Arbitragem
7
29% / 43%
Expirado
4
13%
Trabalhando
17
Desenvolvedor 17
Classificação
(1097)
Projetos
1778
61%
Arbitragem
14
64% / 7%
Expirado
84
5%
Livre
18
Desenvolvedor 18
Classificação
(140)
Projetos
205
80%
Arbitragem
18
33% / 44%
Expirado
10
5%
Trabalhando
19
Desenvolvedor 19
Classificação
(258)
Projetos
419
38%
Arbitragem
86
44% / 19%
Expirado
70
17%
Ocupado
20
Desenvolvedor 20
Classificação
(243)
Projetos
431
34%
Arbitragem
55
36% / 38%
Expirado
157
36%
Ocupado
21
Desenvolvedor 21
Classificação
(61)
Projetos
188
73%
Arbitragem
4
100% / 0%
Expirado
1
1%
Livre
22
Desenvolvedor 22
Classificação
(9)
Projetos
8
38%
Arbitragem
3
0% / 67%
Expirado
2
25%
Trabalhando
23
Desenvolvedor 23
Classificação
(266)
Projetos
540
50%
Arbitragem
55
40% / 36%
Expirado
224
41%
Trabalhando
24
Desenvolvedor 24
Classificação
(36)
Projetos
44
32%
Arbitragem
6
17% / 33%
Expirado
8
18%
Trabalhando
Pedidos semelhantes
Job Title: Expert Advisor (EA) Developer for Forex Trading Job Description: I am seeking an experienced Expert Advisor (EA) developer to create a customized trading bot for the MetaTrader 4/5 platform. The bot will be designed to execute a sophisticated trading strategy that incorporates daily range calculations, cost averaging, and hedging with precise pip management. The successful candidate should have strong
Hello, I have built and EA with FX Dreema ( https://fxdreema.com/ ) that uses the maximum and minimum vales of the previous candle to entry on a trade. After that, I put a Stop Loss and Trailing Stop on that order, and goes as the market follows up and down. First, I recognize what I'm asking in this project may not be possible. I know about the differences in results comparing Strategy Tester with Real and Live
I need an expert advisor based on MACD and MA signals. It must have check and handling of trade operations errors. The main criteria for opening and closing positions: ◇Both Main and Signal direction must be shown by Arrows which is going to be for buy and sell positions
Trendline expert 40 - 200 USD
My project is to put my strategy on the VCrush indicator. I already have the indicator, I just need to add the entry methods, take and stop rules. There are 5 lines in total, when these lines are aligned, the robot makes the entry. Below are two images of what the buy and sell entries would look like with the lines aligned
I need an expert to help me with adding more features to my existing mt4 EA I think the addition I want added to this EA is fairly simple--but I don't really understand how programming works, Contact me for a long term work, This is not the only project, I will explain the features in the inbox, Let me know if you can do it
Hi, I am looking to purchase a pre-built trading strategy specifically tailored for trading AUXUSD. Before committing to the purchase, I require the following detailed information: 1. **Type of Trading**: - Clearly define the trading style this strategy is designed for (e.g., scalping, swing trading, day trading, position trading, etc.). - Provide an explanation of why this trading style is suitable for AUXUSD
Fx Kidds 80 - 120 USD
Can l have a EA that can run 24/5 on gold and GBPUSD and stocks. Trilling stop loss. No expireing date. Must make 5% minimum in returns. It can take losses but it must not blow the account minimum deposit must be 35usd
99% quality backtests required for Atreyu EA (MT4). For two set files which are in the comments section of the Atreyu page ( Buy the 'Atreyu' Trading Robot (Expert Advisor) for MetaTrader 4 in MetaTrader Market (mql5.com) ), in addition optimization and resp. backtest results required. H4 timeframe, as far back as you can. Pairs: eurusd, eurcad, usdcad, audnzd
required a bot based on ict ,smc technique order blocks fvg liqidity voids liquidity sweep break of structure eqal low and equal high momentup setup trend recogonsation kkldnvksldnvksdnvlkdsnvlkdsnvlksndlkvnsdklvnlskdvnlksdnvsdvmsldkmv lksdnvlksnl knsdkl nsdlkv sdlkv mslkn vlskdm lksm ,v njdfnv lkjdfnvlkmfsn lfn kdfm vfmmvlkmvlksdmv
Hello great developer i need a developer that can work on a Tradorvate trade copier i want to create tradorvate trade copier I will be available for to answer any questions Thanks Peace be unto you

Informações sobre o projeto

Orçamento
30 - 75 USD
Desenvolvedor
27 - 67.5 USD