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

MQL4 전문가

작업 종료됨

실행 시간 31 일
고객의 피드백
Great job getting the EA to meet the spec. Chart visuals helped with debugging. Communication was good. Highly recommended.

명시

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'.


응답함

1
개발자 1
등급
(10)
프로젝트
25
28%
중재
1
0% / 0%
기한 초과
1
4%
작업중
2
개발자 2
등급
(2411)
프로젝트
3028
66%
중재
77
48% / 14%
기한 초과
340
11%
무료
3
개발자 3
등급
(233)
프로젝트
414
34%
중재
52
37% / 40%
기한 초과
153
37%
로드됨
4
개발자 4
등급
(9)
프로젝트
12
0%
중재
0
기한 초과
1
8%
무료
5
개발자 5
등급
(3)
프로젝트
3
0%
중재
0
기한 초과
1
33%
무료
6
개발자 6
등급
(2067)
프로젝트
2625
62%
중재
113
45% / 26%
기한 초과
418
16%
작업중
7
개발자 7
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
8
개발자 8
등급
(37)
프로젝트
59
27%
중재
24
21% / 54%
기한 초과
10
17%
작업중
9
개발자 9
등급
(4)
프로젝트
1
0%
중재
2
0% / 100%
기한 초과
0
무료
10
개발자 10
등급
(29)
프로젝트
37
41%
중재
0
기한 초과
0
로드됨
11
개발자 11
등급
(4)
프로젝트
6
17%
중재
3
0% / 67%
기한 초과
0
무료
비슷한 주문
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and
Hello, I’m looking for a profitable mt4 or mt5 EA that makes 10+% montly. No martingale or grid strategy. No major equity fluctuations. If you have an EA with proven track record please contact me
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
@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

프로젝트 정보

예산
100+ USD
개발자에게
90 USD