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

New BarsType

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

    New BarsType

    Hello, looking for an easy (hopefully) way to convert the standard Renko bar from calculating bricks based on ticksize to based on a percentage of the instrument value. Thanks in advance!

    #2
    Hello MisterGee, thanks for your post.

    You would need to study the source code for the original Renko bars type and modify it to suit the requirement. There's no specific path I could tell you to take as it could take an entire re-write of the Renko bars type to get to the desired result. The source code of all bar types are available to be viewed and modified through the NinjaScript Editor.

    Please let me know if I can assist any further.
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      Okay, thank you. I have been studying the source code already. I attempted to make some tweaks to the code and everything compiled without error, but now I am not seeing the new Bars type in the drop down menu when I open a new chart. Any insight here?

      Comment


        #4
        Hello MisterGee, thanks for your reply.

        In the OnStateChanged method of the new script, did you change the Name property?
        e.g.

        if (State == State.SetDefaults)
        {
        Name = "MyRenko";

        Chris L.NinjaTrader Customer Service

        Comment


          #5
          That was it, thanks!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by lightsun47, Today, 03:51 PM
          0 responses
          5 views
          0 likes
          Last Post lightsun47  
          Started by 00nevest, Today, 02:27 PM
          1 response
          11 views
          0 likes
          Last Post 00nevest  
          Started by futtrader, 04-21-2024, 01:50 AM
          4 responses
          46 views
          0 likes
          Last Post futtrader  
          Started by Option Whisperer, Today, 09:55 AM
          1 response
          14 views
          0 likes
          Last Post bltdavid  
          Started by port119, Today, 02:43 PM
          0 responses
          10 views
          0 likes
          Last Post port119
          by port119
           
          Working...
          X