Create a MT4 robot that uses Moving Average HiLo.

Tâche terminée

Temps d'exécution 31 minutes

Spécifications

I would like a robot for MT4, operational in Forex, at any pairs and time frames, using HiLo moving average of 9 periods.
Going long whenever the bar closes above the High moving average and selling (stop) whenever it closes below the Low moving average. being that the entry and exit were simultaneous, for example, he entered bought in the break with closing of the candle above the moving average high, took the stop in the break of the moving average low, left the stop and was already sold, in that closing of the candle in breakdown to low to moving average low.


Pictures for example.

Dossiers :

PNG
HiLo.png
85.6 Kb

Répondu

1
Développeur 1
Évaluation
(878)
Projets
1391
67%
Arbitrage
117
32% / 42%
En retard
215
15%
Gratuit
2
Développeur 2
Évaluation
(55)
Projets
96
40%
Arbitrage
13
38% / 62%
En retard
25
26%
Gratuit
3
Développeur 3
Évaluation
(1070)
Projets
1412
45%
Arbitrage
47
72% / 13%
En retard
35
2%
Gratuit
4
Développeur 4
Évaluation
(2055)
Projets
2612
61%
Arbitrage
113
45% / 26%
En retard
418
16%
Travail
5
Développeur 5
Évaluation
(67)
Projets
79
33%
Arbitrage
6
50% / 33%
En retard
7
9%
Gratuit
6
Développeur 6
Évaluation
(14)
Projets
21
24%
Arbitrage
9
33% / 44%
En retard
8
38%
Gratuit
7
Développeur 7
Évaluation
(230)
Projets
409
34%
Arbitrage
52
37% / 40%
En retard
149
36%
Occupé
8
Développeur 8
Évaluation
(19)
Projets
35
26%
Arbitrage
10
30% / 70%
En retard
5
14%
Gratuit
9
Développeur 9
Évaluation
(532)
Projets
742
45%
Arbitrage
23
39% / 13%
En retard
63
8%
Travail
10
Développeur 10
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
11
Développeur 11
Évaluation
(507)
Projets
762
63%
Arbitrage
33
27% / 45%
En retard
23
3%
Gratuit
12
Développeur 12
Évaluation
(65)
Projets
71
30%
Arbitrage
8
0% / 88%
En retard
5
7%
Gratuit
13
Développeur 13
Évaluation
(39)
Projets
55
13%
Arbitrage
5
20% / 20%
En retard
6
11%
Gratuit
14
Développeur 14
Évaluation
(251)
Projets
402
38%
Arbitrage
82
41% / 20%
En retard
70
17%
Travail
15
Développeur 15
Évaluation
(769)
Projets
1033
44%
Arbitrage
50
8% / 50%
En retard
117
11%
Gratuit
16
Développeur 16
Évaluation
(61)
Projets
66
64%
Arbitrage
3
100% / 0%
En retard
6
9%
Travail
17
Développeur 17
Évaluation
(6)
Projets
7
0%
Arbitrage
0
En retard
5
71%
Gratuit
18
Développeur 18
Évaluation
(66)
Projets
143
34%
Arbitrage
11
9% / 55%
En retard
26
18%
Travail
19
Développeur 19
Évaluation
(126)
Projets
151
48%
Arbitrage
6
83% / 17%
En retard
2
1%
Gratuit
20
Développeur 20
Évaluation
(488)
Projets
1014
58%
Arbitrage
29
28% / 24%
En retard
131
13%
Travail
Commandes similaires
Seeking an expert in LSTM (Long Short-Term Memory) for MT4 to implement the most cutting-edge and advanced form of LSTM with full feature integration. The ideal candidate will possess extensive experience in leveraging LSTM technology within MT4, ensuring optimal performance and profitability. Join us in revolutionizing trading strategies with state-of-the-art LSTM algorithms tailored for MT4. Add a zig zag to the
Need an expert to create an EA based on my strategy for any broker,fast execution of opening and closing trade,also with a condition for take profit,lot size isn't fixed,it should be easy to change without editing the code for a no programmer
Hello there, I have a functional EA that I need a modification done to. Previous developer is overloaded with work and has been dragging his feet. Basically what I need is a modification to the Auto Lot option. Currently you can set a lot size per x amount of account balance and it will auto trade readjusting the lots based on account balance. What I am looking for is a modification that allows me to specify the
I need a robot/Ea that can open pending orders based on th market price for SELL/BUY fora given pair. It needs a few configurable parameters like: MARKET_PRICE --> As described, it is the entry point from where to create an initial marker for the orders. (The real market price for a PAIR) INITIAL_GAP - this is a number in pips that, in addition to the MARKET price, becomes the first real entry point for the first
Please note that my budget is for both mt4 and mt5 platforms The EA should have 1. An option that I can change it parameters, that's the period, method and application 2. The EA should sell when on every bullish candle that closes under the MA 3. The EA should buy on every bearish candle that forms Above the EA. It's should close trades on reverse cross. I mean when it's in a buy trade and crosses the MA for a sell
I have working MT4 and MT5 example program code using pipes via importing kernell32.dll in MT5 to receive transactional messages sent from another MT4 instance running. Most of the time it works fine. But intermittently I get an ‘Access violation’ error generated showing in the Experts tab of MT5. It fails to read the message sent from MT4 and does not trap the error. Also, when I try it on a different VPS computer -
Am nevoie de o conversie a unui EA din mql4 in mql5. La final sa fie testata, compilata si rezultatul sa nu aiba erori. Modificarea parametrilor sa se faca dint-un fisier cu extensia txt. Am eu modelul Hi. I need a conversion of an EA from mql4 to mql5. At the end, it should be tested, compiled and the result should have no errors. Modifying the parameters should be done from a file with the extension txt. I have the
I have an EA which trades with XAUUSD with a grid system, and I need to add a few features: 1.- The EA works with an indicator and open many trades as a grid system. I need the EA to open JUST 1 TRADE INMEDIATELY WHEN THE TREND SHOWS. 2.- I need the EA to keep that trade open until it reaches TP or the reverse signal shows. The EA has already the 'close if reverse signal' parameter. 3.- I need to create a parameter
Hello, I am looking for someone to convert my MQL4 code project to MQL5. A brief description of my current strategy: MT4 'Spreadsheet' EA collects data from 28 FX currency pairs -> sends it to Excel, then Excel calculates and makes a decision -> Excel sends a signal to MT4 'Trading' EA and manages trades I want the MT4 EA to be converted into MT5. For Back testing purposes, I want to withdraw from using Excel and let
I need an Ea (mt4) with monthly profit 3 -5 % with Drawdown less than 10% if you have any EA with same criteria and with demo version that I can make back testing for it.any one has this EA can send me

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD