Trade Zone EA - Top coder needed

MQL4 专家

工作已完成

执行时间16 天
员工反馈
I would give more than 5 stars if it were possible. Unbelievably precise and detailed project, great contact and culture of work. Absolutely fantastic cooperation.

指定

Hi coders,

This is not an easy EA to code, so please only apply if you are among the best coders out there. Below you will find most of the description of the EA, but contact me and I will send you a detailed document with visuals and detailed explanations. Thanks.

Description

The EA uses yesterday’s highest high/lowest low to determine trade zones. When today’s highest high is in the Sell Trade Zone it looks to sell and when today’s lowest low is in the Buy Trade Zone it looks to buy –> reversal/pullback trading. The price can obviously be in both Buy and Sell Trade Zones within the same day. When this is true, then EA is looking for both sells and buys.

It uses ATR value to determine Entry Lines. SL is always highest high / lowest low of the day + spread and TP = 1:1 risk to reward ratio. 

The Trade Zones are areas defined by a Trade Zone Limit on one side, and no limit on the other side. This means that all trades above/below the Trade Zone Limits are valid, no matter how far the price goes beyond yesterday’s highest high/lowest low.

Trade Zone Limits (TZL) are defined as a % of the difference between yesterday’s highest high and lowest low in the EA input. Let’s say that TZL is = 10% and the difference between yesterday´s highest high and lowest low is 1000 points. Then each of the two Trade Zone Limit lines are placed 100 points (10% of 1000) away from yesterday´s highest high and lowest low towards each other. Use server time to determine day beginning/end.

Entry Lines

The EA uses the ATR value to define the Entry Lines for which a trade is triggered when price opens above it and crosses it from above (sell trade) or price opens below it and crosses it from below (buy trade). 

The ATR value from last candle-close determines the new Entry Lines, so the Entry Lines (potentially) change location frequently. The Entry Lines are placed the number of points derived from the ATR indicator respectively below the current highest high of the day and above the current lowest low of the day – However, the Entry Lines need to be “attached” to a candle-open, so it needs to find the candle-open of the day where the distance from highest high/lowest low to candle-open comes closest to the ATR value at last candle-close, and never less than the ATR value. It is okay to enter a trade if the Entry Line is not in the Sell/Buy Trade Zones as long as the highest high/lowest low is.  

Trade management

Given the nature of the trade management for this EA, it is necessary to create a log file that captures trade history for each currency pair and total account- and currency pair profit/loss. The EA will read from this file in order to determine next lot size.   

The file should be automatically created by the EA and the file should be manually editable. If log file does not already exist when EA wants to read from it, then the EA should create the file and all trades on all pairs will start by the initial lot size listed in EA input. 

Account- and currency pair profit/loss is calculated from the time the log file is created. So if for example the log file is manually deleted, the EA will generate a new log file and profits will be reset to 0 for both the account and each currency pair. 

Trade management logic

When a trade is about to be opened on any given currency pair, the lot size will be determined by the steps outlined below:

....will be explained in the detailed document.

Movement of Stop Loss when Stop Loss/Take Profit ≤ XX points

When Stop Loss/Take Profit ≤ XX points, Stop Loss must always be moved to breakeven (covering spread, commission, swap) + X points when Y% of Take Profit is reached. So if X points = 10, then the trade will net 10 points if Stop Loss is hit.

“X points”, “XX points” and “Y%” are defined in EA input.

Movement of Stop Loss when Stop Loss/Take Profit > XX points

In cases where Stop Loss/Take Profit is greater than XX points, Stop Loss is moved two times:

1. Stop Loss is moved to breakeven + X points when Z% of Take Profit is reached.

2. Stop Loss is moved to YX% of Take Profit when YY% of Take Profit is reached. 

“X points”, “XX points”, “Z%”, “YX%” and “YY%” are defined in EA input.

Visuals

Trade entries and exits and a connecting dotted line must be permanently marked on the charts for trade analysis.

It must be possible to show Trade Zone Limits and the dynamic Entry Lines on the charts. 

Upload of EA to MQL5.com

The EA/code must meet the criteria needed to be uploaded to the MQL5 marketplace. 

Source code

EA must be delivered with source code (negotiable).

Backtesting

It must be possible to backtest the EA in MT4.


反馈

1
开发者 1
等级
(169)
项目
204
30%
仲裁
25
40% / 44%
逾期
12
6%
空闲
2
开发者 2
等级
(28)
项目
30
37%
仲裁
0
逾期
0
空闲
3
开发者 3
等级
(62)
项目
84
26%
仲裁
22
23% / 50%
逾期
23
27%
空闲
4
开发者 4
等级
(19)
项目
35
26%
仲裁
10
30% / 70%
逾期
5
14%
空闲
5
开发者 5
等级
(76)
项目
129
49%
仲裁
5
80% / 0%
逾期
6
5%
空闲
6
开发者 6
等级
(466)
项目
494
52%
仲裁
10
60% / 20%
逾期
3
1%
空闲
7
开发者 7
等级
(26)
项目
29
45%
仲裁
0
逾期
1
3%
空闲
8
开发者 8
等级
(63)
项目
68
25%
仲裁
12
42% / 42%
逾期
4
6%
空闲
9
开发者 9
等级
(319)
项目
517
66%
仲裁
52
21% / 38%
逾期
163
32%
空闲
10
开发者 10
等级
(66)
项目
143
34%
仲裁
11
9% / 55%
逾期
26
18%
工作中
11
开发者 11
等级
(15)
项目
17
6%
仲裁
1
0% / 100%
逾期
1
6%
空闲
12
开发者 12
等级
(261)
项目
535
50%
仲裁
54
41% / 37%
逾期
224
42%
工作中
13
开发者 13
等级
(137)
项目
167
35%
仲裁
11
91% / 0%
逾期
0
空闲
14
开发者 14
等级
(43)
项目
72
49%
仲裁
4
0% / 50%
逾期
19
26%
空闲
15
开发者 15
等级
(40)
项目
86
13%
仲裁
29
31% / 48%
逾期
35
41%
已载入
相似订单
Hello everybody I would like to modify an existing indicator. I want to create a Dashboard that will display alerts created by my personal indicator called TREND. It will have to display alerts created on several timeframes and for several currencies. Each currency will need to be able to modify its own TREND indicator settings. The TREND indicator settings will be accessible by double-clicking on the currency name
I need a Martingale Expert Advisor that can hedge using Pending Order Grid. It will use indicators such as stochastic oscillator and moving average. I will provide details when you contact me
Trading bot 100 - 500 USD
I need an MQL4 trading bot with this features : 1. Trading 24/7 2. hedged for any unexpected trade reflection or losses 3. connected to the news 4. pauses during the news only if needed , because already it has a footprint tool 5. Always aims for a higher profit 6. Has a footprint tool for an accurate signals 7. never miss any opportunity 8. has turtle trading strategy 9. capable to start trading 1000$ capital 10. it
Hi! I would like an expert MT4 developer to create an EA based only on MACD. I will give more details about the timeframe, lot size, parameters of MACD, and trade conditions in private. Thank You
Fyemess Hotcold 50+ USD
*Strategy:* - Buy when the 50-day moving average crosses above the 200-day moving average - Sell when the 50-day moving average crosses below the 200-day moving average *Code:* ``` //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ int OnInit() { return(INIT_SUCCEEDED); }
hola necesito convertir un ea mt4 a mt5 tengo los codigos fuentes de mq4 por favor aplicar al trabajo agradeceria su tiempo asi que por favor necesito que trabaje de la misma que trabaja en mt4 solo quiero conversion y si hay algun error por favor corregir
i want an EA that enters based on the form of a candle if the lower wick is bigger then the rest of the candle i want buy and if the upperwick is bigger then the rest of the candle i want a sell single, i want it to enter with the sl 1 tick lower or higher then the lower or upperwick depening on buy or sell trade. then the stoploos needs to move when the trade goes to 0,5% sl too break even, when trad eis on 1% sl to
Offer for Developing a Trading Robot for the Complete BBMA Setup in MQL5 Dear potential collaborator, I am looking for a skilled MQL5 developer to create an Expert Advisor (EA) based on the complete BBMA (Bollinger Bands Moving Average) setup. All the necessary information about the BBMA setup can be found at https://drive.google.com/file/d/1xQPB3ANPYVcVj4OBM83vasvNY4dZvpx7/view?usp=drive_link . This EA should be
Hello, I am searching for a reliable mt4 programmer who can have a look at my existing mt4 indicator, I'm curious of having a specialist in coding to check the entire code and highlight any errors or bugs that might be affecting this indicator from not having optimal performance, keep in mind that the algorithm code will be shared with you in comment section, The purpose of this job is just to modify this indicator
I want to build an indicator or EA that calculates the statistics on an instrument, and show the statistical distribution of the calculated sample statistics. The statistics will be based on Open high low close of a candle. I want the right to the EA and the source code I want to be able to change to different timeframes and get the statistics on those time frame. When i apply the indicator to intraday timeframe, i

项目信息

预算
250 - 500 USD
VAT (25%): 62.5 - 125 USD
总计: 312.5 - 625 USD
开发人员
225 - 450 USD
截止日期
 5  15 天