RSI Tops and Bottoms

MQL4 Indicadores Experts

Trabalho concluído

Tempo de execução 31 dias
Comentário do desenvolvedor
Thank you

Termos de Referência

This EA uses the standard RSI indicator to place trades. The system will look at two factors before placing the trade or not placing a trade. For example: A1 and A2 below have to be meet before a trade is placed.

The systems has 4 scenarios to place trades:

A1 = Potential buy if RSI is coming from 69 and has gone up to 72

B1= Potential sell if RSI is coming from 71 and has gone down to 68

C1= Potential sell if RSI is coming from 31 and has gone down to 28

D1= Potential buy if RSI is coming from 29 and has gone up to 32

 

The trades are only placed after the following conditions are meet:

A2= the current market rate has to be higher than the previous market rate when RSI reached 72 from 69

B2= the current market rate has to be lower than the previous market rate when RSI reached 68 from 71

C2= the current market rate has to be lower than the previous market rate when RSI reached 28 from 31

D2= the current market rate has to be higher than the previous market rate when RSI reached 32 from 29

 

If the conditions above are not met then no trade is placed. It will now use the new current rate as the new level for the next potential trade that meets both criteria.

 

Examples: This is an A1 and A2 example.

·        A1- If the last closed candle that met our criteria for the eur/usd was 1.16000 when the RSI went from 69 to 72 and the current candle is at 1.16500 and the RSI has just hit 72+ from 69 then it will place a buy trade and now the 1.16500 rate becomes the new rate for next trade that meets the criteria.

·        A2- If the current candle is only at 1.15500 when the RSI is 72+ from 69, it is lower than the previous 1.16000 candle. No trade is places and now the 1.15500 rate becomes the new rate to be higher than for the next A1 trade.

 

This example goes for all the trade scenarios A1-D1.

 

Inputs:

* All the standard "RSI" Inputs

* A1 RSI Trigger: "default" 72

* B1 RSI Trigger: "default" 68

* C1 RSI Trigger: "default" 28

* D1 RSI Trigger: "default" 32

* Lot Size as $ amount: True/False

* Lot Size as $ amount: Value

* Lot Size as % of equity: True/False

* Lot Size as % of equity: Value

* Take Profit in Pips: True/False

* Take Profit in Pips: Value

* Take Profit in $: True/False

* Take Profit in $: Value

* Trailing Stop: True/False

* Trailing Stop: Value

* Stop loss in pips: True/False

* Stop loss in pips: Value

* Stop loss in $: True/False

* Stop loss in $: Value

* Magic Number: Value

 

Would like to see makers showing the entry and exit points of the trades, as well as an marker(arrows or whatever) showing when the RSI criteria was met. It can go above the by candles and below the sell candles.  If it didn't meet the criteria put an (x) or (*) symbol above or below the closed candle.

 

Would also like a information box upper right hand side of the chart that gives the Rates of the Previous closed candles that met the RSI levels for A2-D2.

Example:

A2: 1.51000

B2: 1.50000

C2: 1.47000

D2: 1.48000

 

Let me know if you have any questions or suggestions.

 

DaJuan


Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(219)
Projetos
370
42%
Arbitragem
145
17% / 41%
Expirado
124
34%
Livre
2
Desenvolvedor 2
Classificação
(130)
Projetos
210
40%
Arbitragem
90
20% / 43%
Expirado
85
40%
Livre
3
Desenvolvedor 3
Classificação
(91)
Projetos
144
38%
Arbitragem
67
15% / 48%
Expirado
55
38%
Livre
4
Desenvolvedor 4
Classificação
(7)
Projetos
9
0%
Arbitragem
4
0% / 100%
Expirado
0
Livre
5
Desenvolvedor 5
Classificação
(595)
Projetos
927
46%
Arbitragem
31
39% / 29%
Expirado
93
10%
Trabalhando
6
Desenvolvedor 6
Classificação
(365)
Projetos
412
36%
Arbitragem
35
26% / 57%
Expirado
63
15%
Livre
7
Desenvolvedor 7
Classificação
(266)
Projetos
540
50%
Arbitragem
55
40% / 36%
Expirado
224
41%
Livre
8
Desenvolvedor 8
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
9
Desenvolvedor 9
Classificação
(42)
Projetos
47
83%
Arbitragem
1
0% / 0%
Expirado
2
4%
Livre
10
Desenvolvedor 10
Classificação
(195)
Projetos
395
28%
Arbitragem
155
20% / 52%
Expirado
112
28%
Livre
11
Desenvolvedor 11
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Livre
Pedidos semelhantes
Utilizing the MQL5 MetaEditor Wizard, I created an Expert Advisor, having the following Signal indicators: I was able to optimize the EA and reached a backtest with the following specifications: I was able to reach a profit level of 30K, as indicated below. However, the Bot is not without faults and following the backtest, I started a forward test with real live data and the results were not so great. The EA took a
Connect from Mt5 via binary deriv account api I have mt5 indicator, need to connect with binary deriv account through api. If anyone can setup via API then contact me. everything control mt5
Hello I am looking for a developer to create an 50% retracement Indicator of the previous candle . So once a candle close the Indicator is supposed to take the full candle size from high to low and make a 61% and 50% level on that candle and I would like the candle to show until the next previous candle is done creating. After this I would look to create an ea with it possibly
Hi, I have 2 indicators which are based on the super trend , the alerts on indicator (1) does not work at all , and on the other indicator the alerts do not come on time on time, which is kind of delayed. see attached file below
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I have the mq5 file, I need a buffer adding to the indicator, so it appears in the data window so I can reference it later in an EA. As the below screenshot shows, there is a median ray line from yesterday (the dashed horizontal line) - I want this value in the data window called Median Ray. I want this to be a single value per day, so todays Median Ray would be 17868, and so on each day. So I want all the Developing
I would like to develop my own indicator on metatrader 4 and tradingview. We would start with a basic version that we would improve later. It is an indicator based on several analyses and which would provide several indications. I am looking for someone who can develop on MT4 and Mt5, initially I would like to do it on mt4 and then on mt5. If you have expertise in pinescript it is a plus because I would like to
I urgently require swift assistance to convert a complex indicator into a fully functional scanner, capable of automatically sending real-time data, alerts, and notifications via email, ensuring seamless integration and prompt delivery of critical information to facilitate informed decision-making and timely action
I need to improve the code of an indicator that is too heavy and slow when running and when used with iCustom in an EA. No other changes to the indicator are requested: the original features of the indicator should remain as theay are. I'll provide the indicator after job acceptance. I request final source code mq5 file. Thank you Regards
I have a mt5 indicator that is working perfectly but I will like to make it an expert advisor to have an automated trade. I will be glad if I can get a well experienced developer to execute this project. Thanks

Informações sobre o projeto

Orçamento
35+ USD
Desenvolvedor
31.5 USD
Prazo
para 5 dias