Announcement

Collapse
No announcement yet.

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.

    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.

        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.

            Comment


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

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              579 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              334 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              101 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              554 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              551 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X