RSI Tops and Bottoms

MQL4 지표 전문가

작업 종료됨

실행 시간 31 일
피고용인의 피드백
Thank you

명시

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


파일:

응답함

1
개발자 1
등급
(219)
프로젝트
370
42%
중재
145
17% / 41%
기한 초과
124
34%
무료
2
개발자 2
등급
(130)
프로젝트
210
40%
중재
90
20% / 43%
기한 초과
85
40%
무료
3
개발자 3
등급
(91)
프로젝트
144
38%
중재
67
15% / 48%
기한 초과
55
38%
무료
4
개발자 4
등급
(7)
프로젝트
9
0%
중재
4
0% / 100%
기한 초과
0
무료
5
개발자 5
등급
(595)
프로젝트
927
46%
중재
31
39% / 29%
기한 초과
93
10%
작업중
6
개발자 6
등급
(365)
프로젝트
412
36%
중재
35
26% / 57%
기한 초과
63
15%
무료
7
개발자 7
등급
(266)
프로젝트
540
50%
중재
55
40% / 36%
기한 초과
224
41%
무료
8
개발자 8
등급
(221)
프로젝트
369
66%
중재
10
50% / 0%
기한 초과
46
12%
무료
9
개발자 9
등급
(42)
프로젝트
47
83%
중재
1
0% / 0%
기한 초과
2
4%
무료
10
개발자 10
등급
(195)
프로젝트
395
28%
중재
155
20% / 52%
기한 초과
112
28%
무료
11
개발자 11
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
비슷한 주문
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

프로젝트 정보

예산
35+ USD
개발자에게
31.5 USD
기한
 5 일