An EA openning trade instantly when the EMA is touched - tune up exisitng code that opens on

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

Время выполнения 4 дня
Отзыв от заказчика
Available and helpful. Checking the effects of tests and providing more information any time when asked. Thank you for your help and providing the expected solution:)!
Отзыв от исполнителя
Clear project specifications and swift communication, 5/5.

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

Hey, I would like to run EA on muliple symbols and on each symbol can have different preset depending on strategy optimation.  It should run on MT5. 
==
I am a beginner in mql5, tried to write it on my own so some code exists, but open positions on the next opened bar, and trailing stop is fixed, not ATR based.  It calculates SL as % of risk but doesn't work when position size is bigger than balance allows (so no max set);/  I can present the code to the one that decides to write it.
====
Description:
simple strategy that should open trades when EMA1 and EMA2 are in the right order, so basically it will work when the market is trending. 


Requirements

Buy postition:
Buy when price touches the faster EMA1 from above  AND EMA1 is above slower EMA2
It should open the trade instantly when EMA1 touched, not waiting for candle close
I shoud be able to set up timeframe on which EA operates for particular symbol (usually CFD indexes but might happen to trade forex, so points must be normalised



Short position:
Sell when price touches the faster EMA1 from below and EMA1 is below slower EMA2
It should open the trade instantly when EMA1 touched, not waiting for candle close
I shoud be able to set up timeframe on which EA operates for particular symbol (usually CFD for indexes but might happen to trade forex, so points must be normalised



General:
-Stoploss / TP  fixed (different for TP and SL)   OR based on ATR (range to define)  and it's multiplier     so example SL = 2 * ATR(14)  and TP = 3 * ATR(14)
-Should have possiblity to define moving SL to BE after x pips in your favor
-Should have true false flag if possible to open only one trade daily or can open multiple if signal appears 
-Should have ability to set trading hours
- Position size based on %of equity in risk as set for stop loss   OR fixed size 
- Shoud have Trailing stop (different for Buy and sell)  fixed   OR based on ATR (range to define)  and it's multiplier     so example Trailisng stop for Buy position = 2 * ATR(14)  and  Trailing stop for Sell = 3 * ATR(14)
- should alllow to set slippage parameter because bounce from the EMA can be fast


I should have possibility to avoid "false signals" . So for Buy position example: when price is above EMA2,  and crosses EMA1, and then falls again.  So strategy should have a parameter that in this particular day price was above EMA1  (if only one signal daily considered)








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

1
Разработчик 1
Оценка
(376)
Проекты
398
31%
Арбитраж
62
19% / 69%
Просрочено
50
13%
Загружен
2
Разработчик 2
Оценка
(10)
Проекты
25
28%
Арбитраж
2
0% / 0%
Просрочено
1
4%
Загружен
3
Разработчик 3
Оценка
(158)
Проекты
226
22%
Арбитраж
15
60% / 20%
Просрочено
1
0%
Загружен
4
Разработчик 4
Оценка
(401)
Проекты
705
49%
Арбитраж
57
16% / 49%
Просрочено
129
18%
Свободен
5
Разработчик 5
Оценка
(24)
Проекты
31
16%
Арбитраж
7
29% / 43%
Просрочено
4
13%
Работает
6
Разработчик 6
Оценка
(9)
Проекты
12
25%
Арбитраж
1
0% / 0%
Просрочено
0
Работает
7
Разработчик 7
Оценка
(1092)
Проекты
1448
45%
Арбитраж
49
73% / 12%
Просрочено
36
2%
Свободен
8
Разработчик 8
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
9
Разработчик 9
Оценка
(42)
Проекты
62
8%
Арбитраж
12
58% / 42%
Просрочено
1
2%
Свободен
10
Разработчик 10
Оценка
(95)
Проекты
117
38%
Арбитраж
9
89% / 0%
Просрочено
0
Свободен
11
Разработчик 11
Оценка
(61)
Проекты
186
73%
Арбитраж
4
100% / 0%
Просрочено
1
1%
Свободен
12
Разработчик 12
Оценка
(2428)
Проекты
3057
66%
Арбитраж
77
48% / 14%
Просрочено
340
11%
Работает
13
Разработчик 13
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
14
Разработчик 14
Оценка
(549)
Проекты
1332
59%
Арбитраж
28
82% / 0%
Просрочено
10
1%
Свободен
15
Разработчик 15
Оценка
(36)
Проекты
45
36%
Арбитраж
0
Просрочено
0
Свободен
16
Разработчик 16
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
17
Разработчик 17
Оценка
(14)
Проекты
23
26%
Арбитраж
7
43% / 29%
Просрочено
3
13%
Загружен
Похожие заказы
This is not an EA that actually opens/closes trades. Instead this project involves creating a dashboard where the user can create a grid trade scenario with initial entry and scale trade pip distances, lot sizes for each trade, and draw down amount. It then calculates the break-even + profit level where all trades would close. For each new scale trade the BE+ point is recalculated which is then displayed on the
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hi guys I would like to k ow if someone has experience with machine learning models? I would like to train a model to identify if there is a range market or trendy market based on several parameters like EMA and ATR for example. If we use for example a 20 and 50 EMA and we measure the distance between both lines the algo should oearn if the trend is strong or weak. If it‘s steong it keeps trending and if it‘s weak
Hello I need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Hello, I‘m interested in an indicator to predict the next candles probability (bullish or bearish). But honestly I have no idea how to do this. Would be interested in your opinion how we can create such an indicator. Please let me know if you‘ve done similar work
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
New york session based strategy 9:30 open Price takes out buy side or sell side liquidity Usually using 15min high and lows 5m entry Price takes out that high/low and price must close strongly back into the zone Is price is above price we have a sell bias vis versa for buys Sl is at the high or low with option for “offset” for cushion Tp is usually the opposite High or low. Would like the option for set pips-points &
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a

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

Бюджет
30 - 70 USD
VAT (23%): 6.9 - 16.1 USD
Итого: 36.9 - 86.1 USD
Исполнителю
27 - 63 USD
Сроки выполнения
до 10 дн.