Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.

    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by pibrew, Today, 06:37 AM
    0 responses
    0 views
    0 likes
    Last Post pibrew
    by pibrew
     
    Started by rbeckmann05, Yesterday, 06:48 PM
    1 response
    12 views
    0 likes
    Last Post bltdavid  
    Started by llanqui, Today, 03:53 AM
    0 responses
    6 views
    0 likes
    Last Post llanqui
    by llanqui
     
    Started by burtoninlondon, Today, 12:38 AM
    0 responses
    11 views
    0 likes
    Last Post burtoninlondon  
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    15 views
    0 likes
    Last Post AaronKoRn  
    Working...
    X