Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT8 Indicator AddDataSeries custom BarsType

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

    NT8 Indicator AddDataSeries custom BarsType

    Is it possible to add a dataseries to an indicator with a custom barstype?

    Assume the following:

    Code:
    AddDataSeries("EURUSD", Data.BarsPeriodType.Tick, 1, Data.MarketDataType.Last);
    How can I add my custom BarsType FilteredTick as it is not part of the BarsPeriodType. Thanks.

    #2
    Hello fxRichard,

    Thank you for writing in.

    Please take a look at the AddDataSeries() help guide link: https://ninjatrader.com/support/help...dataseries.htm

    You can add a custom BarsType which is installed on your system by casting the registered enum value for that BarsPeriodType. For example:
    AddDataSeries((BarsPeriodType)14, 10);
    This value will be found in the BarsPeriod property of your bars type.

    Please, let us know if we may be of further assistance.
    Zachary G.NinjaTrader Customer Service

    Comment


      #3
      Ahhh got it, thanks Zachary

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X