I want to create an MT4 EA as detailed in the specification.

MQL4 Эксперты

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

Время выполнения 6 дней
Отзыв от исполнителя
Really awesome and patient client and explains everything in detail
Отзыв от заказчика
If there is 100 star in the list I will give Stephanie. Very polite and patient. Stephanie is one of the best. She handled a very sophisticated job so easily. Definitely going to use her again

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

EA Name: My EA

Indicator for EA: 1. Power A 
                          2. Power B 

For more understanding, check image A1 for the illustration (I will send you the image when you are selected for the job)


HOW I WANT THE EA WILL WORK: 
The type of EA I want to create is one that will open order and send push notification when the order is opened quoting the Ea name, Symbol, Order type e.g Buy or Sell, entry price, timeframe, stop loss value, and take profit value.
The EA will send push notification when send notification is set ON.

---------------------------------------------------------------------------------------------------------------------
BUY AND SELL SIGNAL CONDITION 

BUY SIGNAL: When Power A indicator gives buy signal(when the red line is above the blue line), and when the Power B indicator gives buy signal, this indicate that the condition for buy is met. So ea will open buy order. The order should be opened when candle closes.

SELL SIGNAL: When Power A indicator gives sell signal(when the red line is below the blue line), and when the Power B indicator gives sell signal, this indicate that the condition for sell is met. So ea will open sell order. The order should be opened when candle closes.


For more understanding, check image A1 for the illustration. (I will send you the image when you are selected for the job)
----------------------------------------------------------------------------------------------------------------------


EA Parameters:


(1) Buy Sell Alert ON/OFF
-----------------------------

TRUE/FALSE Push notification: I want the EA to send notification when order is opened when I set the function to TRUE. When it is set to FALSE it will not send the push notification.

Push alert format:

The notification should carry the following quote: Ea name, Symbol, Order type e.g Buy or Sell, entry price, timeframe, stop loss value, and take profit value. 

Example: My Ea Audchf Buy @ 1.10076 M15 SL 1.200023 TP: 1.40032



(2) Custom Stop loss: 
----------------------------------------
I want to make use of my custom SL in the ea. It is explained below .

*Custom SL ON/OFF: I must be able to put it ON/OFF. If I put it ON, the EA will use SL when there is an order. If I put it to OFF, the ea will not use SL when it is 

set to OFF.

HOW CUSTOM STOPLOSS WILL WORK:

For the custom stop loss, ea will look for the Highest point (for sell order) and lowest point(for buy order) within the number of candles I set.

Custom SL, (for BUY) the ea will look for the most LOWEST price within the number of candles I set. The ea will set CUSTOM SL 3pips below the most lowest price. For example, let assume I set 20 candles for the ea to look for lowest price for custom SL for buy, then the ea will start the candle count from the candle at which the order is opened back to the previous 19 candles and will set the SL for the order 3pips below the lowest price identified within the number of candles I set.

Custom SL, (for SELL) the ea will look for the most HIGHEST price within the number of candles I set. The ea will set CUSTOM SL 3pips above the most highest price. For example, let assume I set 20 candles for the ea to look for highest price for custom SL for sell, then the ea will start the candle count from the candle at which the order is opened back to the previous 19 candles and will set the SL for the order 3pips above the highest price identified within the number of candles I set.

For more understanding, check IMAGE A2 for illustration. (I will send you the image when you are selected for the job)


(3) Custom Take Profit: 
----------------------------------------
I want the EA to use custom take profit as I explained below.

HOW CUSTOM TAKE PROFIT WILL WORK:

The custom take profit will work using the custom SL set by the EA. The custom take profit will have the following functions:

>>>>>>>>1:1 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 30pips, if I chose custom take profit of 1:1, the ea will set the take profit at 30pips.

>>>>>>>>1:2 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 43pips, if I chose custom take profit of 1:2, the ea will set the take profit at 83pips.

>>>>>>>>1:3 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 15pips, if I chose custom take profit of 1:3, the ea will set the take profit at 45pips.

>>>>>>>>1:4 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 22pips, if I chose custom take profit of 1:4, the ea will set the take profit at 88pips.

>>>>>>>>1:5 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 25pips, if I chose custom take profit of 1:5, the ea will set the take profit at 125pips.

>>>>>>>>1:6 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 50pips, if I chose custom take profit of 1:6, the ea will set the take profit at 300pips.

>>>>>>>>1:7 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 20pips, if I chose custom take profit of 1:7, the ea will set the take profit at 140pips.

>>>>>>>>1:8 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 15pips, if I chose custom take profit of 1:8, the ea will set the take profit at 120pips.

>>>>>>>>1:9 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 50pips, if I chose custom take profit of 1:9, the ea will set the take profit at 450pips.

>>>>>>>>1:10 ---- Assuming when we have an order, the custom SL is added to the order, and lets assume the number of pips from entry price to the SL is 35pips, if I chose custom take profit of 1:10, the ea will set the take profit at 350pips.

I must be able to set the custom take profit to TRUE/FALSE. When I set it to FALSE, the ea will not add take profit to the order.



(4) Maximum number of trader per symbol:
---------------------------------------- 
I want to be able to set the maximum number of trades per symbol. Imagine we have the ea attached to eurusd and I set 5, on gbpusd I set 6, on usdchf I set 4. 

So when the number of orders on eurusd is 5 the will not open any other orders-it will only open additional order when the number of orders is below 5- and only when we have signal again. 

For gbpusd, when the number of orders on gbpusd is 6 the ea will not open any other orders-it will only open additional order when the number of orders is below 6- and only when we have signal again.

For usdchf, when the number of orders on usdchf is 4 the ea will not open any other orders-it will only open additional order when the number of orders is below 4- and only when we have signal again. 


(5) Basket close profit per symbol in money:
--------------------------------------------
The basket close profit per symbol in money will close all opened orders on a symbol when it reaches the money value I set. 

Let's assume we have eurusd 4 number of orders opened, gbpusd 5 number of orders opened, and usdchf 6 number of orders opened. And I set basket close profit per symbol for eurusd to $40, and I set basket close profit per symbol for gbpusd to $60, and I set basket close profit per symbol for usdchf to $53

For eurusd when the total amount of profit on eurusd is $40, the ea will close all the 4 eurusd orders in $40 profit. 

For gbpusd when the total amount of profit on eurusd is $60, the ea will close all the 5 gbpusd orders in $60 profit.

For usdchf when the total amount of profit on eurusd is $53, the ea will close all the 6 eurusd orders in $53 profit.

When  I set basket close profit to 0, the basket close profit will be disabled


(6) Spread filter: 
----------------------------------------
I want the ea to have spread filter.



(7) Trailing stop: 
----------------------------------------
I want the ea to use trailing stop. The ea will have trailing start and trailing step point. I want it to be in points not in pips.



(8) Breakeven: 
----------------------------------------
I want the EA to make use of breakeven. The breakeven should be in point not pips



Please I want a bug free job.





 

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

1
Разработчик 1
Оценка
(21)
Проекты
20
10%
Арбитраж
3
33% / 33%
Просрочено
0
Работает
2
Разработчик 2
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
3
Разработчик 3
Оценка
(38)
Проекты
46
35%
Арбитраж
6
17% / 33%
Просрочено
8
17%
Свободен
4
Разработчик 4
Оценка
(10)
Проекты
17
24%
Арбитраж
3
67% / 33%
Просрочено
2
12%
Свободен
5
Разработчик 5
Оценка
(100)
Проекты
124
40%
Арбитраж
9
89% / 0%
Просрочено
0
Свободен
6
Разработчик 6
Оценка
(2)
Проекты
4
0%
Арбитраж
0
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(39)
Проекты
69
9%
Арбитраж
18
11% / 56%
Просрочено
18
26%
Свободен
8
Разработчик 8
Оценка
(67)
Проекты
144
34%
Арбитраж
10
10% / 60%
Просрочено
26
18%
Свободен
Похожие заказы
Job Title: Experienced MT5 Developer Needed to Update MT5 EA PLEASE READ THE ENTIRE JOB DESCRIPTION BEFORE APPLYING Qualifications Required: * Minimum of 5 years of experience in coding Expert Advisors * Experience with at least 150 completed EA projects (must be visible on your profile) * Must have knowledge of both forex trading and coding, as these are different skills * Fluent in English (no translators) * Must
I have a fully coded TradingView indicator that I need updated to function as a strategy. This should include the ability to backtest the strategy using the TradingView strategy tester. The main task is to convert the existing indicator into a strategy format while maintaining its core functionality, but adapting it for automated trading logic and performance analysis. Please ensure that the strategy uses proper
I'm looking for professional developer for long term. Who have skill in Converting trading to MT4/5. Also have good knowledge of Algo. And response and deliver tools on time and at the top need good communication. That's all we need
budget of 500 usd I want to create a rsi bot for eur usd money is the least important thing I want it to look good if you are going to apply do it but send me at least 3 photos or screenshots of this type of work with rsi bot my goal level 50 sell level 20 buy that's all it must have its basic robot functions
I have simple EA i want to modify its parameters. If you are good at modifying EAs contact me for more details. I will issue the source code then you return after finishing without changing the buy or sell conditions
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer

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

Бюджет
33+ USD
Исполнителю
29.7 USD
Сроки выполнения
от 2 до 3 дн.