I need an EA

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 2 giorni
Feedback del dipendente
Perfect customer. Knows what he wants and what is possible for an EA to do

Specifiche

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 .

Con risposta

1
Sviluppatore 1
Valutazioni
(409)
Progetti
537
75%
Arbitraggio
9
44% / 0%
In ritardo
24
4%
Gratuito
2
Sviluppatore 2
Valutazioni
(23)
Progetti
45
20%
Arbitraggio
24
29% / 46%
In ritardo
12
27%
Gratuito
3
Sviluppatore 3
Valutazioni
(130)
Progetti
184
32%
Arbitraggio
16
31% / 63%
In ritardo
27
15%
Gratuito
4
Sviluppatore 4
Valutazioni
(173)
Progetti
201
49%
Arbitraggio
18
11% / 44%
In ritardo
1
0%
Gratuito
5
Sviluppatore 5
Valutazioni
(23)
Progetti
27
22%
Arbitraggio
0
In ritardo
1
4%
Gratuito
6
Sviluppatore 6
Valutazioni
(26)
Progetti
41
24%
Arbitraggio
3
33% / 67%
In ritardo
12
29%
Gratuito
7
Sviluppatore 7
Valutazioni
(1093)
Progetti
1449
45%
Arbitraggio
49
73% / 12%
In ritardo
36
2%
Gratuito
8
Sviluppatore 8
Valutazioni
(14)
Progetti
23
17%
Arbitraggio
3
0% / 100%
In ritardo
5
22%
Gratuito
9
Sviluppatore 9
Valutazioni
(48)
Progetti
91
31%
Arbitraggio
28
29% / 43%
In ritardo
42
46%
Gratuito
10
Sviluppatore 10
Valutazioni
(115)
Progetti
129
18%
Arbitraggio
11
27% / 55%
In ritardo
4
3%
Gratuito
11
Sviluppatore 11
Valutazioni
(135)
Progetti
163
40%
Arbitraggio
11
27% / 73%
In ritardo
25
15%
Gratuito
Ordini simili
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
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. THREE TYPES OF ENTRIES 1: AGGRESSIVE 2: DIVERGENCE 3

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD