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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    56 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    133 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    73 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X