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

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    68 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    151 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    162 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    100 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    288 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X