I need an Expert Advisor (EA) for MetaTrader 4

Job finished

Execution time 10 days
Feedback from customer
Mike does great coding and is very prompt in communicating. I will use him again.
Feedback from employee
Joe is the one of the best customers I have ever seen at MQL5 service. God bless you! :)

Specification

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. 


Responded

1
Developer 1
Rating
(586)
Projects
918
46%
Arbitration
31
39% / 29%
Overdue
93
10%
Working
2
Developer 2
Rating
(414)
Projects
670
33%
Arbitration
60
17% / 32%
Overdue
113
17%
Working
3
Developer 3
Rating
(4)
Projects
4
0%
Arbitration
1
0% / 100%
Overdue
1
25%
Free
4
Developer 4
Rating
(167)
Projects
192
11%
Arbitration
37
38% / 35%
Overdue
5
3%
Loaded
5
Developer 5
Rating
(57)
Projects
72
22%
Arbitration
13
46% / 15%
Overdue
5
7%
Free
6
Developer 6
Rating
(253)
Projects
407
38%
Arbitration
85
42% / 19%
Overdue
70
17%
Loaded
7
Developer 7
Rating
(255)
Projects
312
37%
Arbitration
6
50% / 17%
Overdue
7
2%
Free
8
Developer 8
Rating
(356)
Projects
632
26%
Arbitration
89
73% / 13%
Overdue
12
2%
Free
9
Developer 9
Rating
(4)
Projects
6
0%
Arbitration
5
0% / 80%
Overdue
2
33%
Free
Similar orders
I want to make a new dashboard using 3 common indicators and the ADX indicator , which you must supply I have a MA dash which you can strip & reuse if it helps you I tried to cover all questions in the attached but i'm sure there'll be more
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
Lilit ordrer 50+ USD
l doa language that allows creating trading robots and technical indicators. i can do any writing and translation so dont worry i can do what you want ke to do
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
The wiper 35 - 48 USD
a ll traders want to find market behavior patterns, which could help identify favorable moments for performing trading operations. They also want to eliminate randomness and influence of external factors, such as rumors, news releases, fatigue, and so on. Traders monitor charts and may formulate some formal rules, which enable objective analysis of price or tick charts. Technical indicators can facilitate such
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for

Project information

Budget
100+ USD
For the developer
90 USD
Deadline
from 1 to 5 day(s)