Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

trying to read information from range volume profile

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

    trying to read information from range volume profile

    I found this code for a range volume profile (https://github.com/trading-code/ninj...-freeorderflow).

    I have been trying to read information from the volume profile, specifically the values ​​marked with red boxes, I have not been able to access all the values, i get some info using this code

    Code:
    if (draw is DrawingTools.FofRangeVolumeProfile) //
    {
    Debug1(Zona,"DrawingTools.FofRangeVolumeProfile: ");
    DrawingTools.FofRangeVolumeProfile FofRangeVolumeProfileTemp = draw as DrawingTools.FofRangeVolumeProfile;
    
    Debug1(Zona,FofRangeVolumeProfileTemp.StartAnchor. Price);
    Debug1(Zona,FofRangeVolumeProfileTemp.EndAnchor.Price);
    Debug1(Zona,FofRangeVolumeProfileTemp.PocStroke.BrushDX);
    Debug1(Zona,FofRangeVolumeProfileTemp.PocStroke.Width);
    Debug1(Zona,FofRangeVolumeProfileTemp.PocStroke.StrokeStyle);
    }​​
    But i cant find where are the VPOC, VAH, VAL values, if you can give me an indication of how this can be done I would appreciate it.

    [ATTACH]n1335949[/ATTACH]


    Click image for larger version

Name:	image.png
Views:	140
Size:	32.3 KB
ID:	1335948

    #2
    Hello mjairg,

    I would highly recommend contacting the author that distributes this custom software for inquiries about how to use their software.

    This thread will remain open for any community members that would like to provide direction on using this custom software.

    You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services. Please let me know if you would like a list of affiliate consultants who would be happy to create this script or any others at your request or provide one on one educational services.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks a lot Chelsea, i use grok and i get the solution

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      557 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      324 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
      545 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X