Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

RSI condition alert

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    RSI condition alert

    Hi,

    How may I be able to add sound alert to the existing RSI indicator with the following conditions:

    i) RSI vs Average RSI crossing each other

    ii) RSI value over 70 or Below 30

    Thanks


    #2
    Hello cyberjames2019,

    Thanks for your post.

    To add a sound alert to the RSI indicator, you would have to create a copy of the indicator and modify the Ninjascript code directly to create the conditions for the alert and when true you could either use the Alert() method which will also timestamp the alert in the alerts log and play a sound or you can just call the PlaySound() method.
    References:



    However, an easier solution would be to use Chart Alerts where you do not have to modify the indicator but can create the conditions and actions needed without programming.


    I've attached an example of an RSI chart alert when the RSI is Greater than or equal to 70 and when the RSI crosses below the RSI avg line, play a sound.

    Click image for larger version

Name:	RSIalertExample.PNG
Views:	1252
Size:	67.8 KB
ID:	1101664

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    62 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    34 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    50 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    59 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    47 views
    0 likes
    Last Post CarlTrading  
    Working...
    X