Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Getting DeltaSH and Delta SL values from Volumetric bars

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

    Getting DeltaSH and Delta SL values from Volumetric bars

    Hi Support -

    Is it possible to get the Delta SH and Delta SL values from the Volumetric bars ?
    Edit (Clarify - using NinjaScript)
    Delta SH The delta since last time price touched the high of the bar, usually negative
    Delta SL The delta since last time price touched the low of the bar, usually positive.
    Thanks in advance for your help.
    Last edited by pmallya.nt; 11-22-2019, 01:58 PM.

    #2
    Hello pmallya.nt,

    Thank you for your post.

    You can use DeltaSh and DeltaSl:

    Print("Delta SH: " + barsType.Volumes[CurrentBar].DeltaSh);
    Print("Delta SL: " + barsType.Volumes[CurrentBar].DeltaSl);

    It doesn't look like those are documented on this page still, so I will point that out to the team that keeps up the help guide again:

    https://ninjatrader.com/support/help...tric_bars2.htm

    Please let us know if we may be of further assistance to you.

    Comment


      #3
      Thanks you so much..

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      637 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      366 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      107 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      569 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      572 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X