Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Parabolic SAR dot

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

    Parabolic SAR dot

    I am switching over from TD Ameritrade StrategyDesk to NT 8, and I have a looking for guidance on when the PSAR dot gets drawn on screen.

    The PSAR in NT8 appears on screen once the bar is closed/locked. I am used to (and prefer) the PSAR being live on screen when the bar is being built and moving according to price action.

    Is there a way to have the "PSAR dot" reactive on screen, so when the threshold is reached it can flip to the other side of price action? This will allow for a more precise intrabar CLOSE instead of after the bar is locked (and much time could have passed.)

    Thanks.

    #2
    Originally posted by ArmKnuckle View Post
    I am switching over from TD Ameritrade StrategyDesk to NT 8, and I have a looking for guidance on when the PSAR dot gets drawn on screen.

    The PSAR in NT8 appears on screen once the bar is closed/locked. I am used to (and prefer) the PSAR being live on screen when the bar is being built and moving according to price action.

    Is there a way to have the "PSAR dot" reactive on screen, so when the threshold is reached it can flip to the other side of price action? This will allow for a more precise intrabar CLOSE instead of after the bar is locked (and much time could have passed.)

    Thanks.
    Change the indicator's Calculate property to OnEachTick.

    Comment


      #3
      Calculate doesn't exist in the NT8 Parabolic SAR indicator as it does in my Strategies.

      Will adding this new section of code to "(State == State.SetDefaults)":

      Calculate = Calculate.OnEachTick;

      change how the PSAR reacts?

      Thanks!

      Comment


        #4
        Hello ArmKnuckle,

        Adding Calculate = Calculate.OnEachTick; to State.SetDefaults will set the indicator to calculate on each tick by default rather than at bar close.

        Please take a look at this help guide link for further information about the Calculate property: https://ninjatrader.com/support/help...?calculate.htm
        Zachary G.NinjaTrader Customer Service

        Comment


          #5
          Originally posted by ArmKnuckle View Post
          Calculate doesn't exist in the NT8 Parabolic SAR indicator as it does in my Strategies.

          Will adding this new section of code to "(State == State.SetDefaults)":

          Calculate = Calculate.OnEachTick;

          change how the PSAR reacts?

          Thanks!
          I do not know which ParabolicSAR you are using then. I clearly see "Calculate" on the one in my NT8B11, and all others before it.

          Comment


            #6
            Figured it out.

            Thanks!
            Last edited by ArmKnuckle; 06-30-2016, 12:34 PM.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Davide999, 05-18-2023, 03:55 AM
            4 responses
            554 views
            1 like
            Last Post kcwasher  
            Started by Stanfillirenfro, Today, 07:23 AM
            2 responses
            9 views
            0 likes
            Last Post Stanfillirenfro  
            Started by rexsole, Today, 08:39 AM
            2 responses
            6 views
            0 likes
            Last Post NinjaTrader_Erick  
            Started by cmtjoancolmenero, Yesterday, 03:58 PM
            6 responses
            29 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by gbourque, Today, 06:39 AM
            2 responses
            14 views
            0 likes
            Last Post gbourque  
            Working...
            X