Expert Advisor/Robot needed that works using bollinger. bands

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

Время выполнения 2 дня
Отзыв от заказчика
Excellent work done by a professional who knows his work. Top Developer

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

I need mt5 trading robot Expert advisor that works on bollinger bands  with period 8 and standard deviation 0.5 .open a  buy trade when price closes above the upper band of bollinger bands with a stop loss below the 20 exponential moving average. close half the trade when price reenters closes inside   the bollinger bands. close the other half of the trade when price goes below the middle bollingerband .open a  sell trade when price closes below the lower band of bollinger bands with a stop loss above the 20 exponential moving average. close half the trade when price reenters  closes inside the bollinger bands. close the other half of the trade when price goes above the 8 exponential moving average . Advisor. should work on the multi timeframes. risk of each trade is 2%. Further details. of the other parameters to be discussed  

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

1
Разработчик 1
Оценка
(2311)
Проекты
2908
63%
Арбитраж
122
44% / 25%
Просрочено
429
15%
Работает
2
Разработчик 2
Оценка
(442)
Проекты
698
34%
Арбитраж
33
70% / 9%
Просрочено
22
3%
Работает
3
Разработчик 3
Оценка
(37)
Проекты
59
27%
Арбитраж
26
19% / 54%
Просрочено
10
17%
Работает
Опубликовал: 1 пример
4
Разработчик 4
Оценка
(50)
Проекты
64
20%
Арбитраж
11
27% / 55%
Просрочено
5
8%
Свободен
5
Разработчик 5
Оценка
(206)
Проекты
333
35%
Арбитраж
66
12% / 58%
Просрочено
87
26%
Свободен
6
Разработчик 6
Оценка
Проекты
0
0%
Арбитраж
2
0% / 100%
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(116)
Проекты
137
36%
Арбитраж
16
13% / 69%
Просрочено
9
7%
Свободен
8
Разработчик 8
Оценка
(15)
Проекты
20
35%
Арбитраж
3
0% / 100%
Просрочено
0
Свободен
Опубликовал: 1 пример
9
Разработчик 9
Оценка
(2)
Проекты
5
0%
Арбитраж
1
0% / 100%
Просрочено
0
Работает
10
Разработчик 10
Оценка
(64)
Проекты
83
28%
Арбитраж
9
33% / 56%
Просрочено
9
11%
Свободен
Опубликовал: 1 пример
11
Разработчик 11
Оценка
(7)
Проекты
14
21%
Арбитраж
1
0% / 100%
Просрочено
3
21%
Свободен
12
Разработчик 12
Оценка
(1)
Проекты
2
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
13
Разработчик 13
Оценка
(1)
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
14
Разработчик 14
Оценка
(43)
Проекты
66
12%
Арбитраж
12
58% / 42%
Просрочено
1
2%
Свободен
15
Разработчик 15
Оценка
(253)
Проекты
259
30%
Арбитраж
0
Просрочено
3
1%
Свободен
Опубликовал: 2 примера
16
Разработчик 16
Оценка
(298)
Проекты
427
26%
Арбитраж
18
61% / 33%
Просрочено
26
6%
Свободен
Опубликовал: 8 примеров
17
Разработчик 17
Оценка
(72)
Проекты
80
10%
Арбитраж
38
8% / 58%
Просрочено
6
8%
Свободен
18
Разработчик 18
Оценка
(3)
Проекты
3
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
19
Разработчик 19
Оценка
(160)
Проекты
285
35%
Арбитраж
18
22% / 61%
Просрочено
42
15%
Загружен
20
Разработчик 20
Оценка
(442)
Проекты
570
37%
Арбитраж
106
39% / 33%
Просрочено
17
3%
Свободен
21
Разработчик 21
Оценка
(618)
Проекты
1428
59%
Арбитраж
31
81% / 0%
Просрочено
10
1%
Свободен
22
Разработчик 22
Оценка
(322)
Проекты
499
67%
Арбитраж
5
40% / 0%
Просрочено
4
1%
Свободен
Опубликовал: 8 примеров
23
Разработчик 23
Оценка
(2644)
Проекты
3360
68%
Арбитраж
77
48% / 14%
Просрочено
342
10%
Свободен
Опубликовал: 1 пример
24
Разработчик 24
Оценка
(511)
Проекты
549
53%
Арбитраж
13
69% / 15%
Просрочено
3
1%
Свободен
25
Разработчик 25
Оценка
(270)
Проекты
552
49%
Арбитраж
57
40% / 37%
Просрочено
227
41%
Работает
26
Разработчик 26
Оценка
(273)
Проекты
396
63%
Арбитраж
70
53% / 26%
Просрочено
198
50%
Свободен
Похожие заказы
//+------------------------------------------------------------------+ //| XAU_Pro_Scalper.mq5 | //| Advanced Gold Trading Bot (Educational) | //+------------------------------------------------------------------+ #property version "1.00" #property strict #include <Trade/Trade.mqh> CTrade trade; input double RiskPercent = 1.0; input int StopLossPoints = 250; input int TakeProfitPoints = 700; input int FastEMA = 20;
Lucky Mpedi 50+ USD
To help with simple requirements and strategy to trade in metotrade 5 and to win or earn much money so that i can live better live. I hope i can get the robot for helping to trade
hello, please take a moment to review my project. It is for Quanttower. it is very detailed in the instructions. Thank you, Just let me know if you can do it and the whats the cost and timeframe
Key Requirements: Source Account: Connect to a Master account using Investor (Read-only) Password. Destination Account: Execute trades on a Live Slave account with full trading access. Currency Focus: The system must handle Currency Pairs accurately, including symbol mapping (e.g., EURUSD to EURUSD.m) between different brokers. Stealth Features: Remove/Disable all trade comments. Assign custom Magic Numbers to the
I need a developer to start robot from scratch based on existing EA that is running live. I do not have the source file as my previous coder did not give it to me. What I do have is the investor password which is running the EA from the coder side but not from my end. I like someone to monitor the account and re create the same system for me
XAU/USD Alert Bot MT4 30 - 120 USD
Project Summary: Create an alert-only MT4 EA for XAU/USD (5-minute chart) that detects a specific sequence of price action events and sends push notifications and optional sound/Telegram alerts when all conditions are met. ⸻ 1. Inputs / Settings • Enable/Disable Alerts → Boolean (true/false) • FVG minimum width (pips) → Default 2 • Order Block maximum width (pips) → Default 30 • Optional time filter → Default
We are looking for a professional developer or trader who already has a proven profitable EA or strategy based mainly on price action logic. Important requirements: No Martingale No Grid No Micro-scalping Avoid heavy indicator-based strategies Strategy should be based mainly on price behavior / market structure We are not looking for aggressive systems that promise unrealistic returns. Our focus is on stable
I am looking for an expert MQL5 developer to build a high-precision Hedging System between two different MT5 brokers running on the same local PC. Core Objective: Execute opposite (inverse) trades between a Master and Slave account (e.g., Master BUY = Slave SELL, Master SELL = Slave BUY). The Challenge: Standard "Trade Copiers" are insufficient as they cannot prevent single-legged exposure when using manual trading
I want robot that can help me trade and make some money so that I can be able to learn from it while I'm still in depot account now.Is how it gonna help me with some money
Hello, I have two requests: First: Feature Modification Request Currently, the EA places only one pending order at a time. I want to modify this to place two opposite pending orders (Buy Stop and Sell Stop) simultaneously, with the distance between them aligned with the existing Breakeven and Trailing Stop settings in the bot. How it should work: The EA places a Buy Stop above current price and a Sell Stop

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

Бюджет
30 - 150 USD
Сроки выполнения
до 60 дн.