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 DJ888, Today, 10:57 PM
            0 responses
            1 view
            0 likes
            Last Post DJ888
            by DJ888
             
            Started by MacDad, 02-25-2024, 11:48 PM
            7 responses
            158 views
            0 likes
            Last Post loganjarosz123  
            Started by Belfortbucks, Today, 09:29 PM
            0 responses
            7 views
            0 likes
            Last Post Belfortbucks  
            Started by zstheorist, Today, 07:52 PM
            0 responses
            7 views
            0 likes
            Last Post zstheorist  
            Started by pmachiraju, 11-01-2023, 04:46 AM
            8 responses
            151 views
            0 likes
            Last Post rehmans
            by rehmans
             
            Working...
            X