Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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?
    Paul H.NinjaTrader Customer Service

    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
        Paul H.NinjaTrader Customer Service

        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.".

            Paul H.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by NM_eFe, Today, 10:13 AM
            0 responses
            4 views
            0 likes
            Last Post NM_eFe
            by NM_eFe
             
            Started by hdge4u, Yesterday, 12:23 PM
            1 response
            10 views
            0 likes
            Last Post hdge4u
            by hdge4u
             
            Started by 1001111, Today, 09:45 AM
            0 responses
            12 views
            0 likes
            Last Post 1001111
            by 1001111
             
            Started by DTSSTS, 01-28-2024, 12:07 PM
            11 responses
            561 views
            0 likes
            Last Post bmo111
            by bmo111
             
            Started by Torontobluejays, Today, 08:43 AM
            0 responses
            3 views
            0 likes
            Last Post Torontobluejays  
            Working...
            X