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)
项目
504
40%
仲裁
147
18% / 72%
逾期
98
19%
繁忙
3
开发者 3
等级
(356)
项目
632
26%
仲裁
89
73% / 13%
逾期
12
2%
空闲
4
开发者 4
等级
(323)
项目
471
42%
仲裁
77
12% / 64%
逾期
76
16%
空闲
5
开发者 5
等级
(42)
项目
47
83%
仲裁
1
0% / 0%
逾期
2
4%
空闲
6
开发者 6
等级
(38)
项目
68
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)
项目
143
76%
仲裁
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 'm looking for a bot to take trades . I have questions 1 . What is the win rate? It could be ! 2 . Any guarantee if the bot does not take a win trade
I am looking to have a tool developed that can connect and copy trade from Quantower on machine A to Quantower on machine B. I am aware that Quantower has a built in trade copier but I need to get the trades over to a different instance of QT on a separate machine. Is this possible and something you could help with? All orders for entry and exit would be market orders so do not need any targets or stop losses copied
I’m looking for a developer that has understanding of scalping and HFT strategies that can make an algo that works for all brokers and prop firm LIVE accounts (like STP, ECN, DMA, Money Makers, NDD, Fast Server etc.,). I want someone that has understanding and insight in different scalping and HFT strategies, preferably something like momentum based strategies. The EA has to work on all Brokers and Prop firms like
I'm looking for professional developer for my project.I'm having indicators source code , i want to convert it into MT4 EA .it is having some basic inputs such as lot size,TP,SL,B.E,trailing,News filter features along with some special inputs.detailed strategy will be discussed in chat room.i prefer Indian developers who speaks hindi
Good Day I would like to create a trading bot that is able to link to my news provider. The bot will execute trades based on the actual news release data as soon as the data is released. I will need to input parameters that would automatically trigger once the actual data is released (Need to know what format you will require or other recommendations) Execution speed will be a crucial factor in this regard. Adding to
The strategy uses a grid trading system where trades are placed at set intervals (grid levels) and are managed using Bollinger Bands for entry and exit signals. A fixed lot size, trades are managed to comply with maximum spread conditions and specific trading hours, with the possibility of closing trades based on Bollinger Bands signals. The use of Bollinger Bands indicates a focus on volatility-based trading, while
Hi, I would like to create an expert advisor to fully automatic trade in MT4 as below, it should be possible with gold or any currency pairs and need to possible with 2, 3, 4 or 5 after decimal quotes PAROL MA CROSSOVER 1. Magic Number : Customize 2. Take profit in points : Customize 3. Stop loss in points : Customize 4. Strat time in GMT : Customize 5. End time in GMT : Customize (It means no need to open a new
Hi. I will require a MT4 EA with 3 indcators for a specific time frame, certain parameters can be adjusted and should be able to automated trading. 1. RSI 2. EMA EA 3.Trading Volume . 4 & 5 digits can use 1.) 1 RSI . and 2 EMA ( cross over ) 1.1.) All different timeframe can use ( adjustable ). 1.2.) Entry pricing will need to meet at least 2 out of 3 indicators levels. 1.3.) Each indicators can be adjusted. 2.)
Need MT4 EA which will trade based on Round Number and Supertrend. Trading conditions: If buy supertrend is >= lower round number and <= the higher round number, EA will place a buy pending order at the higher round number. If sell supertrend is <= higher round number and >=lower round number, EA will place sell pending order at the lower round number. If the trade is exited because of SL/BE, EA will place another
Hi Everyone, I need a cloud based licensing system to protect my MT4 / MT5 Indicators and Expert advisors Secure an unlimited number of EAs, indicators, and scripts. Create and manage unlimited license keys for secured EAs, indicators, and scripts. Instantly suspend license keys in case of refund. Lock EA/indicator to specific accounts and time frame similar to this

项目信息

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