Expert Advisor based on Donchian Channel

MQL4 Experts

Trabalho concluído

Tempo de execução 2 dias

Termos de Referência

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

Respondido

1
Desenvolvedor 1
Classificação
(586)
Projetos
918
46%
Arbitragem
31
39% / 29%
Expirado
93
10%
Trabalhando
2
Desenvolvedor 2
Classificação
(590)
Projetos
789
71%
Arbitragem
9
33% / 33%
Expirado
22
3%
Livre
3
Desenvolvedor 3
Classificação
(23)
Projetos
45
20%
Arbitragem
24
29% / 46%
Expirado
12
27%
Livre
4
Desenvolvedor 4
Classificação
(2422)
Projetos
3042
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
5
Desenvolvedor 5
Classificação
(878)
Projetos
1391
67%
Arbitragem
117
32% / 42%
Expirado
215
15%
Trabalhando
6
Desenvolvedor 6
Classificação
(365)
Projetos
412
36%
Arbitragem
35
26% / 57%
Expirado
63
15%
Livre
7
Desenvolvedor 7
Classificação
(135)
Projetos
163
40%
Arbitragem
11
27% / 73%
Expirado
25
15%
Livre
8
Desenvolvedor 8
Classificação
(800)
Projetos
1371
72%
Arbitragem
112
29% / 48%
Expirado
341
25%
Trabalhando
9
Desenvolvedor 9
Classificação
(1127)
Projetos
1429
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
10
Desenvolvedor 10
Classificação
(1853)
Projetos
3455
88%
Arbitragem
73
40% / 15%
Expirado
265
8%
Livre
11
Desenvolvedor 11
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
(2077)
Projetos
2636
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Trabalhando
13
Desenvolvedor 13
Classificação
(4)
Projetos
5
0%
Arbitragem
2
0% / 100%
Expirado
0
Livre
Pedidos semelhantes
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To

Informações sobre o projeto

Orçamento
30 - 400 USD
Desenvolvedor
27 - 360 USD
Prazo
de 1 para 5 dias