An expert advisor based on Donchian Channel, ATR and OTT

Job finished

Execution time 7 minutes
Feedback from customer
Muhammed kardeşim senin gibi, işinin ehli biriyle çalıştığım için çok mutluyum. bütün sorunlarıma tek tek sıkılmadan çözüm bulman harikaydı. ellerine sağlık.
Feedback from employee
Great employer, knows exactly what he want.

Specification

I want to use the Donchian channels indicator with the "optimized trend tracker" indicator published on tradingview websites according to the volatility information given by the ATR indicator.

first, we need to convert the "optimized trend tracker" (OTT) indicator to the mql5 environment, which shows us whether the market is in a downtrend or an uptrend.


ıt will order "buy" as soon as the price level is above the middle band of both OTT and Donchian channels, and then the following stages of the rise will end, and the price level will exit the position when the Donchian channels cut the middle band from the top to the bottom.


in the same way, the price value of OTT and Donchian under the middle band will be entered into the position by issuing a "SELL" order this time. the time to exit this position will also be with the upward lirming of the Donchian middle band, similar to the previous one.


a "trailing stop" will also be in this algorithm, where we will manually enter its values before running the program. one of the most important things here is the "trailing stop." before we start the robot, we will enter a certain percentage equivalent for "trailing stop". and after the robot enters the position, it will calculate the percentage equivalent that we have determined and activate the "trailing stop".and after this stage, without needing to get data from any other indicator, it will only rise (track) with the price rising and pull it out of position in case it encounters a sudden drop.

orders will be entered sequentially. he will not enter a new position without leaving his previous position.

--

for example, the price broke OTT and Donchian mid-band levels upward and entered the position. then The Donchian middle band broke down and out of position. but the price went up again, not breaking the OTT band down, and Donchian reached the middle band and broke it up this time. in this case, it is necessary to buy again.


I also want to check out the source code of the prepared algorithm.

Files:

PNG
jwhvqonX.png
185.4 Kb

Responded

1
Developer 1
Rating
(155)
Projects
239
70%
Arbitration
3
67% / 33%
Overdue
20
8%
Free
2
Developer 2
Rating
(27)
Projects
36
72%
Arbitration
1
0% / 0%
Overdue
2
6%
Free
Published: 2 articles, 12 codes
3
Developer 3
Rating
(2674)
Projects
3411
68%
Arbitration
77
48% / 14%
Overdue
342
10%
Free
Published: 1 code
4
Developer 4
Rating
(93)
Projects
133
35%
Arbitration
13
38% / 31%
Overdue
32
24%
Free
5
Developer 5
Rating
(111)
Projects
139
43%
Arbitration
9
33% / 44%
Overdue
6
4%
Free
6
Developer 6
Rating
(298)
Projects
478
40%
Arbitration
105
40% / 24%
Overdue
82
17%
Loaded
Published: 2 codes
7
Developer 7
Rating
(119)
Projects
169
38%
Arbitration
9
78% / 22%
Overdue
15
9%
Free
8
Developer 8
Rating
(513)
Projects
552
53%
Arbitration
13
69% / 15%
Overdue
3
1%
Free
9
Developer 9
Rating
(70)
Projects
91
25%
Arbitration
26
19% / 54%
Overdue
25
27%
Free
10
Developer 10
Rating
(574)
Projects
945
47%
Arbitration
309
58% / 27%
Overdue
125
13%
Free
11
Developer 11
Rating
(69)
Projects
146
34%
Arbitration
13
8% / 62%
Overdue
26
18%
Free
Published: 6 codes
Similar orders
PROJECT OVERVIEW I need a production-grade, modular Expert Advisor for MetaTrader 5 built to institutional coding standards. This is not a simple indicator-crossover bot. The system must be object-oriented, fully commented, and structured so individual modules can be replaced or disabled without breaking the build. Broker: IC Markets Raw. Primary symbol: XAUUSD. Secondary validation: EURUSD, GBPUSD, USDJPY, AUDUSD
Flummox 0.1 30+ USD
//@version=5 strategy("Vol10 Triple Confluence M15", overlay=true, margin_long=100, margin_short=100) // === INPUTS === emaLen = input.int(200, "EMA Trend") rsiLen = input.int(14, "RSI Length") bbLen = input.int(14, "Bands Length") rsiOversold = input.float(25, "RSI Buy Zone") rsiOverbought = input.float(77.38, "RSI Sell Zone") // === INDICATORS === emaTrend = ta.ema(close, emaLen) ema1 = ta.ema(close, bbLen) ema2 =
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
I need an MQL5 trading robot for Forex. It should open and close trades based on my strategy rules. Please include money management, stop loss, take profit, and lot size settings. The EA should be stable, easy to edit, and tested before delivery. I will share the exact entry and exit rules with the developer
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
Automatic buy and sell entries. stoploss (sl) take profit (tp) risk management and adjustable lot size. Adjustable risk percentage per trade. Trailing stop maximum number of open trades. Trading hours filter. Ability to backtest and optimize the strategy. Easy to use settings. The EA should work reliably on mt5 and provide the source code. I want the developer to test the EA and provide backtest results before
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Mt5 ea 30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
Hello, I am looking for someone to Run and Monitor the EA and Signals in the account. Should be able to monitor daily and fix any issue in the signal Copying and EA running. The Settings and configuration to be checked and updated periodically. Should be available to report and update on daily basis. Tell me the cost and your previous experience for the same. Thanks

Project information

Budget
30 - 200 USD