MTF RSI using the indicators and data of the current TF

MQL4 지표 다른

작업 종료됨

실행 시간 18 일

명시

I'm looking to create a system that gives buy and sell signals including buy exits and sell exits when all the selected RSI crosses a defined level and price crosses a moving average for a buy and crosses another Moving average for a sell or buy exit. So here is how this will work. For example, I will be using a 15mins chart.  In the 15mins chart, I will have 2 period RSIs of different time frames which are the current TF(15min), 30mins, 1hour and 4hrs and also in the chart will be 50SMA and a 14SMA. For a long entry when all the RSI crosses above 70 and price croses the 50sma. Now, you know 3 of the RSI will already be above 70 before the 15mins RSI joins them, they do not have to cross at the same time. I want to be able to use either on the current bar/candle or at the close of the bar for the alerts. For the sell entry all the RSI should have crossed below 30 and price would have crossed down the 50SMA. For the exits, here is where it gets tricky.. I have 2 exits criteria: 1..for buy exit or long exit it  will use only one TF frame RSI in this case will be the I hour RSI. when the 1H RSI crosses below 70 from above( after all of them have been above 70) . Exit criteria #2 when prices crosses down the 14SMA. The sell exit will be the opposite, when the IHR RSI crosses above 30 from below after all of them have been below 30. criteria # for sell or short exit when price crosses above 14sma from below. The 15MINS chart is just an example I can use the strategy for a 30mins 60mins or 4hrs chart but the the alerts will still have to use the moving averages data of the current time frames. I can use how many different TF RSI I want because some strategies I only need 3 TF RSI while others I only Use 2TF RSI. For instance when the strategy is applied to a 1H chart I will use a 1Hr RSI, a 4hour RSI and a Daily RSI. For a 4hr strategy I will only use the current TF which is  4H and a daily RSI. So because of this, there should be an option to select what RSI will be used for the BUY EXIT and SELL EXIT. Push notification and Email will be nice because of the longer time frame strategy, but its not important. Any questions, you know how to find me. Enclosing a GBPJPY 15mins chart so u can see. Not attaching any indicator because they are available mt4 indicators. The Red RSI is the 1hr 2 Period RSI.




응답함

1
개발자 1
등급
(34)
프로젝트
80
34%
중재
13
31% / 54%
기한 초과
19
24%
무료
2
개발자 2
등급
프로젝트
0
0%
중재
2
0% / 100%
기한 초과
0
무료
3
개발자 3
등급
(4)
프로젝트
30
70%
중재
5
0% / 40%
기한 초과
12
40%
무료
4
개발자 4
등급
(9)
프로젝트
8
25%
중재
8
0% / 100%
기한 초과
4
50%
무료
5
개발자 5
등급
(30)
프로젝트
93
49%
중재
18
56% / 17%
기한 초과
38
41%
무료
6
개발자 6
등급
(1235)
프로젝트
2820
80%
중재
156
22% / 43%
기한 초과
488
17%
무료
7
개발자 7
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
8
개발자 8
등급
(41)
프로젝트
160
45%
중재
16
13% / 50%
기한 초과
48
30%
무료
9
개발자 9
등급
(59)
프로젝트
182
55%
중재
31
45% / 16%
기한 초과
103
57%
무료
10
개발자 10
등급
(251)
프로젝트
400
54%
중재
9
67% / 22%
기한 초과
36
9%
무료
11
개발자 11
등급
(54)
프로젝트
164
43%
중재
43
47% / 16%
기한 초과
58
35%
무료
12
개발자 12
등급
프로젝트
1
100%
중재
0
기한 초과
0
무료
13
개발자 13
등급
(1)
프로젝트
0
0%
중재
1
0% / 100%
기한 초과
0
무료
14
개발자 14
등급
(71)
프로젝트
254
53%
중재
16
50% / 38%
기한 초과
83
33%
무료
비슷한 주문
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an
A simple candle pattern indicator is required that makes a sound alert and draws an arrow when two consecutive bars have the same high or the same low. If two highs, the second bar is a down close and the bar immediately preceding the two highs is a lower high. Vis versa for 2 lows. The second bar is an up close and the bar immediately preceding the two lows is a higher low. Please see attached images for
Looking for someone to implent the following grid strategy into my existing EA: Overview : I need a skilled developer to implement a grid recovery strategy into my existing Expert Advisor (EA) for MetaTrader 4 (MT4). The strategy involves adding grid trades based on price movement and adjusting lot sizes according to specific rules. It also includes closing trades at breakeven points and full position closure when a

프로젝트 정보

예산
50 - 100 USD
개발자에게
45 - 90 USD
기한
에서 3  7 일