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:	122
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 NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      56 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      133 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      73 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      45 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      49 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X