I need an Expert Advisor (EA) for MetaTrader 4

Trabajo finalizado

Plazo de ejecución 10 días
Comentario del Cliente
Mike does great coding and is very prompt in communicating. I will use him again.
Comentario del Ejecutor
Joe is the one of the best customers I have ever seen at MQL5 service. God bless you! :)

Tarea técnica

SCOPE OF WORK 

Create an EA designed to execute trades on a single currency (EURUSD) or Index (US30) rather than a basket of instruments.  It should be designed to execute trades on a single chart at a time or on multiple charts by changing the Magic Number.  The EA should be designed to run 24-hours/day, 5-days/week, unattended.  The EA will run on my dedicated VPS at BestFXVps in New York City.  My ECN Broker is ICMarkets and their Server is also located in New York City.  All charts will initially be M5. 

Entry signals are based on (4) indicators, source code provided, and (1) time condition.  Only (1) active order at a time.  Exits are by the SL, TP, and/or by a reverse signal. Option should be made available for a trailing stop. 

A long position is opened with a Market Order on the Open of the next candle if on the Close of the current candle the below conditions are present simultaneously: 

Time =>StartTime and Time =<EndTime 

Candle is Green (Close>Open) 

Indicator #1 dot color has changed from Red to Blue 

Indicator #2 has crossed over as indicated by ShowMe UP Blue arrow 

BollingerBand (UpperBand  LowerBand) => input value in pips 

Conditions on the current (uncompleted) candle are ignored, only completed candles at their Close are analyzed.  A chart showing several trades follows. 

---------------------------------------------------------------------------------------------------------- 

MONEY MANAGEMENT 

The order Lot Size is calculated as shown below where: 

Balance - $10,000.00 current account balance in USD; 

Lot% - 25% an input parameter (the % of the Balance to use for the trade); 

Leverage – 200 an input parameter; 

Current chart price – 1.17971 (EURUSD). 

Lots = ((Balance x Lot% x Leverage) / Current chart price) / 10,000,000 

((10,000 x 25 x 200) / 1.17971) / 10,000,000) = 4.23833 Lots to trade 

The calculated result must be rounded to 2-decimal places for Currencies = 4.24-lots 

For Indexes the calculated result must be truncated to integers = 4.0-lots 

 

StopLoss (SL) and TakeProfit (TP) - are initially fixed and are adjustable by the parameters StopLoss and TakeProfit.  The levels are specified in points of 5-digits for Currencies and 2-digits for Indexes.  The levels are calculated relative to the price of the opened position (the Ask price - for the long positions and the Bid price - for short positions).  If the value is too low, the stop should be set at a minimum allowed distance.  If 0 values specified, the stops are not used. 

---------------------------------------------------------------------------------------------------------- 

If selected, the open position is accompanied by a trailing stop by the iTrailingLine indicator (all indicator parameters should be adjustable): 

If a long-position is opened, and the indicator line is below the current price, the stop is moved to the level of the indicator line; 

If a short position is opened, and the indicator line is above the current price, the stop is moved to the level of the indicator line; 

The indicator values are taken from the completed (formed) bar, the current bar (uncompleted) is not used. That is, the modification should occur no more frequently than once in a bar; 

Moving the SL is permitted only in the direction of profit of the position - up for long position and down for short position; 

If you can not set the SL at the level of the line, it should be set at the minimum allowable distance (but only if it complied with the previous rule of moving in the direction of the profit); 

The trailing stop feature should be configurable (AllowTrailing = true/false parameter). 
---------------------------------------------------------------------------------------------------------- 

If there is an opened position, and there is a opposite signal, the opened position must be closed and a new one must be opened (in the opposite direction).  For a new position the calculation of the lot must be called after closing the opened position. 

-----------------------------------------------------------------------------------------------------------Miscellaneous: 

When you run the Expert Advisor, it should attach the used indicators with the specified parameters; 

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. 

 

The following is a discussion of the EA entrys plus other conditions but first some comments about the lines on my chart.  The vertical Green line is the Open of the NYSE.  The 2 vertical Grey dashed lines are 12:00 and 1:00 EST representing the Lunch hour in New York City.  The 2 horizontal Red lines are Yesterday’s High and Yesterday’s Close.  All of these lines are to be ignored by the EA. 

 

Area around the #1 – I use the distance between the Bollinger UpperBand and LowerBand to indicate price volitility and the bands are too close together here to place any trades. 

Up arrow near the #2 – No long trade can be taken here because the candle color is Red and the MA lines are also Red. 

Down arrow at #3 – A short entry can be taken here because all the indicators are Red. 

Up arrow near the #4 – A long entry can be taken here because all the indicators are Blue. 

 
 

 

 

 

Other requirements: 

(1) - Specify programmed actions for power loss, internet connection loss or Broker connection loss. 

(2) - No orders to be opened before StartTime and any Open orders to be Closed at EndTime. 

(3) - The EA must allow for manual interventions such as a new manually placed order or to manually close an existing order. 

(4) - Use ForexFactory or an equivalent News Service so that any Open Orders are closed 10-minutes before any HIGH Impact Economic Report release time AND no new orders can be placed 10-minutes after any such report.  This must include the monthly FOMC Report. 

(5) - Provide the source text (code) upon completion of the last working stage along with extended comments in the source text plus the error correction warranty period. 


Han respondido

1
Desarrollador 1
Evaluación
(584)
Proyectos
912
46%
Arbitraje
31
39% / 29%
Caducado
93
10%
Trabaja
2
Desarrollador 2
Evaluación
(414)
Proyectos
670
33%
Arbitraje
60
17% / 32%
Caducado
114
17%
Trabaja
3
Desarrollador 3
Evaluación
(4)
Proyectos
4
0%
Arbitraje
1
0% / 100%
Caducado
1
25%
Libre
4
Desarrollador 4
Evaluación
(166)
Proyectos
189
10%
Arbitraje
37
38% / 35%
Caducado
5
3%
Trabaja
5
Desarrollador 5
Evaluación
(57)
Proyectos
72
22%
Arbitraje
13
46% / 15%
Caducado
5
7%
Libre
6
Desarrollador 6
Evaluación
(250)
Proyectos
399
38%
Arbitraje
82
41% / 20%
Caducado
69
17%
Ocupado
7
Desarrollador 7
Evaluación
(244)
Proyectos
297
36%
Arbitraje
6
50% / 17%
Caducado
7
2%
Libre
8
Desarrollador 8
Evaluación
(354)
Proyectos
630
26%
Arbitraje
89
73% / 13%
Caducado
12
2%
Trabaja
9
Desarrollador 9
Evaluación
(4)
Proyectos
6
0%
Arbitraje
4
0% / 75%
Caducado
2
33%
Trabaja
Solicitudes similares
Requirements for programming a custom Expert Advisor (EA) for MetaTrader 5 (MT5) Summary: The following requirements describe the features and functionalities that the custom Expert Advisor for MT5 should have, including integration of functions from the POW Banker EA, trade closure options, filter and signal configuration, control panel, and specific protections. Integration of functions from the POW Banker EA: a
Hello there, I have a script on tradingview pinescript that I need to get it converted to mql5 and add trailing loss, the script is very simple and not too complex. I will share the script with you once you bid. Thanks
Create MT5 Indicator 30 - 40 USD
Hi there, I trust you are well. Could please kindly create an MT5 indicator that shows points lost and current trade running time, separated by a vertical bar. Color choosing options both for the points lost, vertical bar and trade running time. Indicator position on any corner of the screen and X and Y position adjustable. The points lost: Should apply to the current symbol only. It must not look at history trades
I want to develop a fully automated trading robot from scratch. The project includes 8 different pdfs + an introductory instruction pdf. Different pdf deals with different Settings of the EA and/or different St (trading strategies/logics). All Settings & St are to be housed in a single MQL5 EA. The EA is to be attached to a single chart, but it must work on every chart of 63 symbols at a time without any failing or
I am looking for a skilled developer to code my custom Ninjatrader 8 strategy and make it works perfectly. Your expertise is highly needed in this project Kindly reach out to me and let proceed to the project without any further delay thanks
I am in need of a developer to connect my TradingView signal with cTrader in other to make receive information and make it work perfectly your expertise is highly needed in this project feel free to reach out to me and let's get started
I want a bot developer deriv He has experience and I want a profitable robot, the profit is higher than the loss Or I want someone to sue with me. I have a profitable robot, but I want another robot or to improve another robot I have
I need a proficient developer to code my NinjaTrader 8 strategy, In order to work perfectly. Your expertise is invaluable for this project's success. Let's collaborate to achieve optimal trading results
I'm looking for a skilled developer to connect my TradingView signals with cTrader, ensuring flawless functionality. Your expertise is essential for this project's success. Let's collaborate to achieve seamless trading automation
I want a simple DLL written in C# for use in an MT4 EA that demonstrates how to connect to an external database held online. This is nothing fancy and just a prototype/demonstration really of what code is needed to connect to external databases held on the web. This is for educational purposes only so I can see the source code and how I can incorporate it in my own EAs in the future. I have already set up the

Información sobre el proyecto

Presupuesto
100+ USD
Para el ejecutor
90 USD
Plazo límite de ejecución
de 1 a 5 día(s)