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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      68 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      151 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      100 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      288 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X