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 Mindset, 04-21-2026, 06:46 AM
            0 responses
            101 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            144 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            69 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by cmoran13, 04-16-2026, 01:02 PM
            0 responses
            125 views
            0 likes
            Last Post cmoran13  
            Started by PaulMohn, 04-10-2026, 11:11 AM
            0 responses
            78 views
            0 likes
            Last Post PaulMohn  
            Working...
            X