An Expert Advisor based on two consecutive candlesticks formation

MQL4 Experts

Trabalho concluído

Tempo de execução 10 dias
Comentário do cliente
Executed EA with excellence. The best i have ever had. I highly recommend him for EA developments.
Comentário do desenvolvedor
Great strategy, Good man.

Termos de Referência

Hello I want an EA that will trade my simple strategy for me. 

Variables:

"T" Timeframe based on mt4 timezone. eg H1

"Candle1" Enter mt4 time candle1 was completely formed or should be formed eg 23/04/2019 10:00:00

"Candle2" Enter mt4 time candle2 was completely formed or should be formed eg 23/04/2019 11:00:00

"MAX" Maximum trades allowable per trading day on selected currency eg 3

"LOT" Lot Size to trade eg 0.01

"SL" Stoploss in pips eg 30

"TP" Takeprofit target in pips eg 60

"CURRENCY" eg GBPUSD

STRATEGY

If Closing price of Candle2 >Opening price of Candle2

Place a buy limit order @ the LOW of Candle1.

If Closing price of Candle2<Opening price of Candle2

Place a sell limit order @ the HIGH of Candle1.

If Closing price of Candle2=Opening price of Candle2:

CREATE Another variable "CandleX" = Candle competely formed or will form after "Candle2" Then

REPEAT:

If Closing price of CandleX >Opening price of CandleX

Place a buy limit order @ the LOW of Candle1.

If Closing price of CandleX<Opening price of CandleX

Place a sell limit order @ the HIGH of Candle1.


NOTE:

1. EA should only trade if all the  conditions listed below are met;

a. Spread <= 4pips

b. "MAX" is specified

c. "SL" is specified

d There is no current trade running. Under no circumstance should the EA add another position to an already existing position except the it closes first either in profit or Loss. 

e. Market is Opened.

2. All limit orders not triggered should be deleted at 23:59:00  MT4 Timezone

3. EA Should allow manual closing of a triggered position by user.

4. Moving the SL is permitted only in the direction of profit of the position - up for long position and down for short position;

5. If you can not set the SL at the level of the line, it should be set at the minimum allowable distance (but only if it complied with the previous rule of moving in the direction of the profit);

6. Should have a configurable trailing stop feature ie (AllowTrailing = true/false parameter).


Miscellaneous:

  • When you run the Expert Advisor, it should attach the used indicators with the specified parameters;
  • The information on the opening/closing of positions and of modifications of the SL should be stored in the Journal;
  • If there are any errors, it must print a message describing the error.



Respondido

1
Desenvolvedor 1
Classificação
(173)
Projetos
201
49%
Arbitragem
18
11% / 44%
Expirado
1
0%
Livre
2
Desenvolvedor 2
Classificação
(362)
Projetos
501
41%
Arbitragem
145
17% / 73%
Expirado
98
20%
Ocupado
3
Desenvolvedor 3
Classificação
(354)
Projetos
630
26%
Arbitragem
89
73% / 13%
Expirado
12
2%
Trabalhando
4
Desenvolvedor 4
Classificação
(320)
Projetos
466
42%
Arbitragem
78
12% / 63%
Expirado
75
16%
Trabalhando
5
Desenvolvedor 5
Classificação
(42)
Projetos
47
83%
Arbitragem
1
0% / 0%
Expirado
2
4%
Livre
6
Desenvolvedor 6
Classificação
(38)
Projetos
67
9%
Arbitragem
18
11% / 56%
Expirado
17
25%
Livre
7
Desenvolvedor 7
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
8
Desenvolvedor 8
Classificação
(241)
Projetos
387
51%
Arbitragem
14
14% / 14%
Expirado
43
11%
Livre
9
Desenvolvedor 9
Classificação
(169)
Projetos
204
30%
Arbitragem
25
40% / 44%
Expirado
12
6%
Livre
10
Desenvolvedor 10
Classificação
(96)
Projetos
142
75%
Arbitragem
0
Expirado
2
1%
Livre
11
Desenvolvedor 11
Classificação
(277)
Projetos
334
55%
Arbitragem
14
36% / 29%
Expirado
1
0%
Livre
12
Desenvolvedor 12
Classificação
(298)
Projetos
427
26%
Arbitragem
18
61% / 33%
Expirado
26
6%
Livre
13
Desenvolvedor 13
Classificação
(3)
Projetos
2
0%
Arbitragem
7
0% / 86%
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Trabalhando
Pedidos semelhantes
Fractals Hedge Master 50 - 90 USD
I need a very simple EA which: 1- Should work on three indicators (Moving Average, Parabolic SAR, MACD and Fractals). The option to turn on/ off for these indicators should be available for the trader as per his strategy. Of course, if the trader wants to turn on one/ two/ three indicators, further options to determine the type/ values (I.e Parameter) should be asked by the EA. 2- The system works on top/
Hedge recovery zone 30 - 50 USD
hedge recovery zone client inputs : ----------------------- execution type : market / pending ** execution type if i choose market its the same but without put pending orders , it takes automatically by market when price come pending order type : stop ----------------------- initial position : manual / automatic ** manual wait until me enter buy or sell position ** automatic we will develop it on version 2 but right
FALCON FOREX EA 30 - 40 USD
It only trades BTCUSD and it uses full margin it automatically trades and it closes trades when trades are in profits it does not stop trading unless the user manually stops it from trading it has the ability to hold trades for several days and it also trades fundamentals
Build an EA based on Heikin-Ashi candles and two indicators attached, Midnight Hunter and Linear regression trend channel. In the settings of the indicators I only need to be able to set the period for the LRTC in the EA, the default being set to 100. The bearish trade is entered if 1. bearish engulfing candle (indicated by red flag, 'beeng' in the code) has crossed the Upper Lrtc line to the downside. LRTC has an
je vous envoie ce messages car j'ai une stratégie de trading mais je n'arrive pas à la créer , Les condtions: LONG si l'indicateur LSMA croise hull suite de couleur verte et que la valeur du marché est supérieure à celle des 2 indicateur il faut acheter SELL si l'indicateur LSMA croise hull suite de couleur rouge et que la valeur du marché est inférieure à celle des 2 indicateur il faut acheter SL dernier swig high
I hope this message finds you well. I am in search of a skilled developer to transform three indicators into a fully functional trading robot. These indicators consist of two MACD indicators, each displaying two colors (red and green), along with an arrow signal. Here are the specific requirements for the project: The robot should execute trades only when the arrow signal appears and both MACD indicators are
I have a perfectly functioning indicator which draws lines and gives values for 3 moving averages. The modification consists in displaying the value of the previous bar of a higher timeframe and the delta in the data window. The actual indicator is Real-Multitimeframe, for example it displays the moving average of M15 on the level of M3 for each individual M3-bar. This is a task for very experienced coders only and
To check your qualifications, bidders must attempt the task below. write an ea in mql4 calling the attached indicator,printing the values of all buffers of the indicator. the compiled file(ex4) must work independent of the indicator. First three would be considered
Development of MT5 EA or Script For Account Load Calculation 1) Calculate Account Load based on Active positions and Set Stop losses 2) Calculate Account Load based on Pending orders 3) The EA Or Script will need a Simple Text and Edit box GUI to be used for communicating with user regarding load calculation parameters and results. 4) There Will Also be a text file used by both EA and User for communicating load
Looking for EA's that can pass prop firms Only message me if you are serious thank you https://t.me/ marketkillerrr Message me on tele^Gram thanks Or you can msg me here it doesn't matter please do not waste my time... Price is negotiable i can pay up to 30,000$

Informações sobre o projeto

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