I want to create a expert for mt5 that trades moving averages

MQL5 Experts

Spécifications

I want to create a EA that will use 2 EMAs to trade 

I want the EA to trade price when price closes above or below the 2 EMAs

and I want the EA to trade A EMA cross

along with that I want to add Risk management buttons to the front end of the EA


Please Let Me Know if you can do this job asap.

also Im the guy who tried to convert a mt4 EA but after many failed attempts and speaking to a profession it was advised to just make the EA from scratch so thats what im doing 


All of the project requirements are attached to this jobs description below.


 

Dossiers :

ZIP
EA_Rules.zip
1.2 Kb
PNG
Example.png
234.9 Kb
EX5
Gadget-RRR.ex5
512.6 Kb

Répondu

1
Développeur 1
Évaluation
(6)
Projets
6
17%
Arbitrage
0
En retard
0
Travail
2
Développeur 2
Évaluation
(171)
Projets
282
15%
Arbitrage
20
40% / 35%
En retard
14
5%
Occupé
3
Développeur 3
Évaluation
(5)
Projets
6
33%
Arbitrage
1
100% / 0%
En retard
0
Gratuit
4
Développeur 4
Évaluation
(145)
Projets
204
21%
Arbitrage
13
62% / 23%
En retard
1
0%
Occupé
5
Développeur 5
Évaluation
(72)
Projets
117
52%
Arbitrage
4
25% / 75%
En retard
17
15%
Travail
6
Développeur 6
Évaluation
(21)
Projets
25
8%
Arbitrage
6
17% / 17%
En retard
3
12%
Occupé
7
Développeur 7
Évaluation
(82)
Projets
101
35%
Arbitrage
8
88% / 0%
En retard
0
Travail
8
Développeur 8
Évaluation
(10)
Projets
25
28%
Arbitrage
1
0% / 0%
En retard
1
4%
Travail
9
Développeur 9
Évaluation
(7)
Projets
12
42%
Arbitrage
1
0% / 0%
En retard
2
17%
Travail
10
Développeur 10
Évaluation
(9)
Projets
14
14%
Arbitrage
1
0% / 100%
En retard
1
7%
Travail
11
Développeur 11
Évaluation
(42)
Projets
62
8%
Arbitrage
12
58% / 42%
En retard
1
2%
Gratuit
12
Développeur 12
Évaluation
(138)
Projets
199
80%
Arbitrage
17
29% / 47%
En retard
10
5%
Travail
13
Développeur 13
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
14
Développeur 14
Évaluation
(13)
Projets
21
0%
Arbitrage
0
En retard
0
Travail
15
Développeur 15
Évaluation
(126)
Projets
160
36%
Arbitrage
4
25% / 50%
En retard
13
8%
Gratuit
16
Développeur 16
Évaluation
(12)
Projets
16
44%
Arbitrage
1
100% / 0%
En retard
0
Gratuit
17
Développeur 17
Évaluation
(36)
Projets
44
32%
Arbitrage
6
17% / 33%
En retard
8
18%
Gratuit
18
Développeur 18
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
19
Développeur 19
Évaluation
(41)
Projets
88
14%
Arbitrage
29
31% / 48%
En retard
36
41%
Chargé
20
Développeur 20
Évaluation
(120)
Projets
154
43%
Arbitrage
20
60% / 20%
En retard
7
5%
Gratuit
21
Développeur 21
Évaluation
Projets
0
0%
Arbitrage
1
0% / 0%
En retard
0
Travail
Commandes similaires
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on this platform it doesn't show any signals, kindly bid on it and let me know if you can do it, And also check it thoroughly that you can do it okay
Build EA Trading Utilitis to Fixed SL and Trailing by Pips in all Trade open from MT5 Account.. Utilities setting will allow us to add fix Stop Loss and Take Profit values in Pips, Automatic break even, Allow to Add multiple Trailing stop, Partial closing
Designing and programming a trading strategy for an automated trading robot requires a comprehensive approach that involves several steps: 1. **Define Strategy**: Decide on the trading strategy you want to automate (e.g., moving average crossover, mean reversion, breakout strategies). 2. **Choose Platform**: Select a trading platform or framework that supports automated trading. Examples include MetaTrader (MQL)
I need someone who can code a robot using a channel indicator. I have the indicator with me but it isn't mine and I don't have the source code as well. If you can generate something similar to that , then it would be cool KINDLY NOT THAT MY BUDGET IS FOR BOTH MT4 AND MT5 PLATFORMS The EA should have 1. An option that I can change it parameters 2. The EA should sell on every bearish candle that closes after it touches
// @version= 5 strategy ( "Supertrend Strategy" , overlay = true , default_qty_type = strategy.percent_of_equity , default_qty_value = 15 ) // Input parameters atrPeriod = input ( 10 , "ATR Length" ) factor = input.float ( 3.0 , "Factor" , step = 0.01 ) trailATR = input.int ( 1 , "ATR Trail" , minval = 1 ) // Calculate Supertrend [ _ , trendUp ] = ta.supertrend ( factor , atrPeriod ) // Entry conditions longEntry =
I have an indicator which highlights order blocks with break of structure in line with the smc/ict concept. I further want to enhance the indicator to have a bulk entry and bulk close feature with auto sl and tp on each entry. Isit possible, if yes, hit me up
Convert MT4 EA to MT5 30 - 50 USD
Specification o I want Hidden Stop-Loss and Take-Profit EA for MT4 that will operate on MT5 platform. o It will function in both forex demo and real account. o It will apply to any currency pair, in any time frame. o MQL5 Source Code required on completion. You can download a free copy of MT4 Hidden Stop-Loss and Take-Profit EA for MT4 along with its source code at
there is an existing free expert advisor by the name Expert_RSI_Stochastic_MA which soothes my trading strategy but it will perform better if a custom indicator by the name daily percentage change added as a main condition to be met before other conditions and the trade executed. i mean for a long trade to be considered the DPC indicator must be green while for a short trade the DPC must be in red percentage. in
I have these two scripts for placing orders with stoploss, and modify current positions and close partial orders. My scripts are mt5 to dxtrade bridge, and mt5 to tradelocker bridge. I can provide demo accounts for your testing. Your job is to make them work without errors
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on here it doesn't show any signals, I need an expert that can help me to work on it, that can also work on more projects, Thanks, I have $20 for this project now, If you think is too small and you want to charge $30, i can pay you the rest later on

Informations sur le projet

Budget
50+ USD

Client

(9)
Commandes passées65
Nombre d'arbitrages4