An Expert Advisor based on two consecutive candlesticks formation

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 10 giorni
Feedback del cliente
Executed EA with excellence. The best i have ever had. I highly recommend him for EA developments.
Feedback del dipendente
Great strategy, Good man.

Specifiche

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.



Con risposta

1
Sviluppatore 1
Valutazioni
(173)
Progetti
201
49%
Arbitraggio
18
11% / 44%
In ritardo
1
0%
Gratuito
2
Sviluppatore 2
Valutazioni
(362)
Progetti
501
41%
Arbitraggio
145
17% / 73%
In ritardo
98
20%
Occupato
3
Sviluppatore 3
Valutazioni
(354)
Progetti
630
26%
Arbitraggio
89
73% / 13%
In ritardo
12
2%
In elaborazione
4
Sviluppatore 4
Valutazioni
(320)
Progetti
466
42%
Arbitraggio
78
12% / 63%
In ritardo
75
16%
In elaborazione
5
Sviluppatore 5
Valutazioni
(42)
Progetti
47
83%
Arbitraggio
1
0% / 0%
In ritardo
2
4%
Gratuito
6
Sviluppatore 6
Valutazioni
(38)
Progetti
67
9%
Arbitraggio
18
11% / 56%
In ritardo
17
25%
Gratuito
7
Sviluppatore 7
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
8
Sviluppatore 8
Valutazioni
(241)
Progetti
387
51%
Arbitraggio
14
14% / 14%
In ritardo
43
11%
Gratuito
9
Sviluppatore 9
Valutazioni
(169)
Progetti
204
30%
Arbitraggio
25
40% / 44%
In ritardo
12
6%
Gratuito
10
Sviluppatore 10
Valutazioni
(96)
Progetti
142
75%
Arbitraggio
0
In ritardo
2
1%
Gratuito
11
Sviluppatore 11
Valutazioni
(277)
Progetti
334
55%
Arbitraggio
14
36% / 29%
In ritardo
1
0%
Gratuito
12
Sviluppatore 12
Valutazioni
(298)
Progetti
427
26%
Arbitraggio
18
61% / 33%
In ritardo
26
6%
Gratuito
13
Sviluppatore 13
Valutazioni
(3)
Progetti
2
0%
Arbitraggio
7
0% / 86%
In ritardo
0
Gratuito
14
Sviluppatore 14
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
In elaborazione
Ordini simili
Hello .I have existing Tradingview strategy that I will like to automate to Mt4 EA based on my specification . I need an expert in the field that have experience in both tradingview and MT4
I Want someone who can Create a Mobile EA Automatic Trading Bot system with My kind of trading style (BTMM) Beat The makert maker,which includes a bit of mixed strategies such as Smart money concept(SMC) and Market Maker Cycle(MMC),The Bot must be Able to Take short and long term trades only after Rejections/confirmations not when it's going against(to minimize/avoid blowing small Accounts),it must place Stoploss and
Hey I trust my request finds you well ❤️I need a well experienced MQL4 programmer who can pay attention to details and come up with ideas perfectly suited the needed based on my needs for trading mt4, reach out to collaborate now
Coder needed 30 - 45 USD
Hello, I am a trader and I trade on MT4/5 platform , but now I want to upgrade my trading so I need an expert who can code an Expert advisor EA for me with my strategy on MT4/MT5, so if you are an expert in coding I am expecting your response
Hi, Coding Skills Required: Experience in coding trading robots for MT5. Ability to implement increasing coefficients for the distance between orders and lot size 1. Project Objective: Develop an automated trading robot for MetaTrader 5 (MT5) as per the specified trading strategy. 2. Trading Strategy: The robot must execute a strategy that includes the following elements: Opening initial orders. Placing pending
my style of trade is to manually scale position size up & down from 1 to 100+ micros as the market moves, so the indicator I need has nothing to do with scaling in & out of the position, but I need an indicator that dynamically trails the position P&L, And has a trailing daily max loss that will reject new order entry if triggered. Example is setting a $350 Position auto stop-loss so as I scale in & out of contracts
FIFO Closing EA I need an EA that will follow FIFO rules for closing of open trades. The EA should close a trade per order/ticket number – NOT a magic number – at: 1) A specified price, and/or 2) A specified time of “Today”, whichever comes first. For more info see attachment
Hi, i have a simple strategy which has 4 different types of entries based on parabolic sar and moving average that I would like to be coded into an EA. I would also like some inputs for it like news filter, time start and time end, risk % and so on. Will discuss further upon application
I want a developer who can develop an EA that enter a trade that is opposite of what 15m Candles does(example: if the 15m Candlestick is buying you put selling order and when is selling it place buying orders) 10 Seconds before 3 Bulls Major News and Nasdaq Open and once it has triggered it enter 1 trade whenever each position has moved 10 points and it does so continually until it has entered 10 position and
I accidentally deleted the order, so I apologize to the developer with whom I started the order. If you can, contact me to continue the order.And I would like to thank the others for responding to the offer. I wish you all success in your work

Informazioni sul progetto

Budget
30 - 50 USD
Per lo sviluppatore
27 - 45 USD
Scadenze
a 10 giorno(i)