I need an EA

MQL4 Experts

Job finished

Execution time 2 days
Feedback from employee
Perfect customer. Knows what he wants and what is possible for an EA to do

Specification

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 .

Responded

1
Developer 1
Rating
(408)
Projects
536
75%
Arbitration
9
44% / 0%
Overdue
24
4%
Free
2
Developer 2
Rating
(23)
Projects
45
20%
Arbitration
24
29% / 46%
Overdue
12
27%
Free
3
Developer 3
Rating
(130)
Projects
184
32%
Arbitration
17
29% / 59%
Overdue
27
15%
Working
4
Developer 4
Rating
(173)
Projects
201
49%
Arbitration
18
11% / 44%
Overdue
1
0%
Free
5
Developer 5
Rating
(23)
Projects
27
22%
Arbitration
0
Overdue
1
4%
Free
6
Developer 6
Rating
(26)
Projects
41
24%
Arbitration
3
33% / 67%
Overdue
12
29%
Free
7
Developer 7
Rating
(1086)
Projects
1437
45%
Arbitration
48
73% / 13%
Overdue
35
2%
Working
8
Developer 8
Rating
(14)
Projects
23
17%
Arbitration
3
0% / 100%
Overdue
5
22%
Free
9
Developer 9
Rating
(48)
Projects
91
31%
Arbitration
28
29% / 43%
Overdue
42
46%
Free
10
Developer 10
Rating
(115)
Projects
129
18%
Arbitration
11
27% / 55%
Overdue
4
3%
Free
11
Developer 11
Rating
(135)
Projects
163
40%
Arbitration
11
27% / 73%
Overdue
25
15%
Free
Similar orders
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."

Project information

Budget
30+ USD
For the developer
27 USD