• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 2:21am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 2:21am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

rsi 50 level cross alert upon bar close 5 replies

Rsi cross indicator? (NOT cross 50, etc) 44 replies

RSI cross indicator when rsi=50 19 replies

Need RSI/MA Cross Indicator 0 replies

Audio Alert for RSI and EMA cross 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 2
Attachments: Need RSI Cross Alert indicator
Exit Attachments

Need RSI Cross Alert indicator

  • Post #1
  • Quote
  • First Post: Jul 25, 2016 10:46am Jul 25, 2016 10:46am
  •  kleybenny
  • Joined Apr 2014 | Status: Winning | 421 Posts
Hello friends,

I for a really good New strategy I need a rsi alert indicator, which alerts and send push notification, if rsi value crosses over bought or over sold area like 70 and 30 for example. I need to change this value. Unfortunately there is no indicator which works correctly in mt4. I don't know why. I searched in google forexfactory and ask all other forums I know, but didn't found any indicator which was working...

So maybe someone if you have such a easy alert indicator?

Thank very much

Kind regards

Ben
the only place success comes before work is in the dictionary
  • Post #2
  • Quote
  • Jul 25, 2016 10:59am Jul 25, 2016 10:59am
  •  ramzam
  • Joined Nov 2015 | Status: Member | 2,927 Posts
http://www.forexfactory.com/showthread.php?t=594890
check this link.. if you get then happy
Success is a Journey Not a Destination....... kind regards ramzam
 
1
  • Post #3
  • Quote
  • Jul 25, 2016 11:07am Jul 25, 2016 11:07am
  •  JensItzig
  • Joined Sep 2013 | Status: Member | 362 Posts
I can't imagine that the RSI that is build in doesn't work right.

So you can use the iRSI (https://docs.mql4.com/indicators/irsi) for your alert and must only check if a bar has closed via iBarshift (https://docs.mql4.com/series/ibarshift) and then compare the last iRSI values. If they cross your signal value you alert (https://docs.mql4.com/common/alert) push (https://docs.mql4.com/common/sendnotification) or mail (https://docs.mql4.com/common/sendmail).
 
1
  • Post #4
  • Quote
  • Jul 25, 2016 11:59am Jul 25, 2016 11:59am
  •  kleybenny
  • Joined Apr 2014 | Status: Winning | 421 Posts
Quoting JensItzig
Disliked
I can't imagine that the RSI that is build in doesn't work right. So you can use the iRSI (https://docs.mql4.com/indicators/irsi) for your alert and must only check if a bar has closed via iBarshift (https://docs.mql4.com/series/ibarshift) and then compare the last iRSI values. If they cross your signal value you alert (https://docs.mql4.com/common/alert)...
Ignored
Thank you. But I'm no programmer and I have no idea how to build this Indy with this pieces of code sorry.
the only place success comes before work is in the dictionary
 
 
  • Post #5
  • Quote
  • Jul 25, 2016 12:00pm Jul 25, 2016 12:00pm
  •  kleybenny
  • Joined Apr 2014 | Status: Winning | 421 Posts
Quoting ramzam
Disliked
http://www.forexfactory.com/showthread.php?t=594890 check this link.. if you get then happy
Ignored
Thank you ramzam, but unfortunately there is also not the right Indi in this threat.
the only place success comes before work is in the dictionary
 
 
  • Post #6
  • Quote
  • Jul 25, 2016 3:37pm Jul 25, 2016 3:37pm
  •  Spoon138
  • | Joined Aug 2014 | Status: Member | 141 Posts
Ive used this before, of any use?
I set it up twice once for each level and then depending on whether I want the alert arrow on the cross up through the level or down I make one of the arrows transparent.
Attached Files
File Type: mq4 MyRSIIndicator_mod3.mq4   3 KB | 3,527 downloads
File Type: ex4 MyRSIIndicator_mod3.ex4   11 KB | 2,116 downloads
 
 
  • Post #7
  • Quote
  • Jul 25, 2016 3:50pm Jul 25, 2016 3:50pm
  •  kleybenny
  • Joined Apr 2014 | Status: Winning | 421 Posts
Quoting Spoon138
Disliked
Ive used this before, of any use? I set it up twice once for each level and then depending on whether I want the alert arrow on the cross up through the level or down I make one of the arrows transparent. {file} {file}
Ignored
Thank you mate, the indicator is not bad, but I need the push alert. I need to get an alert on my mobile phone. And the best would be if it would appear not at candle close but directly at the cross.

Thank you
the only place success comes before work is in the dictionary
 
 
  • Post #8
  • Quote
  • Jul 25, 2016 3:56pm Jul 25, 2016 3:56pm
  •  Spoon138
  • | Joined Aug 2014 | Status: Member | 141 Posts
No problem. I posted the mq4 so maybe someone can change it.
I had the same problem as you, something like an RSI level cross there are very few indicators which seems crazy. This was the best I could find at the time. I used it for manual back testing only really.
good luck.
 
 
  • Post #9
  • Quote
  • Jul 25, 2016 4:04pm Jul 25, 2016 4:04pm
  •  kleybenny
  • Joined Apr 2014 | Status: Winning | 421 Posts
Is there no one who has such an indi?
the only place success comes before work is in the dictionary
 
 
  • Post #10
  • Quote
  • Jul 25, 2016 4:09pm Jul 25, 2016 4:09pm
  •  kleybenny
  • Joined Apr 2014 | Status: Winning | 421 Posts
I found one

https://www.mql5.com/de/market/produ...ll_description

Thank you friends for your help
the only place success comes before work is in the dictionary
 
1
  • Post #11
  • Quote
  • Last Post: Jul 26, 2016 1:17am Jul 26, 2016 1:17am
  •  JensItzig
  • Joined Sep 2013 | Status: Member | 362 Posts
Quoting kleybenny
Disliked
{quote} Thank you mate, the indicator is not bad, but I need the push alert. I need to get an alert on my mobile phone. And the best would be if it would appear not at candle close but directly at the cross. Thank you
Ignored
An alert on every cross? Do you know that you will get shitloads of alerts when the value is oscillating around your alert value. You also should having in mind that the RSI is calculated with the close values, so i guess it's better to have also the last bar closed to get the full period calculated and not only a part of it.
 
 
  • Platform Tech
  • /
  • Need RSI Cross Alert indicator
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2022