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 Hwop38, 05-04-2026, 07:02 PM
        0 responses
        173 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        328 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        252 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        354 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        181 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X