I need an EA

MQL4 Experts

Tâche terminée

Temps d'exécution 2 jours
Commentaires de l'employé
Perfect customer. Knows what he wants and what is possible for an EA to do

Spécifications

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 .

Répondu

1
Développeur 1
Évaluation
(409)
Projets
537
75%
Arbitrage
9
44% / 0%
En retard
24
4%
Gratuit
2
Développeur 2
Évaluation
(23)
Projets
45
20%
Arbitrage
24
29% / 46%
En retard
12
27%
Gratuit
3
Développeur 3
Évaluation
(130)
Projets
184
32%
Arbitrage
16
31% / 63%
En retard
27
15%
Gratuit
4
Développeur 4
Évaluation
(173)
Projets
201
49%
Arbitrage
18
11% / 44%
En retard
1
0%
Gratuit
5
Développeur 5
Évaluation
(23)
Projets
27
22%
Arbitrage
0
En retard
1
4%
Gratuit
6
Développeur 6
Évaluation
(26)
Projets
41
24%
Arbitrage
3
33% / 67%
En retard
12
29%
Gratuit
7
Développeur 7
Évaluation
(1093)
Projets
1449
45%
Arbitrage
49
73% / 12%
En retard
36
2%
Gratuit
8
Développeur 8
Évaluation
(14)
Projets
23
17%
Arbitrage
3
0% / 100%
En retard
5
22%
Gratuit
9
Développeur 9
Évaluation
(48)
Projets
91
31%
Arbitrage
28
29% / 43%
En retard
42
46%
Gratuit
10
Développeur 10
Évaluation
(115)
Projets
129
18%
Arbitrage
11
27% / 55%
En retard
4
3%
Gratuit
11
Développeur 11
Évaluation
(135)
Projets
163
40%
Arbitrage
11
27% / 73%
En retard
25
15%
Gratuit
Commandes similaires
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor the 2 lines in the below pictures and then start to activate bids once they cross each other and then be able to manage all bids afterwards towards the direction of the market by opening and closing them intermittently and profitably until the position at the other
Hi man, How are u? I have an EA and I need to check few aspects of the code, if It works fine? I am looking for an expert coder, who can understand mt4 language and help us to solve this out. This job will hardly take about 3-4 hours max for an experienced coder, when explained detail. Also, I would like to give this to someone, who can understand and speak English well. Also, the coder should be able to come via

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD