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

Customizing pivot point

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

    Customizing pivot point

    How can I create code stating that the price is at least 50 pips away from the next upcoming pivot before entering a position?

    #2
    Not sure what you mean about "upcoming" pivot. There is no way to get data in the future.
    RayNinjaTrader Customer Service

    Comment


      #3
      i presume you mean daily pivot point, R1, R2, etc..... ? if so, there is a way.

      Comment


        #4
        Yes, by "upcoming" I mean r1, r2, etc, based on where the price currently is.

        Please let me know how to code that the price is 50 pips or more away from the next upcoming pivot. The next pivot that I'm looking to is based on the direction of the trend.

        Comment


          #5
          if (Math.Abs(Close[0] - Pivots(PivotRange pivotRangeType, HLCCalculationMode priorDayHLC, int width).R1[int barsAgo]) / TickSize > 50)
          // Do something

          if using subpips use 500 instead of 50.

          Further documentation on Pivots - http://www.ninjatrader-support.com/H...eToNinjaTrader
          RayNinjaTrader Customer Service

          Comment


            #6
            Thank you.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by traderqz, Today, 09:44 AM
            2 responses
            4 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by stafe, 04-15-2024, 08:34 PM
            8 responses
            40 views
            0 likes
            Last Post stafe
            by stafe
             
            Started by rocketman7, Today, 09:41 AM
            2 responses
            5 views
            0 likes
            Last Post rocketman7  
            Started by rocketman7, Today, 02:12 AM
            7 responses
            31 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by guillembm, Yesterday, 11:25 AM
            3 responses
            16 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Working...
            X