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:	1262
Size:	67.8 KB
ID:	1101664

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    44 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    56 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    35 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    95 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    57 views
    0 likes
    Last Post PaulMohn  
    Working...
    X