Grid EA with Moving Average + Chandelier Exit

MQL5 Experts

Trabalho concluído

Tempo de execução 10 dias
Comentário do cliente
Fast and efficient programmer, however, I wish he understood the instrument I wanted the EA for. Thanks anyway.
Comentário do desenvolvedor
10 days and get $65 with unclear spec. Too many unnecessary options.

Termos de Referência

this EA is combination with MA and Chandelier Exit

basically this ideal is easy, entry with Moving Average cross and close trade with Chandelier Exit 
sometime do grid trade (loss or profit) also is optional close trade with different moving average 

please check screen print below and any question just ask me

 

INPUT SETTING

I- Initial trade Setting (choice one)

 Both Side (Long and Short)

 Any Single Side

 Long Side Only

 Short Side Only


II- Lots management

 Lots Type to choice one ==>  1. Fixed Lot Size or 2.Lots base on XBalance

 1. Fixed Lot

 - Fixed Size ( number of lots)

2. Lots Base on X Balance

- X Balance (input for Xbalance)

- Lot Size Per Balance 

(example : if i put 100 and lot size 0.1 = when i have 300 balance will trade 0.3 lots)


III- Grid Setting for Loss and Profit (individual setting input for each one)

1. Active Grid (on/off)

2. Max Grid Trades (numbers)

3. Grid GAP type ( Fix or Custom Distance)

-Fix Grid Gap : points ( example if i set 300 means each 300 point loss or profit open new grid trade)

-Custom Grid in points (numbers inputs separate with ;  ) (example 200;300;400 means each number consecutive for next grid trade)

4. Grid trade only in signal (True / False )

5. Grid Trade only in new candle (True / False )

6. Lot Type for Grid (choice one)

 - Multiple (numbers for multiple)

- Add Lots (numbers for each next trade to add lots ) (example: if i set 0.03 . i start trade with 0.04 and next grid trade will be 0.07)

- Fix Lots (number fo fix)

- Custom Lots   (numbers inputs separate with ;  ) (example 0.04;0.05;0.07 means  for next grid trade lots)


IV- Profit / Loss Management 

1. Profit Behavior 

 -Individual ( each trades Separate calculation)

-Averaging ( average number for close trade)

- Fix Gap from initial trade (points from first trade)


2. Loss Behavior 

 -Individual ( each trades Separate calculation)

-Averaging ( average number for close trade)

- Fix Gap from initial trade (points from first trade)


3. Profit in currency for close 

  - Profit in currency for close after numbers of order

4. .Loss in currency for close 

  - Loss in currency for close after numbers of order

5. Total Equity Profit to close all


V. Initial Strategy Setting

1. Initial Combination setting ( For Entry) : (And / Or)   Note: if choice AND = need all "entry indicator has entry/exit signal ||||  if choice OR = Any signal is established

2. Initial Combination setting ( For Exit) : (And / Or)


VI. Auto Trade Indicator Setting 

Note: will need 6 set of Moving Average ( 1 set = Moving Average with slow line and fast line)

1.    1,2,3,4,5,6 sets of Moving Average (On/Off) Each combination is individual

2.  Choice for Entry or Exit 

3. MA signal ( up/down or Cross)  ( up/down = if The fast line is above the slow line always open trade)

4. MA time frame (current or any other time frame 

5. Slow Period : 60

6. Fast Period : 20

7. MA price : (Close, Open Low, High, Media, etc)

8. MA method (simple, Exponential, Weighted  or smoothed)

9. Reverse signal (False / True


VI.1  Chandelier Exit ( need 2 sets of Chandelier Exit)  (please check attachment for chandelier exit code) 

1.  Active Chandelier Exit Indicator (On/Off)

2.  Choice for (Entry or Exit)

3. ATR period: (numbers)

4. ATR Multiplier: (numbers)


VII. Magic Number and Comment 

VIII. Status Panel ( please check image below)



 

Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(169)
Projetos
204
30%
Arbitragem
25
40% / 44%
Expirado
12
6%
Livre
2
Desenvolvedor 2
Classificação
(568)
Projetos
641
41%
Arbitragem
21
57% / 29%
Expirado
47
7%
Trabalhando
3
Desenvolvedor 3
Classificação
(236)
Projetos
418
34%
Arbitragem
53
36% / 40%
Expirado
153
37%
Ocupado
4
Desenvolvedor 4
Classificação
(57)
Projetos
72
22%
Arbitragem
13
46% / 15%
Expirado
5
7%
Livre
5
Desenvolvedor 5
Classificação
(92)
Projetos
132
35%
Arbitragem
13
38% / 31%
Expirado
32
24%
Livre
6
Desenvolvedor 6
Classificação
(1)
Projetos
2
0%
Arbitragem
3
0% / 100%
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(2422)
Projetos
3042
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
8
Desenvolvedor 8
Classificação
(2077)
Projetos
2636
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Trabalhando
9
Desenvolvedor 9
Classificação
(143)
Projetos
255
35%
Arbitragem
12
25% / 58%
Expirado
42
16%
Livre
10
Desenvolvedor 10
Classificação
(42)
Projetos
47
30%
Arbitragem
12
17% / 75%
Expirado
6
13%
Livre
11
Desenvolvedor 11
Classificação
(137)
Projetos
167
35%
Arbitragem
11
91% / 0%
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
(586)
Projetos
1047
49%
Arbitragem
39
28% / 41%
Expirado
49
5%
Livre
13
Desenvolvedor 13
Classificação
(34)
Projetos
60
23%
Arbitragem
11
73% / 9%
Expirado
3
5%
Livre
Pedidos semelhantes
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
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."

Informações sobre o projeto

Orçamento
50 - 80 USD
Desenvolvedor
45 - 72 USD
Prazo
para 7 dias