EA based on RSI

MQL4 Indicadores Experts

Trabalho concluído

Tempo de execução 4 dias

Termos de Referência

Hi,


Specifications EA

I have a trading strategy based on RSI and combined with a grid, that I would like to automise, basically:

1) Wait for RSI to fall below the lower RSI-Level on close of bar (RSI(0).

2) If at the close of the following bar RSI (RSI(1) is higher than on the previous bar (RSILow(1)>(RSILOW(0), send a market buy order.

3) Now price can go up, and I want to open a new market order x pips away from the previous order (this is kind of a grid, in order to ride a strong trend). Or price can go further down, so that the condition RSILow(1)>(RSILOW(0) is given again. In this case (when there exist an open order), only send a market buy order if the price ist at least X pips away from the open-price of the first order (again a grid in the opposite direction.

Once the first position is opened, instead of keeping watching the RSI for further entries, I think it would also be posible to simply define a set of buy limit and buy stop orders x pips from the initial order away.

These “Grid”-Trades should be optional.

4) Close condition of all orders: RSI-Level at close of a bar ist over the upper RSI-Level. In this case, delete all pending an open orders Optional: Leave orders that are not in profit open and just close orders in profit.

5) For sell orders just the other way round based on the upper RSI level.

6) EA has to be programmed in a way that backtesting on metatrader mql4 is posible.

Custom values: RSI upper level, RSI lower level, RSI period, TP, SL, distance X between orders. “grid”-trading activated/deactivated, lot size, close only orders in profit yes/no.


Looking forward to your proposals

Regards

Daniel

Respondido

1
Desenvolvedor 1
Classificação
(1066)
Projetos
1408
45%
Arbitragem
47
72% / 13%
Expirado
35
2%
Livre
2
Desenvolvedor 2
Classificação
(878)
Projetos
1391
67%
Arbitragem
117
32% / 42%
Expirado
215
15%
Livre
3
Desenvolvedor 3
Classificação
(15)
Projetos
21
38%
Arbitragem
3
33% / 33%
Expirado
4
19%
Livre
4
Desenvolvedor 4
Classificação
(2396)
Projetos
3009
65%
Arbitragem
76
47% / 14%
Expirado
340
11%
Trabalhando
5
Desenvolvedor 5
Classificação
(19)
Projetos
35
26%
Arbitragem
10
30% / 70%
Expirado
5
14%
Livre
6
Desenvolvedor 6
Classificação
(2055)
Projetos
2611
62%
Arbitragem
113
45% / 26%
Expirado
417
16%
Trabalhando
7
Desenvolvedor 7
Classificação
(22)
Projetos
18
6%
Arbitragem
31
3% / 65%
Expirado
5
28%
Livre
8
Desenvolvedor 8
Classificação
(463)
Projetos
691
56%
Arbitragem
43
30% / 33%
Expirado
112
16%
Livre
9
Desenvolvedor 9
Classificação
(3)
Projetos
4
25%
Arbitragem
4
0% / 100%
Expirado
0
Livre
10
Desenvolvedor 10
Classificação
(195)
Projetos
317
35%
Arbitragem
64
13% / 56%
Expirado
82
26%
Livre
11
Desenvolvedor 11
Classificação
(96)
Projetos
143
76%
Arbitragem
0
Expirado
2
1%
Livre
12
Desenvolvedor 12
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
13
Desenvolvedor 13
Classificação
(349)
Projetos
463
51%
Arbitragem
41
24% / 49%
Expirado
149
32%
Livre
14
Desenvolvedor 14
Classificação
(430)
Projetos
606
55%
Arbitragem
48
23% / 56%
Expirado
178
29%
Livre
15
Desenvolvedor 15
Classificação
(13)
Projetos
15
27%
Arbitragem
1
0% / 100%
Expirado
1
7%
Livre
16
Desenvolvedor 16
Classificação
(374)
Projetos
396
31%
Arbitragem
61
20% / 67%
Expirado
49
12%
Carregado
17
Desenvolvedor 17
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
18
Desenvolvedor 18
Classificação
(21)
Projetos
35
54%
Arbitragem
8
63% / 38%
Expirado
1
3%
Livre
Pedidos semelhantes
I'm in need of an experienced Meta 4 expert who can solve two specific problems and improve the current Martingale and Pyramid strategies within my EA. - Bug Fix: The EA is currently facing an issue where orders are not being executed correctly. This is causing a signal matching error and leading to potential losses. The primary task is to resolve this bug and ensure the EA executes trades accurately and as intended
I need an experienced developer who can turn my simply strategy to an EA on MT5 and MT4, will be using two EMAs and MACD and a risk management setting, please message me on time so we start work on it, waiting for you
Dear expert developer I have been trading futures and mainly indices for about 5 years and would now like to automate my trading strategy with the help of an intelligently set up bot. My strategy, which would have to be implemented, is mainly based on the following indicators: CCI / RSI / MACD and Stochastic I analyze the market according to volume peaks, the daily highs and lows and the prominent points and look for
Tim: //+------------------------------------------------------------------+ //| ggjhjh.mq4 | //| Copyright 2023, MetaQuotes Ltd. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property indicator_chart_window #property indicator_buffers 1
I need a developer that can turn my strategy to an EA, We will be using Fib, some indicators and a risk management settings, please message me on time so we start work on it, waiting for you
hello developers.i am currently looking for a simple line chart custom indicator,whenever the line char makes a horizontal line and the next bar closes bullish after the horizontal line an up arrow should draw and if we get a bearish bar a down arrow should draw...the indicator should also be able to send out all types of alerts.thank you
Hello I want to change my TREND indicator. The conditions for the alerts do not need to be changed, the indicator works very very well. I would like to add visible Stop and Tp level lines. Attached is the source code and text file. If you think you could do this job, let me know. Thanks in advance
i have an existing EA that takes trades when you reach a preset value of Demarker ( or RSI , or MACD, or combination of those 3) it buys at oversold zones it sells at overbought zones. I currently have an option to take more than one trade but it is not a typical martingale style. it just takes the same trade every certain distance that you set. i need someone to modify that and let EA make martingale trades with a
So looking to prevent multiple trades opening at the same time and fine a way to remove the draw down spikes that i see happening when optimising and converting it mt5 and what's your budget for this
I need an experienced developer to build the Cypher pattern scanner. Cypher pattern is a Harmonic pattern which consists of 5 legs (X-A-B-C-D), I will provide rules and conditions for the pattern and Scanner. Should be able to scan multi timeframes and multi patterns, create alert based on set conditions and should draw pattern on timeframe where pattern was discovered. Dashboard to display identified pattern based

Informações sobre o projeto

Orçamento
30 - 100 USD
IVA (21%): 6.3 - 21 USD
Total: 36.3 - 121 USD
Desenvolvedor
27 - 90 USD