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 Ashkam, 04-29-2024, 09:28 AM
            4 responses
            43 views
            0 likes
            Last Post Ashkam
            by Ashkam
             
            Started by nightstalker, Yesterday, 02:05 PM
            1 response
            29 views
            0 likes
            Last Post NinjaTrader_Eduardo  
            Started by dcriador, Today, 02:09 PM
            0 responses
            5 views
            0 likes
            Last Post dcriador  
            Started by nicthe, Today, 07:38 AM
            4 responses
            22 views
            0 likes
            Last Post bltdavid  
            Started by cmtjoancolmenero, 04-29-2024, 03:40 PM
            30 responses
            98 views
            0 likes
            Last Post cmtjoancolmenero  
            Working...
            X