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:	135
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 CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      67 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      41 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      202 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      366 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      283 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X