Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Volumetric Bars - Delta(Bars) & Delta SH/SL

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

    Volumetric Bars - Delta(Bars) & Delta SH/SL

    Hi,

    I've attached Volumetric Bars as add on series on my strategy. I would like to enter a buy trade if Delta(Bars) of the current close is greater than of previous close and Delta SL is greater than Delta SH. In a sell trade it would be the opposite - Delta(Bars) of the current close would be less than of the previous close and Delta SL would be less than Delta SH.

    I've attached a graphic of a buy example. What would be the If statement for this?

    Thanks
    Attached Files

    #2
    Hello AgriTrdr,

    You can find a sample of each of the volumetric properties in the following link:



    When using volumetric the CurrentBar is used instead of BarsAgo which is reverse, you would use CurrentBar - 1 to get 1 BarsAgo of data.

    You can see the syntax for the bar delta below:

    Print("Delta for bar: " + barsType.Volumes[CurrentBar].BarDelta);


    Delta SH and Delta SL
    These are not currently exposed as properties of the volumetric, you would have to calculate these yourself by using logic. I am not aware of a sample of how these may be calculated by the volumetric its self.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    47 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    23 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    33 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    51 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X