Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

RSI value at close of bar

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

    RSI value at close of bar

    Hi I have a strategy I’m working on. To put a order in 1 tick above the high of a candle close, when the RSI value crosses above the oversold. The issue I’m having is it is reading the RSI last value but it’s not basing it off the close of the candle. How can I get it to only read when the candle closes, to read the value of the RSI? To input the order. Thanks

    #2
    Hello Hurrikane,

    Thanks for your post and welcome to the Ninjatrader forums!

    Can you clarify if you are working directly in Ninjascript or are you using the Strategy Builder?

    What Calculate mode is the strategy running in? (OnBarClose, OnPriceChange, or OnEachTick)

    Are you testing the strategy on live data, marker replay data or in the strategy analyzer with historical data?

    Comment


      #3
      Thanks for the reply.
      I am using Ninjascript
      I have tried OnBarClose and OnEachTick but it keeps getting me in multiple times per bar.
      I am testing live data

      Comment


        #4
        Hello Hurrikane,

        Thanks for your reply.

        If you use Calculate.OnBarClose then your strategy code will run one per bar when the bar closes. The values of the RSI would be of the values when the bar closes and would not change.

        You could also use Calculate.OnEachTick and use the system bool IsFirstTickOfBar as a trigger to run your coe that only needs to run once per bar.
        Reference: https://ninjatrader.com/support/help...ttickofbar.htm

        Here is a link to an example that shows this in use: https://ninjatrader.com/support/help...either_cal.htm

        Comment


          #5
          Okay thanks! I got it to work correctly on a minute chart. When I change my chart to a tick chart it isn’t reading the OnBarClose. Do I need the script to read different for tick charts?

          Comment


            #6
            Hello Hurrikane,

            Thanks for your reply.

            Calculate.OnBarClose will work in every bar type.

            Do you see any errors in the "Log" tab of the control center related to the strategy?

            If so that would need to be addressed.

            If no errors, can you clarify your comments "...it isn’t reading the OnBarClose.".

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by NullPointStrategies, Today, 05:17 AM
            0 responses
            52 views
            0 likes
            Last Post NullPointStrategies  
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            130 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            70 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            44 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            48 views
            0 likes
            Last Post TheRealMorford  
            Working...
            X