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 The_Sec, Yesterday, 03:53 PM
          1 response
          12 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by mmenigma, Yesterday, 03:25 PM
          1 response
          11 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by kujista, Today, 05:44 AM
          0 responses
          7 views
          0 likes
          Last Post kujista
          by kujista
           
          Started by ZenCortexCLICK, Today, 04:58 AM
          0 responses
          9 views
          0 likes
          Last Post ZenCortexCLICK  
          Started by sidlercom80, 10-28-2023, 08:49 AM
          172 responses
          2,283 views
          0 likes
          Last Post sidlercom80  
          Working...
          X