EA based on one candlestick pattern with Risk management

MQL5 Эксперты

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

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

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

A request for a simple Expert Advisor based on one candlestick pattern.

0. Risk Management

It must have a possibility to choose the risk from 1% to 5% of the account's Equity per trade


1. Enter Long


BUY Configuration


if Low[1]<Low[2] AND Open[1]<Close[1] AND Open[2]>Close[2]


then high[1]=entryBUYlevel AND low[1]=exitBUYlevel


Entry
if exitBUYlevel was untouched by Bid pice AND if Bid>entryBUYlevel Enter Long

*there should be actual crossing of entryBUYlevel. Open price of the candle where the signal appears should be lower than entryBUYlevel and when Bid goes higher than this level the BUY signal is valid. If there is a gap and the candle opens above the entryBUYlevel there is no actual crossing and there shouldn't be any BUY.


** The entryBUYlevel should be valid till either Bid<exitBUYlevel or there is a valid SELL configuration


2. Enter Short


SELL configuration

if High[1]>High[2] AND Open[1]>Close[1] AND Open[2]<Close[2]


then Low[1]=entrySELLlevel AND high[1]=exitSELLlevel


Entry

if exitSELLlevel stays untouched by Bid pice AND if Bid<entrySELLlevel Enter Short

*there should be actual crossing of entrySELLlevel. Open price of the candle where the signal appears should be higher than entrySELLlevel and when Bid goes lower than this level the SELL signal should be valid. If there is a gap and the candle opens below the entrySELLlevel there is no actual crossing and there shouldn't be any SELL.


** The entrySELLlevel should be valid till either Bid>exitSELLlevel or there is a valid BUY configuration


3. Exit Long

    • if Bid<exitLONGlevel;

    • if there is an opposite signal

    • exit on the first, second, third, fourth or fifth PROFITABLE OPEN PRICE (Larry Williams Bailout). Here must a be parameter which allows optimization;

    • Trailing stop

*there should be an option to choose either Trailing stop or PROFITABLE OPEN PRICE to be active


4. Exit Short

    • if Bid>exitSELLlevel;

    • if there is an opposite signal

    • exit on the first, second, third, fourth or fifth PROFITABLE OPEN PRICE (Larry Williams Bailout). Here must a be parameter which allows optimization;

    • Trailing stop

*there should be an option to choose either Trailing stop or PROFITABLE OPEN PRICE to be active

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

1
Разработчик 1
Оценка
(4)
Проекты
6
0%
Арбитраж
2
50% / 50%
Просрочено
0
Свободен
2
Разработчик 2
Оценка
(182)
Проекты
342
42%
Арбитраж
118
12% / 73%
Просрочено
104
30%
Свободен
3
Разработчик 3
Оценка
(1235)
Проекты
2820
80%
Арбитраж
156
22% / 43%
Просрочено
488
17%
Свободен
4
Разработчик 4
Оценка
(82)
Проекты
150
29%
Арбитраж
9
44% / 11%
Просрочено
46
31%
Свободен
5
Разработчик 5
Оценка
(273)
Проекты
395
63%
Арбитраж
70
53% / 26%
Просрочено
198
50%
Свободен
6
Разработчик 6
Оценка
(15)
Проекты
65
58%
Арбитраж
6
17% / 33%
Просрочено
39
60%
Свободен
7
Разработчик 7
Оценка
(62)
Проекты
140
46%
Арбитраж
19
42% / 16%
Просрочено
32
23%
Свободен
8
Разработчик 8
Оценка
(63)
Проекты
80
28%
Арбитраж
17
12% / 76%
Просрочено
48
60%
Свободен
9
Разработчик 9
Оценка
(9)
Проекты
18
22%
Арбитраж
3
67% / 33%
Просрочено
4
22%
Свободен
10
Разработчик 10
Оценка
(491)
Проекты
1017
58%
Арбитраж
29
28% / 24%
Просрочено
132
13%
Свободен
11
Разработчик 11
Оценка
(7)
Проекты
15
47%
Арбитраж
6
33% / 17%
Просрочено
4
27%
Свободен
12
Разработчик 12
Оценка
(18)
Проекты
37
43%
Арбитраж
6
17% / 50%
Просрочено
17
46%
Свободен
13
Разработчик 13
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
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

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

Бюджет
10 - 50 USD
VAT (20%): 2 - 10 USD
Итого: 12 - 60 USD
Исполнителю
9 - 45 USD
Сроки выполнения
от 1 до 10 дн.