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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    93 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    138 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    123 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    73 views
    0 likes
    Last Post PaulMohn  
    Working...
    X