Modelling

MQL4 Experts

Specification

AN EXPERT ADVISER 

Place an instant execution at the close of a particular 1hour candle stick (e.g 08:00AM candle stick) or at a particular time say 09:00 AM

CONDITIONS FOR EXECUTIONS

Using the 08:00AM Candle stick as reference for example, If the close price is higher than the open price of this 1hour candle stick then the EA should place a Buy instant execution at 09:00AM. If the close price is lower than the open price then the EA should place a Sell instant execution at 09:00AM. If the close price and open price are the same, the EA should not take any action.
As a trader, I should be able to set the Stop Loss, Take Profit and lot size in 2 above. These will be executed automatically by the EA.
At the end of each hour the EA should be able to do the following automatically
Adjust the Stop Loss to a certain position in the direction of the trade if the trade has moved a certain number of Pips within a range say 15 – 29 Pips. For example if the entry position is a BUY on EURUSD at a price 1.24200 with SL 15Pips away on price 1.24050, I should be able to set the EA in such a way that if at the close of this hour the highest point reached is between 1.24350 – 1.24490 (an additional movement of 15 – 29 pips), the Stop Loss should adjust 15Pips to 1.24200 when this particular hour closes irrespective of where it closed except cases where the close position is closer and the broker won’t allow the adjustment of my Stop loss. In cases where the broker won’t allow the adjustment of Stop Loss, the EA should wait till another hour completes.
If on the other hand it moved some larger Pips in the direction of the trade more than the range in I, then the Stop Loss should be adjusted some certain Pips away from the highest position reached. For example using the earlier BUY execution at the price 1.24200, if I set the EA to adjust the Stop Loss to move 30Pips to the highest point if the trade has moved up to 30 Pips in positive direction and the trade has reached a highest point of 1.24500 in the course of the hour, when the hour closes the EA should be able to adjust the SL FROM 1.24050 to 1.24300 (i.e 30pips away from the highest point 1.24600). If the broker won’t allow this adjustment then wait for the close of the new hour.
At every subsequent hour, the highest position should be checked to see if it has increased. If it has increased then the increment should be added to the new SL level. For example if the new highest point recorded is 1.24780, then the SL should be adjusted from 1.24300 to 1.24480 (increment of 18 pips).
The Process of III. Should be repeated for a certain number of hourly candles in a day
EA should be able to close my trade at the close of a particular candle (e.g the 10th hourly candle after the entry point) or preferably at a particular set time of the day (e.g 22:00)
If trade closes by hitting the Stop Loss or Take Profit or at the particular set time in V, the process of trade execution should start the next day (i.e I should be able to set EA to repeat process for a certain number of trading days).

Responded

1
Developer 1
Rating
(365)
Projects
412
36%
Arbitration
35
26% / 57%
Overdue
63
15%
Free
3
Developer 3
Rating
(769)
Projects
1033
44%
Arbitration
50
8% / 50%
Overdue
117
11%
Free
4
Developer 4
Rating
(218)
Projects
403
60%
Arbitration
13
38% / 23%
Overdue
160
40%
Free
5
Developer 5
Rating
(117)
Projects
138
41%
Arbitration
30
7% / 77%
Overdue
17
12%
Free
6
Developer 6
Rating
(546)
Projects
1327
59%
Arbitration
28
82% / 0%
Overdue
10
1%
Free
7
Developer 7
Rating
(43)
Projects
72
49%
Arbitration
4
0% / 50%
Overdue
19
26%
Free
8
Developer 8
Rating
(121)
Projects
134
66%
Arbitration
36
25% / 56%
Overdue
22
16%
Free
Similar orders
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hi. I want to fix my EA. The concept of lowestBid- There aree 3 levels of price. Price1 at the top, Price 2 in the middle and Price3 at the bottom. When the EA starts it start at Price1. And lowestBid is set to Price1. When the price hits Price 2, lowestBid=Price2. When price hits Price3, lowestBid=Price3. When Price come back up to level2, lowestBid=Price2 ....so on and so forth. lowestBid will keep changing with
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
FOREX trading robot 30 - 35 USD
Creating a powerful forex robot capable of handling multiple timeframes and efficiently identifying trades within a short span of 10 minutes requires a well-thought-out design encompassing robust technical and algorithmic frameworks. The goal is to develop a system that can process a significant number of entries across various timeframes (5 minutes, 15 minutes, 1 hour, 4 hours, and weekly) while ensuring accuracy
looking for experienced programmer to create trend reversal I want indicator that send alert with arrow on screen without open trades Uptrend Let’s say there is an uptrend on the chart. The first high (H) is followed by the first low (L), which in turn is followed by the second high (HH – higher high). After that, if the price drops out of the trend structure and forms a
Hi I need a experience programmer to build me all harmonic pattern scanner indicator the must send alert with arrow on screen without open trades Multiple times frame H4 D1 W1 MN multiple currency pairs and i want to see all historical patterns that already happened

Project information

Budget
30 - 50 USD
For the developer
27 - 45 USD
Deadline
from 1 to 10 day(s)