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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        149 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        84 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        129 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        125 views
        1 like
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        102 views
        0 likes
        Last Post CarlTrading  
        Working...
        X