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 Rapine Heihei, 04-23-2024, 07:51 PM
            2 responses
            30 views
            0 likes
            Last Post Max238
            by Max238
             
            Started by Shansen, 08-30-2019, 10:18 PM
            24 responses
            942 views
            0 likes
            Last Post spwizard  
            Started by Max238, Today, 01:28 AM
            0 responses
            9 views
            0 likes
            Last Post Max238
            by Max238
             
            Started by rocketman7, Today, 01:00 AM
            0 responses
            4 views
            0 likes
            Last Post rocketman7  
            Started by wzgy0920, 04-20-2024, 06:09 PM
            2 responses
            28 views
            0 likes
            Last Post wzgy0920  
            Working...
            X