Modify existing Range Breakout EA

MQL5 Experts

Termos de Referência

I have a quite simple EA which trades Breakouts with a SL, TP and TSL. I would have 2 requirements for a modification:


1.: The EA has a hard coded period where is looks back to define highs and lows for the range. I want this period (in this case 50) soft coded, means I want to define the period into change in the settings of the EA (like TP, SL,...). 

Current code for finding high:

double findHigh(){

   double highestHigh = 0;

   for(int i = 0; i < 50; i++){

      double high = iHigh(_Symbol,Timeframe,i);

      if(i > BarsN && iHighest(_Symbol,Timeframe,MODE_HIGH,BarsN*2+1,i-BarsN) == i){

         if(high > highestHigh){

            return high;}


2. I would like to have an additional function that losing trades are covered by an new order once a new regular signal is issued by the indicator / EA again.

- If an EA issues a trade and it is negative, once the EA issues a new regular signal, the new position should be doubled, regardless if it goes into a different direction (buy/sell).

- Once the TP is met, both positions should be closed.

- If the first position recovers and hits its original TP, the second position is now the "first" position and the game continues.

- The EA needs to be adjusted in that way that it can open a 2nd trade like described above. 


More than happy to work with you. Just let me know if you have additional questions.


 

Respondido

1
Desenvolvedor 1
Classificação
(74)
Projetos
121
43%
Arbitragem
12
33% / 50%
Expirado
17
14%
Livre
2
Desenvolvedor 2
Classificação
(87)
Projetos
109
25%
Arbitragem
9
44% / 22%
Expirado
8
7%
Trabalhando
3
Desenvolvedor 3
Classificação
(97)
Projetos
135
52%
Arbitragem
4
50% / 50%
Expirado
0
Trabalhando
4
Desenvolvedor 4
Classificação
(1130)
Projetos
1432
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
5
Desenvolvedor 5
Classificação
(298)
Projetos
427
26%
Arbitragem
18
61% / 33%
Expirado
26
6%
Livre
6
Desenvolvedor 6
Classificação
(153)
Projetos
227
58%
Arbitragem
3
100% / 0%
Expirado
47
21%
Trabalhando
7
Desenvolvedor 7
Classificação
(298)
Projetos
442
64%
Arbitragem
5
40% / 0%
Expirado
4
1%
Trabalhando
8
Desenvolvedor 8
Classificação
(71)
Projetos
80
10%
Arbitragem
35
9% / 54%
Expirado
6
8%
Trabalhando
9
Desenvolvedor 9
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
10
Desenvolvedor 10
Classificação
(45)
Projetos
51
51%
Arbitragem
1
0% / 100%
Expirado
1
2%
Carregado
11
Desenvolvedor 11
Classificação
(2428)
Projetos
3057
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
12
Desenvolvedor 12
Classificação
(568)
Projetos
641
41%
Arbitragem
21
57% / 29%
Expirado
47
7%
Trabalhando
13
Desenvolvedor 13
Classificação
(1)
Projetos
1
0%
Arbitragem
0
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Livre
Pedidos semelhantes
a coder is required to add an indicator to existing ea The new indicator will work as 1. option to combine with exiting indicator to open trade 2. it will be used as alternative BE point 3. It can also be used to close order or combine with other to close trade The second Job is telegram bot to get alert fr news trade and others Details when you apply i will test the ea work on live market and all bug is fixed before
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Trade methodology based on Red and Green lines entering Overbought / Oversold zone. Using confluence of Higher time frame, Moving Average a trade can enter when there is a strong slope angle. Market Base Line is used to determine overall market sentiment. This is designed to be an established trend scalping strategy on lower time frames. To be used initially on demo then real account when settings have been fine
There are six conditions in total . source code from an existing expert will be provided to aid the completion of this job . - Install the following by the Panel (copy paste form my existing Expert ) 1. Pips Lost : number of pips lost ( monthly reset ) 2. Pips Gained : number of pips gained ( monthly reset ) 3. Have a black background to avoid the
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: function (A) Add Transform combine the 4 Expert Advisors into just 1 Expert Advisor, maintaining the individuality of each one Leave in extern (false) or (true)
Description: I am seeking an experienced MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 based on a specific trend-following strategy. The strategy includes precise risk management, advanced trade management features, and additional risk management tools. The EA should be adaptable to any timeframe on which it is attached. Below are the detailed requirements and parameters for the EA: Strategy
I need an EA trading frequently (HFT or something like), and it sould have some features below: 1、Have a clear trading logic 2、Have a good backtest result 3、Have a demonstrated benefitable result in a live account trading 4、Can avoid the news time period or not sensitive to news
Tenho um EA mql4 que está com funcionalidades funcionando e outras com funcionalidades sem funcionar. Tenho um vídeo do EA funcionando como deve funcionar perfeitamente. O meu não consegue seguir o mesmo programa pois quando coloca os pontos de parada e retirada são bem diferentes. Não tenho pressa para tempo, só queria que conseguisse renovar o EA. O arquivo do grafico anexo é como ele se encontra agora. O certo é
New york session based strategy 9:30 open Price takes out buy side or sell side liquidity Usually using 15min high and lows 5m entry Price takes out that high/low and price must close strongly back into the zone Is price is above price we have a sell bias vis versa for buys Sl is at the high or low with option for “offset” for cushion Tp is usually the opposite High or low. Would like the option for set pips-points &

Informações sobre o projeto

Orçamento
50+ USD
IVA (19%): 9.5 USD
Total: 59.5 USD
Desenvolvedor
45 USD
Prazo
para 5 dias