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

Draw.Region Behavior

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

    Draw.Region Behavior

    Dear Support,

    I need to know if is there a method to fix Draw.Region function like I need.
    In the attached screenshot, you can see that Draw.Region always draw region between the two iSeries Y values, and this is correctly expected.

    But if I want draw only the area under or up my custom level (such as 15 or 85 in my case) what is the best way to do ?

    I mean inside the same candle I would like to see one part of area not colored, and one part colored when indicator pass my extreme value.

    OnRender function can help me in this case?

    thank you, best regards

    Andrea



    Attached Files

    #2
    Hello Andrea,

    You could choose to start the region on the bar after and not draw the region on the bar you are not wanting it to appear on.
    For example you could draw the region between two series as long as the value on the previous bar of the first series is greater than the value of the previous bar on the second series.

    Or you could custom render in OnRender() using geometry.

    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hello Chelsea,

      thank you for your reply!

      I already use the first solution, I will try using geometry, I think this is what I was looking for!!

      have you some esample for this case?



      Comment


        #4
        Hello Andrea,

        A great example of using pathgeometry is in the @Shapes.cs file in the DrawingTools folder.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Thank you, it is perfect!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by techgetgame, Today, 11:42 PM
          0 responses
          6 views
          0 likes
          Last Post techgetgame  
          Started by sephichapdson, Today, 11:36 PM
          0 responses
          1 view
          0 likes
          Last Post sephichapdson  
          Started by bortz, 11-06-2023, 08:04 AM
          47 responses
          1,612 views
          0 likes
          Last Post aligator  
          Started by jaybedreamin, Today, 05:56 PM
          0 responses
          9 views
          0 likes
          Last Post jaybedreamin  
          Started by DJ888, 04-16-2024, 06:09 PM
          6 responses
          19 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Working...
          X