Grid EA with Moving Average + Chandelier Exit

MQL5 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 10 días
Comentario del Cliente
Fast and efficient programmer, however, I wish he understood the instrument I wanted the EA for. Thanks anyway.
Comentario del Ejecutor
10 days and get $65 with unclear spec. Too many unnecessary options.

Tarea técnica

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)



 

Archivos adjuntos:

Han respondido

1
Desarrollador 1
Evaluación
(169)
Proyectos
204
30%
Arbitraje
25
40% / 44%
Caducado
12
6%
Libre
2
Desarrollador 2
Evaluación
(568)
Proyectos
641
41%
Arbitraje
21
57% / 29%
Caducado
47
7%
Trabaja
3
Desarrollador 3
Evaluación
(236)
Proyectos
418
34%
Arbitraje
53
36% / 40%
Caducado
153
37%
Ocupado
4
Desarrollador 4
Evaluación
(57)
Proyectos
72
22%
Arbitraje
13
46% / 15%
Caducado
5
7%
Libre
5
Desarrollador 5
Evaluación
(92)
Proyectos
132
35%
Arbitraje
13
38% / 31%
Caducado
32
24%
Libre
6
Desarrollador 6
Evaluación
(1)
Proyectos
2
0%
Arbitraje
3
0% / 100%
Caducado
0
Libre
7
Desarrollador 7
Evaluación
(2422)
Proyectos
3042
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Trabaja
8
Desarrollador 8
Evaluación
(2077)
Proyectos
2636
61%
Arbitraje
113
45% / 26%
Caducado
418
16%
Trabaja
9
Desarrollador 9
Evaluación
(143)
Proyectos
255
35%
Arbitraje
12
25% / 58%
Caducado
42
16%
Libre
10
Desarrollador 10
Evaluación
(42)
Proyectos
47
30%
Arbitraje
12
17% / 75%
Caducado
6
13%
Libre
11
Desarrollador 11
Evaluación
(137)
Proyectos
167
35%
Arbitraje
11
91% / 0%
Caducado
0
Libre
12
Desarrollador 12
Evaluación
(586)
Proyectos
1047
49%
Arbitraje
39
28% / 41%
Caducado
49
5%
Libre
13
Desarrollador 13
Evaluación
(34)
Proyectos
60
23%
Arbitraje
11
73% / 9%
Caducado
3
5%
Libre
Solicitudes similares
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."

Información sobre el proyecto

Presupuesto
50 - 80 USD
Para el ejecutor
45 - 72 USD
Plazo límite de ejecución
a 7 día(s)