R Scalper

MQL4 专家

工作已完成

执行时间3 天
客户反馈
very good job. He understood the requirements perfectly and executed the job fast
员工反馈
Thanks for good job and excellent respect!!!

指定

I would like a simple EA to be coded to trade when there is a reversal.

The condition for the trade is as follows:

Buy Entry : There is to be 5 consecutive candles with lower Highs. When the current price breaks the Bar[1]'s High, then a buy trade is activated.

Sell Entry : There is to be 5 consecutive candles with higher Lows. When the current price breaks the Bar[1]'s Low, then a sell trade is activated.


Detail Description as follows:

 

Extern Parameters 

Lot Size [Default = 0.1]

Entry Price [Default = 

Slippage [Default = 30 points]

EMA Period [Default = 200]

Entry Price [Default = Market Price. There are to be options: Market Price, Previous Close]

Market Price - Open Trade (buy/sell) once there is a Buy_Entry or Sell_Entry Signal

Previous Close - Buy/Sell at the Bar[1]’s Close price. (This order active for only the time for     next 2 price bars. Then deactivate order if not enter)

 

Take Profit [Default = 150 points]

Stop Loss [Default = Previous Bar High/Low] (Also allow manual setting such as 100points)

Trailing Stop [Default = 50 points (if 0 means no use)]


X = Number of price bars with consecutive lower highs. [Default = 5]

Y = Minimum Range of the X Bars. [Default = 150 points]

For Buy: Bar[5]’s High - Bar[1]’s Low

For Sell: Bar[1]’s High - Bar[5]’s Low


Z = Minimum Distance (pips) from EMA [Default = 200 points]

For Buy: Bar[1]’s High to EMA[1]

For Sell: Bar[1]’s Low to EMA[1]


Active Hours [Timing that this EA will be trading]


Buy_Entry:


Condition 1 “EMA” : Bar[1]’s High must be below EMA[1] and the distance of the Bar[1]’s High to EMA[1] must be greater than or equal to Z.  


Condition 2 “Range” : The range of the bars (Bar[5]’s High - Bar[1]’s Low) must be greater than or equal to Y.


Condition 3 “X Bars” :There is to be X (default = 5) number of price bars that have consecutive lower Highs. 


Once Bar[0]’s current price breaks above Bar[1]’s High, the Buy_Entry is activated. 


The Buy_Entry price is dependent on the Extern Parameter “Entry Price”. If it is “Market Price”, then a Buy is immediately entered. if it is “Previous Close”, then a Buy order at the Bar[1]’s close price is entered. This Buy order will only be valid for the next 2 price bar, if it does not get triggered, then the order is cancelled.  

 

Sell_Entry:


Condition 1 “EMA”: Bar[1]’s Low must be above EMA[1] and the distance of the Bar[1]’s Low to EMA[1] must be greater than or equal to Z.


Condition 2 “Range”: The range of the bars (Bar[1]’s High - Bar[5]’s Low) must be greater than or equal to Y.


Condition 3 “X Bars”: There is to be X (default = 5) number of price bars that have consecutive higher Lows. 


Once Bar[0]’s current price breaks below Bar[1]’s Low, the Sell_Entry is activated. 


The Sell_Entry price is dependent on the Extern Parameter “Entry Price”. If it is “Market Price”, then a Sell is immediately entered. if it is “Previous Close”, then a Sell order at the Bar[1]’s close price is entered. This Sell order will only be valid for the next 2 price bar, if it does not get triggered, then the order is cancelled.  

  

Note:

The Take Profit and Stop Loss is not to be entered when the trade is executed. IT is to be held in the EA as variables and to be monitored at every tick. When the price has been triggered, the EA will execute the Take Profit or Stop Loss for the current trade. This way, the Take Profit and Stop Loss levels will not be known to the broker during entry. 


The 3 conditions for entry should be labelled onto the screen. 

反馈

1
开发者 1
等级
(117)
项目
138
41%
仲裁
30
7% / 77%
逾期
17
12%
空闲
2
开发者 2
等级
(2441)
项目
3076
66%
仲裁
77
48% / 14%
逾期
340
11%
空闲
3
开发者 3
等级
(121)
项目
134
66%
仲裁
36
25% / 56%
逾期
22
16%
空闲
4
开发者 4
等级
(219)
项目
405
60%
仲裁
13
38% / 23%
逾期
160
40%
工作中
5
开发者 5
等级
(1)
项目
2
0%
仲裁
1
0% / 100%
逾期
0
空闲
6
开发者 6
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
7
开发者 7
等级
(187)
项目
367
56%
仲裁
45
22% / 56%
逾期
188
51%
空闲
8
开发者 8
等级
(90)
项目
159
61%
仲裁
40
18% / 63%
逾期
70
44%
空闲
9
开发者 9
等级
项目
0
0%
仲裁
0
逾期
0
空闲
10
开发者 10
等级
(225)
项目
284
42%
仲裁
15
13% / 47%
逾期
67
24%
空闲
11
开发者 11
等级
(769)
项目
1033
44%
仲裁
50
8% / 50%
逾期
117
11%
空闲
12
开发者 12
等级
(14)
项目
21
48%
仲裁
1
0% / 0%
逾期
4
19%
空闲
13
开发者 13
等级
(219)
项目
370
42%
仲裁
145
17% / 41%
逾期
124
34%
空闲
相似订单
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Dr Pattern 30+ USD
good day i need the service of the seaso coder to help me fix my ea The Job required 1 knowledge of Mt4 and Mt5 indicator coding 2. Telegram code 3. ability to code indicator to work on multiple Time frame combine to trade 4 Ability to Join two or three indicator on same ir different time frame if you have these skill please let chart i will discuss the details of the Job inside to you The required day including

项目信息

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