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

Shortcut?

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

    #16
    Glad to hear that helped you out, have a nice Sunday.
    BertrandNinjaTrader Customer Service

    Comment


      #17
      I tried using the following snippet I copied within the OnBarUpdate() section of my indicator see if it would print out the pivot point value, but nothing happened. Do I need to declare a variable or initialize it first? I would eventually like to use this value in a strategy.

      // Prints the current pivot point value
      double value = Pivots(PivotRange.Daily, HLCCalculationMode.CalcFromIntradayData, High[0], Low[0], Close[0], 20).PP[0];
      Print("The current Pivots' pivot value is " + value.ToString());

      Comment


        #18
        Why would you supply user defined values if you set the method to CalcFromIntradayData - this would not fit together, if you wish to put your own values for HLC in, please use HLCCalculationMode.UserDefinedValues

        Or leave on using intraday data, but then enter 0's for the user defined values, this should give you a print then as well.
        BertrandNinjaTrader Customer Service

        Comment


          #19
          Hi Bertrand, I tried both ways but still did not see anything print on my chart. Not sure I know what I'm looking for. I thought somewhere on the chart it would say, "The current Pivots' pivot value is_____".

          Comment


            #20
            Can you please try to open up the output window from the Control Center? This is where the prints would go, they would not appear on a chart unless you used DrawText / DrawTextFixed for example.
            BertrandNinjaTrader Customer Service

            Comment


              #21
              Yes, it was there. Thank you as always

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by ScottWalsh, Today, 06:52 PM
              4 responses
              32 views
              0 likes
              Last Post ScottWalsh  
              Started by olisav57, Today, 07:39 PM
              0 responses
              4 views
              0 likes
              Last Post olisav57  
              Started by trilliantrader, Today, 03:01 PM
              2 responses
              19 views
              0 likes
              Last Post helpwanted  
              Started by cre8able, Today, 07:24 PM
              0 responses
              6 views
              0 likes
              Last Post cre8able  
              Started by Haiasi, Today, 06:53 PM
              1 response
              4 views
              0 likes
              Last Post NinjaTrader_Manfred  
              Working...
              X