New Expert Advisor algorithm required

Работа завершена

Время выполнения 6 дней
Отзыв от заказчика
Terrific. Arkadii is a pleasure to work with.

Техническое задание

Expert Advisor needed for MetaTrader4

System essentially looks for a large price movement, followed by a retracement to an EMA(x) line where a Limit Order has now been placed. The order direction – long or short – follows the direction of the original large movement.

Following use of the EA for backtesting, it will be necessary to finalize the EA to work on a real account, placing all of the necessary checks, standard handling of simple errors (requotes, invalid stops, etc).


EMA(x) and EMA(y) shown on 1hr candlestick chart.

 

Rules of trade entry:

1.       When price diverges from EMA(x) by + or – PIPS(xx) on a 1hr chart, judged at the opening of the following 1hr bar (in order to prevent EMA(x) movement in real-time).

AND

When on the following 1hr candle there is at least PIPS(yy) gap between EMA(x) and the Low (for going Long) or the High (for going Short) of the new candle…

Then place a Limit Order on EMA(x) in same direction as original PIPS(xx) + or – movement. This Limit Order position will need to move as the EMA(x) is re-drawn (re-accessed perhaps every 15 mins).

2.       Once that Limit Order trade is enacted by the price touching EMA(x), immediately place a StopLoss at PIPS(sl) and TakeProfit at PIPS(tp).

3.       Cancelling Limit Order: If the price/EMA(x) touch has not occurred within further HOURS(z) candles then cancel Limit Order without placing the trade. 

4.       Possible further order after initial EMA(x) trade. Ordinarily only one trade placed at a time. However, a second trade may be entered if the first trade is live AND price touches EMA(y). The same rules as above apply and this trade can only happen if there is a live EMA(x) initiated order in place

 

Rules of trade exit:

1.       StopLoss hit.

2.       TakeProfit hit.

3.       Time/date (if end of trading period if specified) is reached.

 


 

Interface for backtest

When you run the Expert Advisor, it should attach the used indicators with the specified parameters.  So for example, in order to assess the EA performance, indicators like arrows should appear on the chart showing where the PIPS(yy) decision was made, where the Limit Order is placed and where the StopLoss & TakeProfit are located.

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.

 


IMPORTANT NOTE: I want to use this algorithm both to backtest and trade and so the backtest must work as accurately to trading reality as possible. In particular judgements over the gap between the EMA(x) and price are to be made looking at the 1hr chart. However, the actual execution including StopLoss  and TakeProfit must be judged in real-time (1 minute is probably ok) in order to match reality.

For testing Lot Size will be 1, but the EA should contain logic to increase Lot Size depending on retained profit from the strategy for use when actually trading.

For reference the system will run with an IG Index Spread MT4 account.

I hope to work with you for a long time, but either way I will want the source code and will own the rights.

 

Adjustable Testing Parameters:

1hr chart could be another time frame, but calculations must always be real-time tick by tick.

EMA(x) and EMA(y)

PIPS(xx)

HOURS(z)

PIPS(sl)

PIPS(tp)

Market open times (open & close time/date)

Market indicator being tested obviously

 

Откликнулись

1
Разработчик 1
Оценка
(879)
Проекты
1393
67%
Арбитраж
117
32% / 42%
Просрочено
215
15%
Работает
2
Разработчик 2
Оценка
(182)
Проекты
342
42%
Арбитраж
118
12% / 73%
Просрочено
104
30%
Свободен
3
Разработчик 3
Оценка
(13)
Проекты
24
42%
Арбитраж
3
33% / 0%
Просрочено
4
17%
Свободен
4
Разработчик 4
Оценка
(304)
Проекты
509
47%
Арбитраж
29
10% / 45%
Просрочено
138
27%
Свободен
5
Разработчик 5
Оценка
(103)
Проекты
205
41%
Арбитраж
17
29% / 71%
Просрочено
45
22%
Свободен
6
Разработчик 6
Оценка
(2441)
Проекты
3076
66%
Арбитраж
77
48% / 14%
Просрочено
340
11%
Свободен
7
Разработчик 7
Оценка
(130)
Проекты
210
40%
Арбитраж
90
20% / 43%
Просрочено
85
40%
Свободен
8
Разработчик 8
Оценка
(1100)
Проекты
1782
61%
Арбитраж
14
64% / 7%
Просрочено
84
5%
Свободен
9
Разработчик 9
Оценка
(25)
Проекты
36
17%
Арбитраж
14
14% / 57%
Просрочено
3
8%
Свободен
10
Разработчик 10
Оценка
(118)
Проекты
201
42%
Арбитраж
44
9% / 68%
Просрочено
47
23%
Свободен
11
Разработчик 11
Оценка
(59)
Проекты
182
55%
Арбитраж
31
45% / 16%
Просрочено
103
57%
Свободен
12
Разработчик 12
Оценка
(34)
Проекты
80
34%
Арбитраж
13
31% / 54%
Просрочено
19
24%
Свободен
13
Разработчик 13
Оценка
(8)
Проекты
7
14%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
Похожие заказы
NRTR - indicator for MetaTrader 5 NRTR (Nick Rypock Trailing Reverse) - indicator for MetaTrader 4 NRTR WATR - indicator for MetaTrader 4 NRTR GATOR - indicator for MetaTrader 5 X2MA NRTR - indicator for MetaTrader 5 NRTR - indicator for MetaTrader 5 NRTR GATOR - indicator for MetaTrader 4 NRTR - indicator for MetaTrader 4 Stalin_NRTR - indicator for MetaTrader 5 NRTR Color Line - indicator for MetaTrader 5 NRTR Rosh
I need an EA edited to make TWO main changes to conditions for how it enters trades. The EA code is written with clean code and is well commented. Will provide more info on changes in a doc in the chat
BUY AND SELL 30+ USD
Create an Expert Advisor that collaborates between these indicators ETR, MEv2 and STLv3 with these features 1. SL and TP 2. TIME FILTER 3. ETR, MEv2 and STLv3 PARAMETERS BUY ENTRY STEP 1. FIRST candle OPEN above Symphonie Trend Line STEP 2. Check Symphonie Extreme must indicate color BLUE STEP 3. Check Symphonie Emotion must indicate color BLUE STEP 4. Open trade with money management STEP 5. Trade open MUST BE 1
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP

Информация о проекте

Бюджет
100 - 400 USD
Исполнителю
90 - 360 USD
Сроки выполнения
от 1 до 3 дн.