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.

    BertrandNinjaTrader Customer Service

    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
        BertrandNinjaTrader Customer Service

        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 mattbsea, Today, 05:44 PM
            0 responses
            1 view
            0 likes
            Last Post mattbsea  
            Started by RideMe, 04-07-2024, 04:54 PM
            6 responses
            31 views
            0 likes
            Last Post RideMe
            by RideMe
             
            Started by tkaboris, Today, 05:13 PM
            0 responses
            2 views
            0 likes
            Last Post tkaboris  
            Started by GussJ, 03-04-2020, 03:11 PM
            16 responses
            3,281 views
            0 likes
            Last Post Leafcutter  
            Started by WHICKED, Today, 12:45 PM
            2 responses
            19 views
            0 likes
            Last Post WHICKED
            by WHICKED
             
            Working...
            X