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

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 6 días
Comentario del Ejecutor
Really awesome and patient client and explains everything in detail
Comentario del Cliente
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

Tarea técnica

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.





 

Han respondido

1
Desarrollador 1
Evaluación
(20)
Proyectos
19
11%
Arbitraje
2
50% / 50%
Caducado
0
Trabaja
2
Desarrollador 2
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
3
Desarrollador 3
Evaluación
(36)
Proyectos
44
32%
Arbitraje
6
17% / 33%
Caducado
8
18%
Trabaja
4
Desarrollador 4
Evaluación
(10)
Proyectos
15
27%
Arbitraje
3
67% / 33%
Caducado
0
Libre
5
Desarrollador 5
Evaluación
(95)
Proyectos
117
38%
Arbitraje
9
89% / 0%
Caducado
0
Libre
6
Desarrollador 6
Evaluación
(2)
Proyectos
4
0%
Arbitraje
0
Caducado
0
Libre
7
Desarrollador 7
Evaluación
(39)
Proyectos
69
9%
Arbitraje
18
11% / 56%
Caducado
18
26%
Libre
8
Desarrollador 8
Evaluación
(66)
Proyectos
143
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Libre
Solicitudes similares
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

Información sobre el proyecto

Presupuesto
33+ USD
Para el ejecutor
29.7 USD
Plazo límite de ejecución
de 2 a 3 día(s)