Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Rsi or momentum indicator

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

    Rsi or momentum indicator

    Hi

    thank you ninjatrader support team

    How can i set for example RSI priord 14 be over 70, or MOMENTUM indicator be over 4. ?
    thank you

    #2
    ymca4u, thanks for the post - can you please clarify what you look for here? Both indicators have a period input that could be set by you as desired in the indicator paramters.

    Comment


      #3
      RSI over 70 or lower 30

      Hi

      Sorry I didn't made my self clear

      I try again :-)

      If RSI ( or any other indicator ) cross above 70 or RSI cross below 30 I do something ?

      Thank you

      Comment


        #4
        Thanks, that could be easily created in our Strategy Wizard, a point and click interface for generating strategy scripts : http://www.ninjatrader.com/support/h...rd_screens.htm

        Comment


          #5
          Hi,

          I am having a simuliar problem trying to set up an alert using the RSI indicator... I have set up many alerts using the SMA and price data but can't fiquire out what the "value" would be on the RSI chart if it crosses above the 70 "value" or below the 30 "value"

          Any help would be appreciated...

          Thanks, Chuck

          Comment


            #6
            Hello chuckmorman3,
            Thanks for your post and I am happy to assist you.

            You can use this code to set up your alert
            Code:
            if (RSI(14,3)[0] > 70)
            {
            	//do something
            }
            else if (RSI(14,3)[0] < 30)
            {
            	//do something
            }
            Please let me know if I can assist you any further.
            JoydeepNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            85 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            47 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            29 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            32 views
            0 likes
            Last Post TheRealMorford  
            Started by Mindset, 02-28-2026, 06:16 AM
            0 responses
            67 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X