Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

High-Low Volumetric Range Bars

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

    High-Low Volumetric Range Bars

    Hello, very good, I am trying to make an indicator. But it doesn't work for me when I talk about the high and the low being the volumetric range candle type. He only listens to me when I tell him about open and close.
    I try to do it this way:
    Click image for larger version

Name:	image.png
Views:	134
Size:	15.6 KB
ID:	1267043
    It is a way in which the pattern more or less draws me. But ideally, candle 1 would be 0 and tell that candle that its close has to be higher than the height of candles 2 and 4.
    I hope you can help me thanks.

    #2
    Hello tabi5,

    Print these values to the output window along with labels and the time of the bar to understand why the condition is not evaluating as true.

    Below is a link to a forum post on using prints to understand behavior.


    For example:
    Print(string.Format("{0} | Close[0]: {1} > Open[0]: {2} && Close[1]: {3} > Open[1]: {4}", Time[0], Close[0], Open[0], Close[1], Open[1]));

    In this format, print all of the values in your condition.

    Save the output to a text file and include this with your next post.

    At what date and time are you expecting the condition to have evaluated as true?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks for the reply. I have managed to repair it. And how could I tell you that, for example, a white candle is marked with an arrow when the poc is at its low... or a black candle is marked with a red arrow when the poc is at the top... I speak in volumetric range candles

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      89 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      135 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      119 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      69 views
      0 likes
      Last Post PaulMohn  
      Working...
      X