Are you a good programmer? Can you build this EA from my indicator? Then apply for this project

MQL4 Experts

Trabalho concluído

Tempo de execução 5 dias
Comentário do cliente
This guy is an A grade, he gives a very clean code, he has very good manners, super customer service, very very fast, always available for you, he did my work exactly as i asked him. 1000 stars
Comentário do desenvolvedor
Everything perfect, thanks!

Termos de Referência

 

I have a ready made indicator with buy and sell conditions working perfectly, i have attached sample of the picture of it behaviour. The conditions of the EA are stated below:

 

 

CONVERTING INDICATOR TO EA LOGIC

***VERY, VERY IMPORTANT:

When the EA is complied or active on the chart, the Expert Advisor should not trade the first arrow that appears on the chart. Whether it is Green or Red arrow, for everyday , the first arrow that appears on the chart should not be traded. Do not trade first arrow that appears on the chart on every trading day.  This is because the arrow does not appear at the intersection of a red and green Bollinger bands. This first arrow will lead to a very big or significant loss. So, do not trade the first arrow at all on each day . See indicator attached to mail.

***Make notification alert whenever a profit is made” 

EA makes a  “Sound” and use electronic speech to say“ Profit made” in English Language.

*** No Trade Report:

The EA should write a report on the left hand side of the chart, why a trade cannot open when the right conditions are met. E.g High spread, Low margin, Low deposit, Moving average filter, time filter, lot size,  etc.

***Trade Filter:

a.       Time Filter: 06:00  - 21:00

 

b.      Spread Filter:    Do not open buy or sell if spread is > 4 for a four-digit broker as (Input)

Do not open buy or sell if spread is > 40 for a five-digit broker as (input)

 

c.       Moving Average Filter (True/False)

i.                     If MA is True at (Period = 23 or Period = 55 or Period = 97 or Period = 217 or any period at all), open Sell trade only (Red arrow) BELOW (MA) when MA is falling or facing down.

ii.                   ***If MA is True do not open Buy trade below  (MA) when is falling or facing down, even if the indicator arrow shows green.

iii.                  If MA is True at (Period = 23 or Period = 55 or Period = 97 or Period = 217 or any period at all),, open Buy trade only (Green Arrow) ABOVE (MA) when MA is rising or facing up.

iv.                 ***If MA is True do not open Sell Trade above (MA) when is rising or facing up, even if the indicator arrow shows red.

v.                   IF (MA) IS FALSE, TRADE AT ALL BUY (GREEN ARROWS) AND ALL SELL (RED ARROWS) AS SHOWN IN THE INDICATOR.

vi.                 MA Conditions, Shift = 0, MA method = Simple, Apply to = Medin Price (HL/2), Colour = Blue.

Moving Average summary.

1. If MA is True and price is below MA

·         Show red arrow and open sell trades only.

·         Show green arrow and DO NOT open buy trades

 

 

2. If MA is True and price is above MA

·         Show red arrow and DO NOT open sell trades only

·         Show green arrow and open buy trades

 

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Buy Entry

1.       Open Buy as shown by the green arrow in the indicator.

Buy Conditions

1.       Open Buy at green arrow shown in the indicator.

2.       At Buy entry, open Buy positions simultaneously at once;

a.       Buy 1 (B1) with input (True/False)

b.      Buy 2 (B2) with input (True/False)

c.       Buy 3 (B3) with input (True/False)

d.      Buy 4 (B4) with input (True/False)

e.      Buy 5 (B5) with input (True/False)

f.        Buy 6 (B6) with input (True/False)

g.       Buy 7 (B7) with input (True/False)

h.      Buy 8 (B8) with input (True/False)

i.         Buy 9 (B9) with input (True/False)

j.        Buy 10 (B10) with input (True/False)

 

3.       Buy Lot size

Each Buy trade will have its own different lot size

a.       Buy 1 (B1) has its own input lot size (0.01)

b.      Buy 2 (B2) has its own input lot size (0.01)

c.       Buy 3 (B3) has its own input lot size (0.01)

d.      Buy 4 (B4) has its own input lot size (0.01)

e.      Buy 5 (B5) has its own input lot size (0.01)

f.        Buy 6 (B6) has its own input lot size (0.01)

g.       Buy 7 (B7) has its own input lot size (0.01)

h.      Buy 8 (B8) has its own input lot size (0.01)

i.         Buy 9 (B9) has its own input lot size (0.01)

j.        Buy 10 (B10) has its own input lot size (0.02)

Note: B1,B2,B3,B4,B5,B6,B7,B8,B9,B10 has the same lot sizes as S1,S2,S3,S4,S5,S6,S7,S8,S9,S10 respectively.

4.       Buy Exit

Buy exit at take profit

a.       Exit B1 at take profit 20 (input)

b.      Exit B2 at take profit 30 (Input)

c.       Exit B3 at take profit 40 (input)

d.      Exit B4 at take profit 50 (input)

e.      Exit B5 at take profit 60 (input)

f.        Exit B6 at take profit 70 (input)

g.       Exit B7 at take profit 80 (input)

h.      Exit B8 at take profit 90 (input)

i.         Exit B9 at take profit 100 (input)

j.        Exit B10 at the next SELL or Red Arrow. That is, when the sell indicator or red arrow shows, even when there are current or floating Buy positions, immediately close the B10 and other existing trades, when the sell arrow shows, or is opened.  

 

Trailing Profit (True/False)

Each opened position from B1 to B9 has their unique/individual trailing profit.

a.       B1 TrailingStart at (B1 take profit), TrailingDistance 20 pips

b.      B2 TrailingStart at (B2 take profit), TrailingDistance 40 pips

c.       B3 TrailingStart at (B3 take profit), TrailingDistance 60 pips

d.      B4 TrailingStart at (B4 take profit), TrailingDistance 80 pips

e.      B1 TrailingStart at (B5 take profit), TrailingDistance 100 pips

f.        B1 TrailingStart at (B6 take profit), TrailingDistance 150 pips

g.       B1 TrailingStart at (B7 take profit), TrailingDistance 200 pips

h.      B1 TrailingStart at (B8 take profit), TrailingDistance 250 pips

i.         B1 TrailingStart at (B9 take profit), TrailingDistance 300 pips

 

 Buys Stop loss at next Sell

Automatically close B1,B2,B3,B4,B5,B6,B7,B8,B9,B10 at the same time if the loss falls to the point that, the next sell  arrow  or red arrow shows or sell trade opens . All existing buy trades will close at next sell or red arrow.

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Sell Entry

1.       Open Sell as shown by the red arrow in the indicator.

Sell Conditions

1.       Open Sell at red arrow shown in the indicator.

2.       At Sell entry, open Sell positions simultaneously at once:

a.       Sell 1 (S1) with input (True/False)

b.      Sell 2 (S2) with input (True/False)

c.       Sell 3 (S3) with input (True/False)

d.      Sell 4 (S4) with input (True/False)

e.      Sell 5 (S5) with input (True/False)

f.        Sell 6 (S6) with input (True/False)

g.       Sell 7 (S7) with input (True/False)

h.      Sell 8 (S8) with input (True/False)

i.         Sell 9 (S9) with input (True/False)

j.        Sell 10 (S10) with input (True/False)

 

3.       Sell Lot size

Each Sell trade will have its own different lot size

a.       Sell 1 (S1) has its own input lot size (0.01)

b.      Sell 2 (S2) has its own input lot size (0.01)

c.       Sell 3 (S3) has its own input lot size (0.01)

d.      Sell 4 (S4) has its own input lot size (0.01)

e.      Sell 5 (S5) has its own input lot size (0.01)

f.        Sell 6 (S6) has its own input lot size (0.01)

g.       Sell 7 (S7) has its own input lot size (0.01)

h.      Sell 8 (S8) has its own input lot size (0.01)

i.         Sell 9 (S9) has its own input lot size (0.01)

j.        Sell 10 (S10) has its own input lot size (0.02)

 

Note: B1,B2,B3,B4,B5,B6,B7,B8,B9,B10 has the same lot sizes as S1,S2,S3,S4,S5,S6,S7,S8,S9,S10 respectively.

 

 

4.       Sell Exit

                     i.            Sell exit at take profit

Sell exit at take profit

a.       Exit S1 at take profit 20 (input)

b.      Exit S2 at take profit 30 (Input)

c.       Exit S3 at take profit 40 (input)

d.      Exit S4 at take profit 50 (input)

e.      Exit S5 at take profit 60 (input)

f.        Exit S6 at take profit 70 (input)

g.       Exit S7 at take profit 80 (input)

h.      Exit S8 at take profit 90 (input)

i.         Exit S9 at take profit 100 (input)

j.        Exit S10 at next BUY or Green Arrow.  That is, when the Buy indicator or green arrow shows, even when there are current or floating Sell positions, immediately close the S10 and other existing sell trades, when the Buy arrow shows, or is opened.  

Trailing Profit (True/False)

Each opened position from S1 to S9 has their unique/individual trailing profit.

a.       S1 TrailingStart at (S1 take profit), TrailingDistance 20 pips

b.      S2 TrailingStart at (S2 take profit), TrailingDistance 40 pips

c.       S3 TrailingStart at (S3 take profit), TrailingDistance 60 pips

d.      S4 TrailingStart at (S4 take profit), TrailingDistance 80 pips

e.      S1 TrailingStart at (S5 take profit), TrailingDistance 100 pips

f.        S1 TrailingStart at (S6 take profit), TrailingDistance 150 pips

g.       S1 TrailingStart at (S7 take profit), TrailingDistance 200 pips

h.      S1 TrailingStart at (S8 take profit), TrailingDistance 250 pips

i.         S1 TrailingStart at (S9 take profit), TrailingDistance 300 pips

 

 Sell Stop loss at next Buy

Automatically close S1,S2,S3,S4,S5,S6,S7,S8,S9,S10 at the same time if the loss falls to the point that, the next Buy  arrow  or green arrow shows or Buy trade opens . All existing Sell trades will close at next buy or green arrow.

 

***Please make indicator visible when running EA in back test and forward test.

 

Thank you in anticipation.

Respondido

1
Desenvolvedor 1
Classificação
(803)
Projetos
1374
72%
Arbitragem
113
28% / 48%
Expirado
342
25%
Trabalhando
2
Desenvolvedor 2
Classificação
(356)
Projetos
590
70%
Arbitragem
14
43% / 7%
Expirado
28
5%
Livre
3
Desenvolvedor 3
Classificação
(182)
Projetos
342
42%
Arbitragem
118
12% / 73%
Expirado
104
30%
Livre
4
Desenvolvedor 4
Classificação
(195)
Projetos
395
28%
Arbitragem
155
20% / 52%
Expirado
112
28%
Livre
5
Desenvolvedor 5
Classificação
(89)
Projetos
137
24%
Arbitragem
35
9% / 40%
Expirado
52
38%
Livre
6
Desenvolvedor 6
Classificação
(187)
Projetos
367
56%
Arbitragem
45
22% / 56%
Expirado
188
51%
Livre
7
Desenvolvedor 7
Classificação
(219)
Projetos
370
42%
Arbitragem
145
17% / 41%
Expirado
124
34%
Livre
8
Desenvolvedor 8
Classificação
(49)
Projetos
134
27%
Arbitragem
62
13% / 53%
Expirado
58
43%
Livre
9
Desenvolvedor 9
Classificação
(7)
Projetos
15
47%
Arbitragem
6
33% / 17%
Expirado
4
27%
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
100- USD
Prazo
para 2 dias