Momentum based breakout EA on offline chart

MQL4 Эксперты

Работа завершена

Время выполнения 16 дней

Техническое задание

Toxic_Flow
 

1:  This is a momentum based, breakout trading methodology on a Range Bar based offline chart using the "Night Nurse" and "Night Nurse Extra" indicators.  The "Session" indicator is to filter out negative R:R as well as target profits and move S/L.

2:  Opening Position is determined when Night Nurse and/or Night Nurse Extra signal.  S/L is set to the extreme (H/L) of the previous candle.  (i.e. if Night Nurse and/or Night Nurse Extra signal a long entry then S/L is placed at previous candles low)

            2a.  Entry candle must have an open time past the user defined time (default 1000 server time)

                  -note; Range bars candles are timeless and open at a non-interval rate.  The signal CANDLE itself must have the open time greater than user defined setting, NOT server's time.

            2b.  Position size user defined as either lot size or based on account %

3:  Take Profit is user defined based on the total session range (default 60 pips from 1000-1800)

4:  S/L is moved to B/E when session reaches user defined range (default 40 pips)

5:  Option to filter out trades with a user defined R:R ratio (default 1:1).  (e.g.  If the session reached a 36 pip range when signaling an entry and has a S/L of 25 pips.  Then, with a target set to a 60 pip session range, the distance to profit would be 24 pips with a S/L of 25. This R:R would be less than 1:1 and signal would be ignored).

            -note; Set to zero to use range in pips filter.

6:  Option to filter out trades with a user defined session range in pips (default 32).  (e.g.  session starts a 1000 price makes a range of 32 pips and then if Night Nurse or Night Nurse Extra signal entry it is ignored)

7:  Option to enter on reversal If a signal is skipped/ignored. (default off)

            7a.  Entry on signal in opposite direction of ignored signal if still within user defined session times. 

            7b.  S/L is previous candle High or Low.  TP user defined (default 40 pips)

8:  Option to enter on user defined consecutive signals (default 1).  (e.g.  If set to 2, then, when Night Nurse or Night Nurse Extra signal long then entry would be on either/or the next long signal.  If both indicators signal on same candle, then entry is taken as well.)

            8a.  Must be consecutive signals, but not consecutive candles.  If Night Nurse Extra signals long and Night Nurse signals short, then entry would be taken on next short signal by either indicator.

 

To summarize; 

After a specified candle open time, the EA looks for a signal from the indicators while measuring the price range of the session.  If within parameters, the EA opens a position in the direction of the trade signal, it sets s/l to previous candle (H/L) and sets T/P to where the range of the session reaches specified pips.  S/L is moved to B/E when the session's range exceeds the set value to do so.  If the signal is not taken due to the session's range being larger than set value, then, the EA looks for a signal of the opposite direction to enter (optional).  S/L set to previous candle (H/L) and T/P set to pips away from session (H/L).  Option to have entry after consecutive signals as well.

(i.e.) I am watching London session.  Starting at 1000 mt4 time.  During the first hour price moves in a range of 20 pips.  Its now 1100 and the next range bar closes with one of the Night Nurse indicators signaling long.  The range bar's open time is 1037 and the parameter is set to have an open time past 1000 so the position is opened with t/p set to 40 pips away as the EA see's the session is already has a range of 20 pips and the parameters are set to place t/p where the session reaches 60 pips.  The s/l is set to the previous candles low.  Price then moves in my favor, expanding the sessions range another 20 pips.  The EA now sees the session’s range is at 40 pips and moves s/l to b/e.  Price hits t/p and the party begins.

(If the session’s range would have been 32 and more, or the open candle time was set to 1100 instead of 1000, then the signal would have been ignored and the EA would be looking for a reversal signal.)


Here's a link to the range bar Indi, dll and instructions

http://liveforexsignal.com/download/Range-Bars-Chart-Indicator

Откликнулись

1
Разработчик 1
Оценка
(48)
Проекты
80
28%
Арбитраж
8
75% / 13%
Просрочено
41
51%
Свободен
2
Разработчик 2
Оценка
(14)
Проекты
19
11%
Арбитраж
1
0% / 100%
Просрочено
5
26%
Свободен
3
Разработчик 3
Оценка
(119)
Проекты
177
84%
Арбитраж
2
0% / 50%
Просрочено
7
4%
Работает
4
Разработчик 4
Оценка
(1)
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
5
Разработчик 5
Оценка
(1859)
Проекты
3463
88%
Арбитраж
73
40% / 15%
Просрочено
265
8%
Свободен
6
Разработчик 6
Оценка
(26)
Проекты
34
26%
Арбитраж
7
14% / 43%
Просрочено
7
21%
Свободен
7
Разработчик 7
Оценка
(266)
Проекты
540
50%
Арбитраж
55
40% / 36%
Просрочено
224
41%
Работает
8
Разработчик 8
Оценка
(4)
Проекты
5
0%
Арбитраж
5
0% / 80%
Просрочено
2
40%
Свободен
Похожие заказы
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Dr Pattern 30+ USD
good day i need the service of the seaso coder to help me fix my ea The Job required 1 knowledge of Mt4 and Mt5 indicator coding 2. Telegram code 3. ability to code indicator to work on multiple Time frame combine to trade 4 Ability to Join two or three indicator on same ir different time frame if you have these skill please let chart i will discuss the details of the Job inside to you The required day including
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later

Информация о проекте

Бюджет
30 - 200 USD
Исполнителю
27 - 180 USD