EA for use on MT5, simple strategy based on the High and Low of candles

MQL5 Esperti Strategy optimization

Specifiche

Hi, I need to make an EA for use on MT5, on a simple strategy based on the High and Low of candles. Below is the strategy where I should be able to change the variables (number of candles, candle frequency, hours, multiplier, etc):


Entry Long

--------------------

Open Position = 0

AND

CMP > Highest High of last 5 candles

--------------------


Exit Long

--------------------

Time > Entry Time + 5 hours

AND

CMP < Lowest Low of last 5 candles

--------------------

OR

--------------------

Time < Entry Time + 5 hours

AND

CMP < Lowest Low of last 5 candles

AND

CMP < Entry Price * 0.99

--------------------
OR
--------------------

Time < Entry Time + 5 hours

AND

CMP < Lowest Low of last 5 candles

AND

CMP > Entry Price

--------------------

 

Entry Short

--------------------

Open Position = 0

AND

CMP < Lowest Low of last 5 candles

--------------------


Exit Short

--------------------

Time > Entry Time + 5 hours

AND

CMP > Highest High of last 5 candles

--------------------

OR

--------------------

Time < Entry Time + 5 hours

AND

CMP > Highest High of last 5 candles

AND

CMP > Entry Price * 1.01

--------------------
OR
--------------------

Time < Entry Time + 5 hours

AND

CMP > Highest High of last 5 candles

AND

CMP < Entry Price

--------------------


At any point, only one of the two (Long or Short) entries should be active. 


Con risposta

1
Sviluppatore 1
Valutazioni
(161)
Progetti
191
26%
Arbitraggio
8
25% / 38%
In ritardo
5
3%
Occupato
2
Sviluppatore 2
Valutazioni
(9)
Progetti
12
25%
Arbitraggio
0
In ritardo
1
8%
Gratuito
3
Sviluppatore 3
Valutazioni
(5)
Progetti
6
50%
Arbitraggio
0
In ritardo
0
In elaborazione
4
Sviluppatore 4
Valutazioni
(319)
Progetti
404
21%
Arbitraggio
44
61% / 23%
In ritardo
46
11%
In elaborazione
5
Sviluppatore 5
Valutazioni
(215)
Progetti
348
16%
Arbitraggio
22
41% / 32%
In ritardo
18
5%
Occupato
6
Sviluppatore 6
Valutazioni
(32)
Progetti
38
32%
Arbitraggio
0
In ritardo
2
5%
Gratuito
7
Sviluppatore 7
Valutazioni
(2443)
Progetti
3080
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
Gratuito
8
Sviluppatore 8
Valutazioni
(2105)
Progetti
2676
62%
Arbitraggio
114
46% / 25%
In ritardo
420
16%
Caricato
9
Sviluppatore 9
Valutazioni
(103)
Progetti
130
44%
Arbitraggio
7
43% / 43%
In ritardo
7
5%
Gratuito
10
Sviluppatore 10
Valutazioni
(19)
Progetti
23
48%
Arbitraggio
4
0% / 100%
In ritardo
2
9%
In elaborazione
11
Sviluppatore 11
Valutazioni
(39)
Progetti
45
29%
Arbitraggio
4
25% / 25%
In ritardo
0
Gratuito
12
Sviluppatore 12
Valutazioni
(6)
Progetti
6
33%
Arbitraggio
3
0% / 100%
In ritardo
0
In elaborazione
13
Sviluppatore 13
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
14
Sviluppatore 14
Valutazioni
(9)
Progetti
13
23%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
15
Sviluppatore 15
Valutazioni
(97)
Progetti
110
36%
Arbitraggio
3
0% / 0%
In ritardo
4
4%
Caricato
16
Sviluppatore 16
Valutazioni
(28)
Progetti
35
14%
Arbitraggio
6
33% / 50%
In ritardo
5
14%
Gratuito
17
Sviluppatore 17
Valutazioni
(1100)
Progetti
1782
61%
Arbitraggio
14
64% / 7%
In ritardo
84
5%
Gratuito
18
Sviluppatore 18
Valutazioni
(141)
Progetti
207
80%
Arbitraggio
18
33% / 44%
In ritardo
10
5%
In elaborazione
19
Sviluppatore 19
Valutazioni
(261)
Progetti
426
38%
Arbitraggio
86
44% / 19%
In ritardo
71
17%
Caricato
20
Sviluppatore 20
Valutazioni
(249)
Progetti
446
34%
Arbitraggio
56
36% / 38%
In ritardo
164
37%
Caricato
21
Sviluppatore 21
Valutazioni
(63)
Progetti
195
73%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
22
Sviluppatore 22
Valutazioni
(9)
Progetti
8
38%
Arbitraggio
4
0% / 50%
In ritardo
2
25%
In elaborazione
23
Sviluppatore 23
Valutazioni
(267)
Progetti
542
50%
Arbitraggio
55
40% / 36%
In ritardo
225
42%
In elaborazione
24
Sviluppatore 24
Valutazioni
(37)
Progetti
45
33%
Arbitraggio
6
17% / 33%
In ritardo
8
18%
In elaborazione
Ordini simili
My strategy I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00: 00 AM New York time. (11:00: 00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after
I need to create an EA based on my own strategy that actually is a little bit different from most of the usual EA. This because it use an indicator but the power of the system is just because it can shows target price by designing trendline on the price chart in a unusual way. A friend of mine tried to create it on MT4 platform but, in the end, he realized that this platform has big limits when the program lines
This is a 2000 lines own-made breakout EA that I need to have cleanly converted from mql4 to mql5 for learning purposes The start() is about 400 lines long ; basic breakout with specific features , built for Index CFDs with 2 digits (typically DAX or SP500; TP SL... are expressed in actual Points) The Ontester() is about 400 lines (contains 58 different custom opimizations) The Deinit() is about 150 lines The
Hey there! I’m looking for a talented NinjaTrader programmer to partner with on some exciting projects. If you have a knack for NinjaScript and a passion for trading tech, let’s team up! What You Can Expect: A friendly collaboration on diverse projects Fair pay—50/50 split on all earnings An opportunity to dive deep into innovative trading strategies What I’m Hoping You Bring: Experience with NinjaTrader and
For starters, I am looking for someone to explain the effect of the Israel vs Iran conflict on trading. Secondly, I am looking for experienced MQL5 developer to improve an existing Expert Advisor. The goal is to optimize performance, reduce drawdown, and increase profitability. Tasks include refining the current logic for trade entries and exits, enhancing risk management, and ensuring the EA performs
On an existing open-sourced grid EA (.mq4), I need a developer adding new simple functionalities: - Include "fixed lots" instead of existing “entry lots through risk %” - Include standard news filter (time before/after, impact, currencies, close all open orders or not) - Include closure at a fixed drawdown - Include opening of hedge order in the opposite direction to balance open
Hallo zusammen, es wird ein Entwickler für einen eigenen Expert Advisors gesucht. Der Expert Advisor soll anhand von zwei miteinander kombinierbaren Indikatoren (Relative Stärke inkl. Gleitender Durchschnitte und dem Supertrend-Indikator) Einstiegssignale in Long und Shortrichtung für alle möglichen Underlyings suchen. Hierbei soll bei einem initialen Einstieg zusätzlich in einem zeitlichen Abstand und gemäß
I'm looking for an MQL5 expert to develop a trading EA that uses the ratio of candle wicks to body sizes to automatically enter and exit trades. Key features should include: - Autopilot function: The EA should handle trade entries without manual intervention. Trade exits are only by hitting trailing SL. - Trade criteria: Trades should only be placed based on specific, pre-defined ratios of candle wicks to body sizes
I would to develop a trading bot with some confluences I use TradeLocker Settings must be adjustable…… I am based in uk and very keen to move my strategy to trade automatically 1. Market Structure Break And Order block. By EmreKb 2. Rainbow Adaptive RSI By LuxAlgo 3. Multiple Moving Average using only 1 indicator By Myfye13 4. Average True Range Trailing Stops By HPotter we have to combine this four indicator into a
Convert my tradingview pine script to mt4, Its a simple and straight code i need an expert programmer to convert my tradingview pine script to mt4, Thats All Thank you

Informazioni sul progetto

Budget
30 - 75 USD
Per lo sviluppatore
27 - 67.5 USD