An Expert Advisor based on two consecutive candlesticks formation

MQL4 专家

工作已完成

执行时间10 天
客户反馈
Executed EA with excellence. The best i have ever had. I highly recommend him for EA developments.
员工反馈
Great strategy, Good man.

指定

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.



反馈

1
开发者 1
等级
(173)
项目
201
49%
仲裁
18
11% / 44%
逾期
1
0%
空闲
2
开发者 2
等级
(362)
项目
501
41%
仲裁
145
17% / 73%
逾期
98
20%
繁忙
3
开发者 3
等级
(354)
项目
630
26%
仲裁
89
73% / 13%
逾期
12
2%
工作中
4
开发者 4
等级
(320)
项目
466
42%
仲裁
78
12% / 63%
逾期
75
16%
工作中
5
开发者 5
等级
(42)
项目
47
83%
仲裁
1
0% / 0%
逾期
2
4%
空闲
6
开发者 6
等级
(38)
项目
67
9%
仲裁
18
11% / 56%
逾期
17
25%
空闲
7
开发者 7
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
8
开发者 8
等级
(241)
项目
387
51%
仲裁
14
14% / 14%
逾期
43
11%
空闲
9
开发者 9
等级
(169)
项目
204
30%
仲裁
25
40% / 44%
逾期
12
6%
空闲
10
开发者 10
等级
(96)
项目
142
75%
仲裁
0
逾期
2
1%
空闲
11
开发者 11
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
12
开发者 12
等级
(298)
项目
427
26%
仲裁
18
61% / 33%
逾期
26
6%
空闲
13
开发者 13
等级
(3)
项目
2
0%
仲裁
7
0% / 86%
逾期
0
空闲
14
开发者 14
等级
(66)
项目
143
34%
仲裁
10
10% / 60%
逾期
26
18%
工作中
相似订单
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$
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
An expert is required based on a specific index of the market The expert does the following Opens 0.01 micro lot per $1000 A buy trade is opened if the indicator signal is buy and can be entered against the signal A sell trade is opened if the indicator signal is sell and can be entered against the signal A goal defined by the number of points Stop loss is limited to the number of pips Profit tracking Stop loss
News field 30+ USD
I am in need of a custom EA news filter for my trading platform, and I believe your expertise in this field can greatly assist me. Below are the specifications for the filter: 1. It should be implemented as a boolean function, returning either true or false. 2. The filter must automatically detect currency pairs. 3. Three hours before and after any significant news events pertaining to each currency in the pair, the
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

项目信息

预算
30 - 50 USD
开发人员
27 - 45 USD
截止日期
 10 天