Looking to have an MT5 expert advisor created based on Smart Money Concepts

Trabajo finalizado

Plazo de ejecución 24 días
Comentario del Cliente
I would happily recommend this developer, great to work with, super communicative, and really good at taking my abstract concepts and making them into a working code

Tarea técnica

The strategy involves identifying several different "zones" on the 5 minute chart. These are order blocks prior to fair value gap, inverse fair value gaps, William's Fractals plus one more. I want to be able to select whether or not to use each of these different zones, based on the current trend - the current trend is based on a simple Williams trailing stop. So for example an inverse FVG can be used to open a trade in the same direction as the current trend, but not as a reversal zone. When price enters these zones, the strategy looks for the parabolic SAR to flip in the 1 minute time frame. At the next candle if the price moves above or below the previous candle in the correct direction, a trade is triggered. However the EA must perform a calculation before opening the trade, based on the stop (which will come from the current "zone"), to the next zone in the direction of the trade. Must be able to set a maximum stop, plus a minimum risk/return based on this calculation. Once the trade is opened, it will be managed by a set of conditions based on either a 1m Williams trailing stop, a simple trailing stop, or the high/low/centre of the target zone. If the price moves through a zone quickly (ie. within x candles) the zone should then operate in the opposite direction - like flipping from support to resistance or vice versa. Some additional items are that I want are that the EA not to open any trades at certain times of the day, and to close any open trades by a certain time. I would also like the EA to be able to handle a long and a short trade at the same time if the above conditions are met. 

Han respondido

1
Desarrollador 1
Evaluación
(171)
Proyectos
194
11%
Arbitraje
37
38% / 35%
Caducado
5
3%
Trabajando
2
Desarrollador 2
Evaluación
(95)
Proyectos
117
38%
Arbitraje
9
89% / 0%
Caducado
0
Libre
3
Desarrollador 3
Evaluación
(7)
Proyectos
6
0%
Arbitraje
5
0% / 100%
Caducado
1
17%
Libre
4
Desarrollador 4
Evaluación
(10)
Proyectos
25
28%
Arbitraje
2
0% / 0%
Caducado
1
4%
Trabajando
5
Desarrollador 5
Evaluación
(28)
Proyectos
47
23%
Arbitraje
13
31% / 15%
Caducado
12
26%
Libre
6
Desarrollador 6
Evaluación
(25)
Proyectos
32
16%
Arbitraje
7
29% / 43%
Caducado
4
13%
Trabaja
7
Desarrollador 7
Evaluación
(15)
Proyectos
18
39%
Arbitraje
2
50% / 50%
Caducado
0
Trabaja
8
Desarrollador 8
Evaluación
(42)
Proyectos
88
14%
Arbitraje
30
30% / 57%
Caducado
36
41%
Trabaja
9
Desarrollador 9
Evaluación
(56)
Proyectos
65
6%
Arbitraje
26
19% / 35%
Caducado
4
6%
Ocupado
10
Desarrollador 10
Evaluación
(71)
Proyectos
80
10%
Arbitraje
36
8% / 53%
Caducado
6
8%
Trabaja
11
Desarrollador 11
Evaluación
(13)
Proyectos
17
12%
Arbitraje
7
14% / 57%
Caducado
4
24%
Libre
12
Desarrollador 12
Evaluación
(563)
Proyectos
932
47%
Arbitraje
302
59% / 25%
Caducado
124
13%
Ocupado
13
Desarrollador 13
Evaluación
(119)
Proyectos
169
38%
Arbitraje
9
78% / 22%
Caducado
15
9%
Libre
14
Desarrollador 14
Evaluación
(259)
Proyectos
420
38%
Arbitraje
86
44% / 19%
Caducado
70
17%
Ocupado
15
Desarrollador 15
Evaluación
(568)
Proyectos
641
41%
Arbitraje
21
57% / 29%
Caducado
47
7%
Trabaja
Solicitudes similares
I have an indicator which is based on the main chart candlesticks.... The EA must follow the color of candlesticks for buy or sell even take profit. Open a buy if the color of candlestick is Aqua and open a sell if the color of the candlesticks is red
👋 Hey, I'm looking for someone who can consult for our company. Can you please answer the questions below. - How would you structure a leveraged crypto derivative product, considering leverage ratios, margin requirements, and funding rate calculations, while managing associated risks and ensuring profitability? and which tools are needed in your opinion
Converting MT4 indicator to work as an MT5 indicator. I need you to translate the MQL4 to MQL5. I want to use this indicator in the Metatrading 5 platform on all currencies futures and indices. I need the work done in the next 5days
Good day, I hope this message finds you well. I would like to request the development of an Expert Advisor (EA) for MetaTrader, based on two specific indicators: the Trend Path indicator and the Diamond Reversal indicator. Below are the details for the EA's logic and trade execution criteria: Sell Trade Criteria: Indicators and Signals: Trend Path Indicator : Shows a red trend. Diamond Reversal Indicator : Provides a
Hello great developer Attached is the code I would like to have converted from pine script to mt4. It's a simple indicator. i will be looking for great developer that will bid for this project peace be unto you thanks
Looking for an mql5 EA developer to build a custom EA for MT5 based on several simple variables. It will be initially used on 5m EUR/USD, but needs to work with any currency/commodity/stock/crypto. Custom risk management will also need to be built into the EA. Exact variables will be discussed in detail once a developer is selected, but a basic overview of the EA variables is below. Positions will be opened based on
Média móvel M édia móvel sugeridas 8 21 50 e 200 quero que qualquer média móvel que eu possa adicionar tenha essa função As médias apareça em uma só tela como exemplo igual o tradingview as médias sejam todas em uma tela e que apareça de qual tempo gráfico é Linhas mais finas em tempos gráficos menores e linhas mais grossas em tempos maiores Quando tocados em qualquer média móvel o px diminui, de 2px para 1 px e
Bottrading 30 USD
// Khai báo các tham số đầu vào input int rsiPeriod = 14; // Chu kỳ RSI đầu vào mua gấp đôiLevel = 30,0; // Ngưỡng quá bán RSI để mua đầu vào bán gấp đôiLevel = 70,0; // Ngưỡng quá mua RSI để bán đầu vào int movingAveragePeriod = 50; // Chu kỳ trung bình để theo dõi tài khoản đầu vào rủi ro képPerTrade = 1,0; // Tỷ lệ sai sót của mỗi lệnh (% tài khoản) input int keyLevelPeriod = 100; // Chu kỳ tìm kiếm key level đầu
The Trading View Indicator script has about 80% of what I need. 1. I have an additional entry model called a confirmation entry 2. I normally just look back 3-50 bars to determine if a bar is wide range or not, but the 3 additional WRB models require requirements based on 3 bars before it, and each one has its own name. 3. The TV indicator has a lot of visual cosmetics that we won't be able to do in MT5, but colour
Hello, I am looking for a developer to reconstruct an indicator that is currently in an ex4 file into an mq4 file. The indicator provides buy and sell signals with entry points, Stop Loss, and TP1, TP2, and TP3. However, the indicator has some errors, and I would like to correct them. Unfortunately, since I only have the ex4 file, it's not possible to make these corrections directly. Therefore, I would like to

Información sobre el proyecto

Presupuesto
400 - 600 USD
Para el ejecutor
360 - 540 USD