Trade Zone EA - Top coder needed

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 16 giorni
Feedback del dipendente
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.

Specifiche

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.


Con risposta

1
Sviluppatore 1
Valutazioni
(169)
Progetti
204
30%
Arbitraggio
25
40% / 44%
In ritardo
12
6%
Gratuito
2
Sviluppatore 2
Valutazioni
(28)
Progetti
30
37%
Arbitraggio
0
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
(63)
Progetti
84
26%
Arbitraggio
23
22% / 48%
In ritardo
23
27%
Gratuito
4
Sviluppatore 4
Valutazioni
(19)
Progetti
35
26%
Arbitraggio
10
30% / 70%
In ritardo
5
14%
Gratuito
5
Sviluppatore 5
Valutazioni
(77)
Progetti
131
50%
Arbitraggio
5
80% / 0%
In ritardo
6
5%
Gratuito
6
Sviluppatore 6
Valutazioni
(478)
Progetti
507
53%
Arbitraggio
10
60% / 20%
In ritardo
3
1%
Gratuito
7
Sviluppatore 7
Valutazioni
(26)
Progetti
29
45%
Arbitraggio
0
In ritardo
1
3%
Gratuito
8
Sviluppatore 8
Valutazioni
(63)
Progetti
68
25%
Arbitraggio
12
42% / 42%
In ritardo
4
6%
Gratuito
9
Sviluppatore 9
Valutazioni
(320)
Progetti
523
66%
Arbitraggio
52
21% / 38%
In ritardo
167
32%
Gratuito
10
Sviluppatore 10
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
11
Sviluppatore 11
Valutazioni
(15)
Progetti
17
6%
Arbitraggio
1
0% / 100%
In ritardo
1
6%
Gratuito
12
Sviluppatore 12
Valutazioni
(266)
Progetti
540
50%
Arbitraggio
55
40% / 36%
In ritardo
224
41%
Gratuito
13
Sviluppatore 13
Valutazioni
(137)
Progetti
167
35%
Arbitraggio
11
91% / 0%
In ritardo
0
Gratuito
14
Sviluppatore 14
Valutazioni
(43)
Progetti
72
49%
Arbitraggio
4
0% / 50%
In ritardo
19
26%
Gratuito
15
Sviluppatore 15
Valutazioni
(42)
Progetti
88
14%
Arbitraggio
30
30% / 53%
In ritardo
36
41%
In elaborazione
Ordini simili
We are seeking a skilled developer who can convert a Tradingview indicator written in Pinescript to a NinjaTrader indicator written in C#. The goal is to create a profitable trading strategy using this indicator. The successful candidate will have expertise in both Pinescript and C# programming languages, as well as a strong understanding of trading indicators and strategies. The main responsibilities will include
I am seeking an experienced MQL5 developer to create a user-friendly manual Grid Trading Expert Advisor (EA) with the following key features: Dynamic Grid Trading: Adjustable Grid Distance: Traders can manually input grid distance in pips via an intuitive, movable table. Take Profit Management: Fixed TP for the initial positions (e.g., first 5 trades). Stop-Loss (Optional): Traders can choose to use a stop-loss with
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
a coder is required to add an indicator to existing ea The new indicator will work as 1. option to combine with exiting indicator to open trade 2. it will be used as alternative BE point 3. It can also be used to close order or combine with other to close trade The second Job is telegram bot to get alert fr news trade and others Details when you apply i will test the ea work on live market and all bug is fixed before
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also

Informazioni sul progetto

Budget
250 - 500 USD
IVA (25%): 62.5 - 125 USD
Totale: 312.5 - 625 USD
Per lo sviluppatore
225 - 450 USD
Scadenze
da 5 a 15 giorno(i)