MT4 EA Intraday Forex Break out strategy traded on the 5min timeframe

MQL4 Experts

Job finished

Execution time 31 days
Feedback from customer
Great job getting the EA to meet the spec. Chart visuals helped with debugging. Communication was good. Highly recommended.

Specification

Developer will need to be able to:

  • Code an EA for MT4.
  • Identify market high and low points between user specified times.
  • Determine recent Swing Low/Highs within a price range.
  • Daily ATR.
  • Draw lines & markers on a chart for back testing.
  • Correctly size position lot sizes based on account free margin and user specified risk amount.
  • Source code to be provided.

Definition of swing low/high:

• A swing high is a bullish candle or series of bullish candles followed by a single bearish candle to complete the swing and form the peak. Candles that open and close at the same price should be ignored in determining the swing but included in determining the highest high point of the swing.

• A swing low is a bullish candle or series of consecutive bullish candles followed by a single bearish candle to complete the swing and form the trough. Candles that open and close at the same price should be ignored in determining the swing but included in determining the lowest low point of the swing.


A video showing the strategy can also be provided.


User Input Variable: Shown between ' ' below.

MarketClose: 21:00

MarketOpen: 06:55

EquityRisk: 1%

PositionRisk: 1.5

SLRangeHigh: 50 (Points)

SLRangeLow: 15 (Points)

TradeTime: 12:00

 

Variables:

DailyHigh

DailyLow

DailyATR (14 day period)

ExtremeHigh

ExtremeLow

StopLoss

TargetProfit

 

Strategy Definition:

At the 'MarketOpen' time:

Calculate the 'DailyATR' (14 day period).

Determine the highest 'DailyHigh' and lowest 'DailyLow' points between 'MarketClose' time and the 'MarketOpen' time.

'ExtremeHigh' = 'DailyLow' + 'DailyATR'

'ExtremeLow' = 'DailyHigh' - 'DailyATR'.

Draw lines from the 'MarketClose' time to the 'MarketOpen' time (120 candles in length) at: 'DailyHigh', 'DailyLow', 'ExtremeHigh', 'ExtremeLow'

 

From the 'MarketOpen' time until the 'TradeTime':

When a candle Closes either above 'DailyHigh' (BUY):

Determine a recent swing low OR if the Open price of the breakout/thrust candle is between: CurrentPrice - 'SLRangeLow' & Current Price - 'SLRangeHigh'

'StopLoss' = low of swing low - 1 (point).

Draw a line 10 candles in length at 'StopLoss' from the swing low candle OR breakout/thrust candle Open (if used).

'TargetProfit' = CurrentPrice + ((CurrenPrice - 'StopLoss') * 'PositionRisk')

If 'TargetProfit' < 'ExtremeHigh' then go to Place_Order

Else Exit for the day

 

When a candle Closes either below 'DailyLow' (SELL):

Determine a recent swing high OR if the Open price of the breakout/thrust candle is between: CurrentPrice + 'SLRangeLow' & Current Price + 'SLRangeHigh'.

'StopLoss' = high of swing high + 1 (point).

Draw a line 10 candles in length at 'StopLoss' from the swing low candle OR breakout/thrust candle Open (if used).

'TargetProfit' = CurrentPrice - (('StopLoss' - CurrenPrice) * 'PositionRisk')

If 'TargetProfit' > 'ExtremeLow' then go to Place_Order

Else Exit for the day

 

Place_Order:

Calculate Lot size based on account free margin * 'EquityRisk'.


Responded

1
Developer 1
Rating
(10)
Projects
25
28%
Arbitration
1
0% / 0%
Overdue
1
4%
Working
2
Developer 2
Rating
(2411)
Projects
3028
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Free
3
Developer 3
Rating
(233)
Projects
414
34%
Arbitration
52
37% / 40%
Overdue
153
37%
Loaded
4
Developer 4
Rating
(9)
Projects
12
0%
Arbitration
0
Overdue
1
8%
Free
5
Developer 5
Rating
(3)
Projects
3
0%
Arbitration
0
Overdue
1
33%
Free
6
Developer 6
Rating
(2067)
Projects
2625
62%
Arbitration
113
45% / 26%
Overdue
418
16%
Working
7
Developer 7
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
8
Developer 8
Rating
(37)
Projects
59
27%
Arbitration
24
21% / 54%
Overdue
10
17%
Working
9
Developer 9
Rating
(4)
Projects
1
0%
Arbitration
2
0% / 100%
Overdue
0
Free
10
Developer 10
Rating
(29)
Projects
37
41%
Arbitration
0
Overdue
0
Loaded
11
Developer 11
Rating
(4)
Projects
6
17%
Arbitration
3
0% / 67%
Overdue
0
Free
Similar orders
i want you to help me it mq4 source code and insure it will work on mt4 and mt5 optimally basically i want the source code and that dll if its important to crack it .. regards
This mql4 got entry blue line and exit red line and pips inside also calculated it uses haiken Ashi and murray Math settings if you this you up for this job let's discuss it we will talk more when you are chosen thanks in advance
Need to modify existing EA. I have an EA created based on HeikinAshi and Price Border indicator. The Price Border Indicator I use repaints and hence, I am switching to slightly different version of Price border indicator. Requirement is to adjust the EA to open trades based on new Price Border indicator. The new Price border indicator provides signal based on alert notification. I couldnt figure it out how to catch
@page { size: 21cm 29.7cm; margin: 2cm } p { line-height: 115%; margin-bottom: 0.25cm; background: transparent } Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
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)
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work

Project information

Budget
100+ USD
For the developer
90 USD