I need an EA

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 2 días
Comentario del Ejecutor
Perfect customer. Knows what he wants and what is possible for an EA to do

Tarea técnica

The idea of the trading system is as follows (Should work on every timeframe.)
- Buy signal: candle up ( candle green)
- Sell signal: candle down ( candle red )
- Positions are closed at opposite signals: Buy positions are closed at Sell signals, and Sell positions are closed at Buy signals.
- Positions are opened at the market price, when a new bar emerges.

And use filter
1. CandleMinSizePips: The minimum allowed size of a previous candle body in pips. If the size of the previous candle body will be less than a value in "CandleMinSizePips" then the EA won't open an order (the EA will just ignore the candle).
2. CandleMaxSizePips: The maximum allowed size of a previous candle body in pips. If the size of the previous candle body will be more than a value in "CandleMaxSizePips" then the EA won't open an order (the EA will just ignore the candle).

3. Trade only that occurs inside trading period: If the input is set to "true", then the EA will not open a new order happens outside of the trading period time. For example, the EA was put on a D1 timeframe and the trade period was set to "10:00" - "12:00". If outside of the trade period then the EA won't open a new order.

4. When an order is opened, send: Whenever a new order is opened, the EA will send a push notification or an email.
When a critical error occurs, send: Does the same thing as the input above - it sends a push notification or an email, whenever a critical error occurs, such as connection issues between your broker and your terminal, long off-quotes times, an order timeout and other possible issues.


5. Use MA (EMA) filter: if set to "True", then the EA will use the moving average to filter entries.
- If price above MA(EMA) line, allow to open: What type of an order the EA is allowed to open above the moving average line.
- If price bellow MA (EMA) line, allow to open: What type of an order the EA is allowed to open bellow the moving average line.
- Take-profit/Stop-loss size is based on: if set to "Atr_Value", then the size of the take-profit/stop-loss will be calculated using the "Average True Range" indicator. If set to "Fixed_Pips", the size of the take-profit/stop-loss will be fixed.
- Take-Profit/Stop-loss: Fixed Size or ATR Period: the fixed size of the take-profit/stop-loss or a period for the "Atr" indicator, if the "Take-profit/Stop-loss size is based on:" input is set to true.
- Take-Profit/Stop-loss ATR Multiplier: works only when the input "Take-profit/Stop-loss size is based on" is set to "True". Multiplies a received value from the "ATR" indicator.

6. Money Management Type:
6a. "Fixed-Lot" - the EA will use a fixed lot for trades.
6b. "LotSize_Per_Balance" - the EA will calculate the lot-size based on your balance. For example, if you set the "LotSizeStep" to 0.01 and the "BalanceSizeStep" to 1000$, then the EA will open a trade with 0.01 lot-size per every 1000$. If your balance is 2000$, the lot will be 0.02, if 3000$ the lot will be 0.03 and so on.
6c. "RiskPerTrade" - the EA will calculate the lot-size based on the risk percentage you allow to lose per trade then the price hits a stop-loss.
- Fixed Lot Size Or Risk Per Trade: - here you set the fixed size of the lot if you choose the "Fixed-Lot" option, the lot step size for a certain balance amount if you choose the "LotSize_Per_Balance" or the risk per trade if you pick the "RiskPerTrade" option.
- BalanceSizeStep: works only if you choose the "LotSize_Per_Balance" option. The amount of balance for the "LotSize_Per_Balance" option.

Days of the week: days of the week the EA can trade. 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday.

Thanks programmers for your help .

Han respondido

1
Desarrollador 1
Evaluación
(408)
Proyectos
536
75%
Arbitraje
9
44% / 0%
Caducado
24
4%
Libre
2
Desarrollador 2
Evaluación
(23)
Proyectos
45
20%
Arbitraje
24
29% / 46%
Caducado
12
27%
Libre
3
Desarrollador 3
Evaluación
(130)
Proyectos
184
32%
Arbitraje
17
29% / 59%
Caducado
27
15%
Trabaja
4
Desarrollador 4
Evaluación
(173)
Proyectos
201
49%
Arbitraje
18
11% / 44%
Caducado
1
0%
Libre
5
Desarrollador 5
Evaluación
(23)
Proyectos
27
22%
Arbitraje
0
Caducado
1
4%
Libre
6
Desarrollador 6
Evaluación
(26)
Proyectos
41
24%
Arbitraje
3
33% / 67%
Caducado
12
29%
Libre
7
Desarrollador 7
Evaluación
(1086)
Proyectos
1437
45%
Arbitraje
48
73% / 13%
Caducado
35
2%
Trabaja
8
Desarrollador 8
Evaluación
(14)
Proyectos
23
17%
Arbitraje
3
0% / 100%
Caducado
5
22%
Libre
9
Desarrollador 9
Evaluación
(48)
Proyectos
91
31%
Arbitraje
28
29% / 43%
Caducado
42
46%
Libre
10
Desarrollador 10
Evaluación
(115)
Proyectos
129
18%
Arbitraje
11
27% / 55%
Caducado
4
3%
Libre
11
Desarrollador 11
Evaluación
(135)
Proyectos
163
40%
Arbitraje
11
27% / 73%
Caducado
25
15%
Libre
Solicitudes similares
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
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

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD