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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    59 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    27 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    17 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    24 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    24 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X