Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Adding Bartypes to script

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

    Adding Bartypes to script

    I wish to test some additional bartypes in my indicator, such as BetterRenko, Wicked Renko, UniRenko, HeikinAshi and Kagi. How do I correctly define these in State.Configure section.

    Thanks.

    #2
    Hello Semion.A.I.

    Thanks for your post.

    To add an additional data series to a script, you could use AddDataSeries().

    AddHeikenAshi() could be used to add a HeikenAshi data series to a script.

    AddKagi() could get used to add a Kagi data series to a script.

    AddRenko() would be used to add a Renko data series to a script.

    To add custom bars types/data series to your script which is installed on your system, you could do so by casting the registered enum value for that BarsPeriodType as noted in the Tips section of the AddDataSeries() help guide page.

    See the help guide documentation below for more information.
    AddDataSeries(): https://ninjatrader.com/support/help...dataseries.htm
    AddKagi(): https://ninjatrader.com/support/help...t8/addkagi.htm
    AddRenko(): https://ninjatrader.com/support/help...8/addrenko.htm
    AddHeikenAshi(): https://ninjatrader.com/support/help...heikenashi.htm

    Let me know if I may assist further.
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Thanks much Brandon H.
      Anything about Wicked Renko ... ?

      Comment


        #4
        Hello Semion.A.I.

        Thanks for your note.

        WickedRenko would be considered a custom barstype and you would need to define it as a custom barstype in your script.

        See the Tips section of the AddDataSeries() help guide page which notes adding a custom barstype to a NinjaScript.

        Let me know if I may assist further.
        Brandon H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Yasharandom, Today, 07:45 AM
        0 responses
        4 views
        0 likes
        Last Post Yasharandom  
        Started by llanqui, Yesterday, 09:59 AM
        4 responses
        23 views
        0 likes
        Last Post llanqui
        by llanqui
         
        Started by smartromain, 03-13-2024, 01:42 AM
        5 responses
        95 views
        0 likes
        Last Post AndreiBig  
        Started by Noerclou, Today, 04:55 AM
        0 responses
        5 views
        0 likes
        Last Post Noerclou  
        Started by ThoriSten, Today, 03:56 AM
        0 responses
        6 views
        0 likes
        Last Post ThoriSten  
        Working...
        X