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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    429 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    281 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    241 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    330 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    290 views
    0 likes
    Last Post CarlTrading  
    Working...
    X