Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Get bar size in ticks

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

    Get bar size in ticks

    Hi,
    I currently have a chart with 10 tick barsize and one with 30 tick bar size.
    I would like to implement different settings but is it possible to know or get chart barSize aka "Brick Size"?
    Last edited by PWillard; 04-20-2021, 11:37 AM.

    #2
    Hello PWillard,

    Thanks for your post.

    In State.DataLoaded and after you can access the BarsPeriod information to access the bar type and bar size. For most common bar types you can use:

    Print ("Type: "+BarsPeriod.BarsPeriodType+" Size: "+BarsPeriod.Value);

    Reference: https://ninjatrader.com/support/help...barsperiod.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    337 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    211 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    196 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    288 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    245 views
    0 likes
    Last Post CarlTrading  
    Working...
    X