Breakout EA. complete strategy explained in details

MQL4 Experts

Job finished

Execution time 1 day
Feedback from employee
Highly valued client . Highly recommended . Would like to work with again . A++++++++++++++
Feedback from customer
smooth as butter. he's professional and added more options to my EA to improve it. you really want to hire him as your developer. highly recommend of course.

Specification

this EA will use a simple breakout strategy with reverse entries.

the EA should be coded manually. no EA generators are allowed.

Q: what are the reverse entries ?

A: these will be pending Stop orders. these pending stop orders will be put in some price levels if the main entry failed. it will be explained in details later.

first, i will explain the inputs (parameters) in order. then the entry rules. each parameter will be explained in details.





Public Parameters (can be edited by the user)

Auto_MM (Boolean)

1: True (will use auto money management according to the risk ratio and type. explained below)

1: False (will use the manual lot parameters for the main entry and the reverse entry. this will also be explained)


Risk_Ratio (Number):

the EA will risk a given % of the Equity or Balance for every trade.


Risk_Type: (Drop down list)

1: Equity (the EA will risk a given % of the Equity for every trade.)

2: Balance (the EA will risk a given % of the Balance for every trade.)


Reverse_Multiply_Factor: (number)

this will be the multiply factor for the reverse lot size. for example, if the multiply factor is 2.0 and the lot size for the main entry was (0.10) then the reverse lot size will be (0.20).


Main_Lot (number):

this will be used when AutoMM is False.


Reverse_Lot (number):

this will be used when the Reverse_Multiply_Factor is set to 0


Starting_Hour (number):

this is when the EA will start to check for the entry rules. the entry rules will be explained in details later.

for example, if set to 10, then the EA will start looking for the entry rules if the previous hour is 10.


Signal_Timeout (number):

if set to 10 for example and no signals were found after 10 candles, the EA will wait for another day.


Main_Take_Profit (Number):


this will be the take profit for the main entry.


Main_Stop_Loss (Number):

this will be the stop loss for the main entry.


Reverse_Take_Profit (Number):

this will be the take profit for the reverse entry.


Reverse_Stop_Loss (Number):

this will be the stop loss for the reverse entry.


Reverse_Shift (number):

this will move the pending order x pips away from price level specified (reverse orders will be explained in details below)

for example, if set to 10: the pending buy order will move 10 pips up and the pending sell order will move 10 pips down if the main order hit SL (reverse orders will be explained in details below)


Gap_Killer (True/False)

if set to true, the EA will close any buy order if the price is above the TP or below the SL and will close any sell order if the price is below the TP or above the SL.


Use_Double_Reverse (True/False)

when set to True, the EA will allow the 2 reverse orders to be executed together

when set to false, the other reverse order will get cancelled if one is triggered


Main_Break_Even (number)

applies break even for main orders


Reverse_Break_Even (number)

applies break even for reverse orders


Magic_Number (number)

magic number




Hidden Parameters (cannot be edited by the user. embedded into the code)

Account_Number (number):


the EA will work only if the running account number matched the account number specified inside the code.

Comment (Text):

will show comment on order




Main Entry Rules:

if the previous bar time = Starting_Hour then

the EA will wait for the price to close above the Starting_Hour candle high or below the Starting_Hour candle low.

buy entry: when the price closes above the Starting_Hour candle high

sell entry: when the price closes below the Starting_Hour candle low

example:


example 1

in the example above.

number 1: is the Starting_Hour candle (assuming we selected 10 o'clock)

number 2: the price closed blow the Starting_Hour low

number 3: order opened and hit the TP


Reverse Pending orders
the Reverse Pending orders will be placed once the main order hit the SL.
and will not be placed at allof the main order hit the TP.

Reverse Pending orders price level:
the reverse pending orders will be placed as such:
if the main order hit the SL:
1 pending buyorder will be put x pips abovethe SL if the main order has been closed. (x pips =
Reverse_Shift input from the parameters)
1 pending sellorder will be put x pips belowthe SL if the main order has been closed. (x pips = Reverse_Shift input from the parameters)


example:


these 2 red lines represents the reverse order placement according to our Reverse_Shift

reverse orders takes the SL price level as its base point and move the pending buy order x pips above it and the pending sell order x pips below it (according to Reverse_Shift)

if one reverse order hit TP, the other will be cancelled

if one reverse order hit SL, it will NOT cancel the other reverse order

Responded

1
Developer 1
Rating
(362)
Projects
506
40%
Arbitration
147
18% / 72%
Overdue
99
20%
Loaded
2
Developer 2
Rating
(356)
Projects
632
26%
Arbitration
89
73% / 13%
Overdue
12
2%
Free
3
Developer 3
Rating
(163)
Projects
193
48%
Arbitration
2
50% / 50%
Overdue
1
1%
Free
4
Developer 4
Rating
(65)
Projects
87
39%
Arbitration
3
0% / 33%
Overdue
29
33%
Free
5
Developer 5
Rating
(2)
Projects
2
50%
Arbitration
0
Overdue
0
Free
6
Developer 6
Rating
(266)
Projects
540
50%
Arbitration
55
40% / 36%
Overdue
224
41%
Working
Similar orders
🔻 Sell Order - Conditions to Place the Order: Both conditions must be met to execute a sell order: Condition 1: After a doji bar, if the next two bars (or a configurable number of bars) are bearish and have no upper wicks: Open a sell trade when the second bearish bar (or the final bar in the sequence) closes. Condition 2: The Parabolic SAR indicator must be above the bars when entering the trade. Condition 3: entry
I am looking for high accuracy mt4 indicators (non repainting) or high profit bots. Do you have any such products? I am not looking to have anything built for me. I am only interested in products already built that have excellent track record (with proof)
Good day, I hope this message finds you well. I would like to request the development of an Expert Advisor (EA) for MetaTrader, based on two specific indicators: the Trend Path indicator and the Diamond Reversal indicator. Below are the details for the EA's logic and trade execution criteria: Sell Trade Criteria: Indicators and Signals: Trend Path Indicator : Shows a red trend. Diamond Reversal Indicator : Provides a
It only works for deriv, it was running properly but after not using it for a while it developed some bugs, I don't know what bugs it have but all my codes look fine. So l need the developer to check fr me the bugs and fix it. The strategy it uses is High frequency trend following bot using SMT divergence with MACD and MA confirmation triggered with 1m fvgs
Looking for an mql5 EA developer to build a custom EA for MT5 based on several simple variables. It will be initially used on 5m EUR/USD, but needs to work with any currency/commodity/stock/crypto. Custom risk management will also need to be built into the EA. Exact variables will be discussed in detail once a developer is selected, but a basic overview of the EA variables is below. Positions will be opened based on
I require a breakdown analysis of an existing EA I have been using with some success on MT4. If possible I would like a developer to breakdown the Smart Machine EA, to understand why it places trades, under what market conditions, what indicators it uses etc. With the requirement specifications from the EA, I would then like to modify it to reduce some risk, and create a new EA
Hello, Can you build and help me optimize the following very simple strategy using tradingview: 1.) On QQQ, Wait for market opening range 10 minute bar to close. 2.) Go long beyond the high of 10 min range OR short below on low of 10 min range. (intrabar entry not on close of next bar) 3.) Stop loss is the opposite end of the 10 minute range. All stops and exits are intrabar. Far backtesting can we use 10 minute
This EA is for renko charts. When a bullish candle closes above the last red dash -, open a buy trade at x pips from the close of that candle. If x=0, open a buy trade. When a bearish candle closes below the last blue dash -, open a sell stop at x pips from the low of the bearish candle, if x=0, open a sell trade. The stop loss of a buy trade should be placed at y pips from the low of the bearish candle with the red
Hello developers, no negotian please this is the fucken last badget for this EA I need to code EA which can sell and buy within my help(semi-auto) and by gathering data from an indicator. I have the indicator needed for the strategy. It is very semple job. Here is the rules : 1 - I can set which direction for the ea to work buy or sell . 2- the ea collect the
Good programme Skill needed, ability to built high frequency trading (hft) expert advisor that works on MT4 and MT5 no Grid, no Matin. just Short term trade that last 1sec - 5mins for profit take, that can be used to trade on demo and live accounts RAW ECN icmarket, Blackbullmarket, Fusion market, FPMarkets and 8cap. The EA has to be highly profitable, giving daily profit. If a test version is available, please send

Project information

Budget
30 - 40 USD
For the developer
27 - 36 USD
Deadline
from 3 to 14 day(s)