Expert Advisor based on Donchian Channel

MQL4 Experts

Job finished

Execution time 2 days

Specification

Indicators

  • Donchian channel length 50 (parameters must be allowed to be modified)
  • Stochastic default parameters and lower band 25, upper band 75 (parameters must be allowed to be modified and this indicator must be OPTIONAL having the option to turn it on or off

Time frame
  • 30 minutes default but must allow to modify it

Buy entry rules:

  1. Price must touch the bottom band of donchian channel
  2. Once the price touch the bottom band EA will wait until current candle is closed
  3. The closed candle touching the bottom band must have a wick with size of 55% or more of the candle's body it doesn’t matter if it’s a bullish or bearish candle. (Parameter of 55% must be changeable to any other % number)
  4. Wick must be size of 50 pips or lower to be considered as valid if it’s more than 51 pips EA won’t consider it as signal. (This parameter must be changeable to any other number of pips)
  5. OPTIONAL RULE that must have the option to turn on/off: body of the candle must be greater than X amount of pips (15 pips default) to be considered as valid signal, this is to avoid indecision candles but as I said must be optional rule.
  6. OPTIONAL RULE that must have the option to turn on/off: Stochastic must be 25 or lower but as I said it must be optional.
  7. After all conditions are valid the buy entry happen at the starting price of next candle.
  8. Stop loss will be 5 pips lower than the current bottom band (parameter must be changeable to any other amount of pips)
  9. Minimum stop loss size must be 15 pips (parameter must be changeable)


Sell entry rules

  1. Price must touch the top band of donchian channel
  2. Once the price touch the top band EA will wait until that candle is closed
  3. The closed candle touching the top band must have a wick with size of 55% or more of the candle's body it doesn’t matter if it’s a bullish or bearish candle. (Parameter of 55% must be changeable to any other % number)
  4. Wick must be size of 50 pips or lower to be considered as valid if it’s more than 50 pips EA won’t consider it as signal. (This parameter must be changeable to any other number of pips)
  5. OPTIONAL RULE that must have the option to turn on/off: body of the candle must be greater than X amount of pips (15 pips default) to be considered as valid signal, this is to avoid indecision candles but as I said must be optional rule.
  6. OPTIONAL RULE that must have the option to turn on/off: Stochastic must be 75 or higher but as I said it must be optional.
  7. After all conditions are valid the sell entry happen at the starting price of next candle.
  8. Stop loss will be 5 pips lower than the current bottom band (parameter must be changeable to any other amount of pips)
  9. Minimum stop loss size must be 15 pips (parameter must be changeable)

Rules for trade managing

  • EA must have the option to enter as input the amount of dollars that will be in risk per trade, for example $150 per trade.

  • LOT SIZE FOR THE TRADE: The risk amount must be divided by the number of pips given by the stop loss, for example, let’s say the size of the wick was 25 pips plus 5 pips distance of the top or bottom band the SL will be 30 pips in total, then $150 divided by 30 is 5 dollars per pip so in pairs like EUR/USD the lot size will be 0.5. If this is a problem for other pairs I am ok if it is calculated as all of them were EUR/USD or I am open to suggestions.

  • BREAK EVEN RULE: EA must have break even 15 pips default but it must be changeable

  • TAKE PROFIT: I want to have 2 options for take profit.
  • Option A: will use risk vs reward ratio 1:3, 1:2 or 1:1 for example if my stop loss is determined as 30 pips and I select the option 1:3 the take profit will be set as 90 pips distance, if I select 1:2 take profit will be 60 pips and so on. ( can you make the option to set any risk vs reward ratio for example 1 : 2.5 or 1 : 1.75?
  • Option B: this one will be a mix of risk vs reward and trailing stop. When the trade reach the ratio chosen for example 1:3 it won’t close the trade but it will start trailing stop with trailing step size the same as the original stop loss size, for instance, my stop loss was 30 pips and I selected 1:3 ratio, when the trade is 90 pips positive will start the trailing stop with trailing step of 30 pips same as stop loss.

ADITIONAL RULES

  • EA must have trading hours option and be allowed to set on/off , this is to avoid low volatility times or high impact news times but must be optional

Responded

1
Developer 1
Rating
(584)
Projects
916
46%
Arbitration
31
39% / 29%
Overdue
93
10%
Free
2
Developer 2
Rating
(590)
Projects
789
71%
Arbitration
9
33% / 33%
Overdue
22
3%
Free
3
Developer 3
Rating
(23)
Projects
45
20%
Arbitration
24
29% / 42%
Overdue
12
27%
Working
4
Developer 4
Rating
(2411)
Projects
3028
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Free
5
Developer 5
Rating
(878)
Projects
1391
67%
Arbitration
117
32% / 42%
Overdue
215
15%
Free
6
Developer 6
Rating
(365)
Projects
412
36%
Arbitration
35
26% / 57%
Overdue
63
15%
Free
7
Developer 7
Rating
(135)
Projects
163
40%
Arbitration
11
27% / 73%
Overdue
25
15%
Free
8
Developer 8
Rating
(795)
Projects
1365
72%
Arbitration
112
29% / 48%
Overdue
341
25%
Working
9
Developer 9
Rating
(1123)
Projects
1425
62%
Arbitration
21
57% / 10%
Overdue
43
3%
Free
10
Developer 10
Rating
(1853)
Projects
3455
88%
Arbitration
73
40% / 15%
Overdue
265
8%
Free
11
Developer 11
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
12
Developer 12
Rating
(2067)
Projects
2625
62%
Arbitration
113
45% / 26%
Overdue
418
16%
Working
13
Developer 13
Rating
(4)
Projects
5
0%
Arbitration
2
0% / 100%
Overdue
0
Free
Similar orders
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and
i want you to help me it mq4 source code and insure it will work on mt4 and mt5 optimally basically i want the source code and that dll if its important to crack it .. regards
This mql4 got entry blue line and exit red line and pips inside also calculated it uses haiken Ashi and murray Math settings if you this you up for this job let's discuss it we will talk more when you are chosen thanks in advance
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me

Project information

Budget
30 - 400 USD
For the developer
27 - 360 USD
Deadline
from 1 to 5 day(s)