Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Order Flow Volumetric Delta SH/SL

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

    Order Flow Volumetric Delta SH/SL

    Hello,

    What is the function to access Delta SH and Delta SL programmatically?

    I don't see that function in the latest help manual (link you have provided above)...

    Thank you

    #2
    Hello music_p13,

    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 here, so I will point that out to the team that keeps up the help guide:

    [URL]https://ninjatrader.com/support/helpGuides/nt8/?order_flow_volumetric_bars.htm#OrderFlowVolumetricBarsDataSeries[/URL]

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

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    54 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    25 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    17 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    23 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    24 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X