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

Rectangle NOT Plotting

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

    Rectangle NOT Plotting

    Hey guys, question. any idea why this Rectangle is NOT plotting? I placed it on Panel 1, and tried it on it's own Panel. just stays blank.

    I want rectangle to Plot at every new bar. in a Renko bar chart!
    Attached Files

    #2
    Hello,

    It looks like the values you are using would not be valid,

    Looking at the line of code:

    Code:
    DrawRectangle("Test", false, 1, 0, 0, 1, Color.Blue, Color.Black, 3);

    This is currently set to draw 1 bar ago at value between 1 and 0, was this intended?

    If so you would need to turn on the autoscale by changing the false to true and then chart will scale to show this.

    Otherwise you would need to put in a price value for the two y values it asks for and you should see it drawn.

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Thanks, it did draw something. but It drew Rectangles in Main Data Series.

      This is what I get: http://screencast.com/t/NRAQoh3M0e


      THis is my goal. to draw it like this: http://screencast.com/t/lFJRiZJ4A


      Also how do I change the color of it depending if lets say Close[0] > EMA(10)....etc

      Comment


        #4
        Hello,

        Based on the image, there is an easier approach using the BackColor property.

        There is a example that actually looks almost identical to what you are after here: http://www.ninjatrader.com/support/h...tsub=BackColor

        The BackColor property would in turn be much more efficient than drawing a rectangle for every bar.
        If you did want to instead use a rectangle, you need to use the DrawOnPricePanel property http://www.ninjatrader.com/support/h...awonpricepanel

        For the color change, please see the first link there is a good example on how the color is changed based on a condition.

        I look forward to being of further assistance.
        JesseNinjaTrader Customer Service

        Comment


          #5
          that BackColor is literally Exactly what I was looking for. Thanks so much!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by RubenCazorla, Today, 09:07 AM
          2 responses
          11 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by i019945nj, 12-14-2023, 06:41 AM
          7 responses
          81 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by timmbbo, 07-05-2023, 10:21 PM
          4 responses
          158 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by tkaboris, Today, 08:01 AM
          1 response
          7 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by Lumbeezl, 01-11-2022, 06:50 PM
          31 responses
          819 views
          1 like
          Last Post NinjaTrader_Adrian  
          Working...
          X