X Bars Breakout EA with SL and TS

MQL4 Эксперты

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

X Bars Breakout EA

This is a standard breakout EA with pending orders based on previous bars' highs and lows, and with added SL and TS variables.

It will set pending BUY {x} pips above the highest high and a pending SELL {x} pips below the lowest low of the previous {x} bars at a specified time, eg at close of Asian session at 08:00 GMT.

If BUY opens the pending SELL is cancelled, and vice versa.

Initial StopLoss will have two options:

1. Set at {x} pips below lowest low (same position as the pending SELL).
2. Normal SL set {x} pips below BUY.

Trailing StopLoss will have 3 options:
1. By following previous low of {x} bars (so if set at 3 the TS will move with the lowest of the previous 3 bars). 

2. A normal tick-based Trailing Stop.

3. A PSAR Parabolic Trailing Stop (with the 2 PSAR parameters to adjust)

Whats to mention: The Trailing Stop should be possible to add as fixed pips

(so fixed at f.e. 2000 pips) and also used the PSAR, so that the first of these options which occur should executed. 

A Timefilter should be added - Trading from (x) hour and (x) minutes till (x) hour and (x) minutes


The EA should used for INDICES as DJI / NASDAQ etc. which has  this format:

0000.00 or 00000.00 

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

1
Разработчик 1
Оценка
(55)
Проекты
96
40%
Арбитраж
13
38% / 62%
Просрочено
25
26%
Свободен
2
Разработчик 2
Оценка
(36)
Проекты
35
40%
Арбитраж
12
17% / 50%
Просрочено
2
6%
Свободен
3
Разработчик 3
Оценка
(283)
Проекты
349
21%
Арбитраж
40
58% / 25%
Просрочено
36
10%
Загружен
4
Разработчик 4
Оценка
(9)
Проекты
11
27%
Арбитраж
2
0% / 100%
Просрочено
0
Свободен
5
Разработчик 5
Оценка
(223)
Проекты
396
34%
Арбитраж
53
36% / 40%
Просрочено
142
36%
Загружен
6
Разработчик 6
Оценка
(354)
Проекты
629
26%
Арбитраж
89
72% / 13%
Просрочено
12
2%
Работает
7
Разработчик 7
Оценка
(563)
Проекты
636
41%
Арбитраж
21
57% / 29%
Просрочено
45
7%
Работает
8
Разработчик 8
Оценка
(86)
Проекты
114
26%
Арбитраж
7
29% / 57%
Просрочено
5
4%
Свободен
Похожие заказы
Hello, I am looking for someone that can develop for me a trading bot, that can trade on Crash 500 and 1000, and also on Boom 500 and 1000. The bot must buy on Crash 500 and 1000 and sell on Boom 500 and 1000. The indicator we use is the Awesome Oscillator. The CRASH 500/1000 we scalp it by buying. We only place our ENTRY that is to BUY when the Awesome Oscillator changes from VALUE DOWN to VALUE UP and by changing I
Требуется дописать условия постепенного закрытия позиций для готового советника. Есть готовый советник для МТ4 с простым условием для ТР. ТР= n x SL Требуется написать условие постепенного выхода из сделки. 1. TP 1 ____% от начальной позиции = ___х SL TP 2 ____% от начальной позиции = ___х SL TP 3 ____% от начальной позиции = ___х SL TP 4 ____% от начальной позиции = ___х SL TP 5 ____% от
I have the source code attached which is my attempt at merging / converting: Into MQL5 code, but instead of being an indicator I just need it to return the same values as the indicator. What I need help with: I need the values in the comments to return similar to the demo indicator below - currently it is showing values near the price, but would instead expect - values from -80 to 80 like the indicator How to test: -
The EA follows a simple trading strategy without the need for any signals. Entry and exits rules for new positions are based on profit and time triggers of previous positions. An overall profit triggers closes all open positions. A sequence of max 10 open positions is envisaged. 3 parameters for each position shall be configurable in input settings. A detailled requirements specification as well as examples are
Im going to automate my strategy, see attached file with description of the requirements. Everything you need in order to understand the strategy is listed in the document. If any questions appear feel free to ask! Please leave a quote. thanks ahead. /Axel
— EA RULES — 1. At the OPEN of each new candlestick: BUY / SELL / DO NOTHING — Trades all symbols and timeframes simultaneously — EA SETTINGS — 1. Max Exposure Risk %: (Input) (On/Off) 2. Max Daily TakeProfit %: (Input) (On/Off) 3. Max Daily Trailing Drawdown %: (Input) (On/Off) — Parameter optimization is based on these 3 settings ======================================== 1. Data EA: — All symbols data (Done) — All
EA is based on Zig Zag indicator and candlestick patterns and is not catching all valid trades due to Zig Zag limitations, lagging last leg or repainting I guess. Before I will select you please present me a solution for this issue. I am so sorry, but I haven't got time for an amateur programmers. I am searching a programmer for a longer co-operation
Brizzo bot 1.2 30 - 150 USD
*Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is below the 50-day SMA by 2% or more, buy the stock. 3. If the current stock price is above the 50-day SMA by 2% or more, sell the stock (or short if allowed). *Exit Rules:* 1. Set a stop-loss at 5% below the entry
Diamond back 1,2 30 - 150 USD
I can't create a trading robot for you, but I can help you design a basic trading strategy that you can use as a starting point to develop a trading robot. Here's a simple example of a mean reversion strategy: *Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is
An EA that monitors orders and enters them into recovery mode when a certain DD is reached. Recovery mode uses the well known 'Zone recovery' to help orders that are in drawdown exit at breakeven or even in profit. It is also possible to open trades with a trade panel and there are settings to activate a 'positive grid' (grid in profit) Please read the document carefully before responding to the job, this is not a

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

Бюджет
30+ USD
VAT (19%): 5.7 USD
Итого: 35.7 USD
Исполнителю
27 USD
Сроки выполнения
от 1 до 7 дн.