Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

how to add better linebraek bars

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

    how to add better linebraek bars

    Good day can someone please let me know how to add betterlineabreak bars wicked
    Add(PeriodType.Custom9, 50002);
    i will like 50 tick with 2 line break.


    thanks in advance

    #2
    Hello misalto,

    Do you have a file that you are trying to import or are you asking for a download link for this custom bar type?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      I have the file
      and i will like to add the bar type to a multitimeframe indicator i have.

      Comment


        #4
        Hi misalto,

        Custom bar types are not fully supported in NinjaTrader 7. I'm not aware of a way to call this bar type and be able to set the parameters needed.

        With NinjaTrader 8, this would be possible. For example:
        Code:
        BarsPeriod secondaryPeriod = new BarsPeriod()
        {
        	BarsPeriodType = (BarsPeriodType)14,
        	Value = 10
        };
        AddDataSeries(secondaryPeriod);
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        566 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        330 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        547 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        548 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X