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 sjsj2732, Yesterday, 04:31 AM
        0 responses
        33 views
        0 likes
        Last Post sjsj2732  
        Started by NullPointStrategies, 03-13-2026, 05:17 AM
        0 responses
        286 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        284 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        133 views
        1 like
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        91 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Working...
        X