Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Exposing unirenko in NT8 indicator

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

    Exposing unirenko in NT8 indicator

    Hello, How do I expose the unirenko bar type in an indicator of NT8 for using this as BarInProgress ?
    I do have the unirenko bar type working well on a chart, but can't figure out how to expose it for the indicator.
    Thanks, Semion.

    #2
    Hello Semion.AI.

    Thanks for your post.

    You would need to add a data series for a custom BarType to accomplish this.

    When adding a data series for a custom BarType, the AddDataSeries overload using a BarsPeriod must be used. This BarsPeriod must be made with the BarType's index casted to BarsPeriodType. This can be referenced in the custom BarType's source code, or the can be asked from the BarType's developer.

    Other BarsPeriod properties will also have to be supplied to configure the BarType. The BarsPeriod documentation page can be referenced for how NinjaTrader uses these properties. Their usage likely will vary for the custom BarType, so referencing that source code or consulting the developer is advised.

    See the help guide documentation below for more information.

    BarsPeriod - https://ninjatrader.com/support/help...barsperiod.htm

    AddDataSeries - https://ninjatrader.com/support/help...dataseries.htm

    You could find an example script made by my colleague Jim that demonstrates adding a custom BarsType for UniRenko in this forum post: https://ninjatrader.com/support/foru...360#post827360

    Let us know if we may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    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