Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How do I constrain a Rectangle to a given timeframe?

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

    How do I constrain a Rectangle to a given timeframe?

    We have a Strategy that Draws Rectangles using DrawRectangle() on Swings. The Rectangles main purpose is to be used on a Weekly Chart. However, when we switch to a Daily Chart the Rectangles change from the Weekly Timeframe to the Daily Timeframe. How can I constrain the Rectangles to the Weekly even when the Daily Chart is being displayed?

    Thanks for anything!
    Rob

    #2
    Hello RobVig,

    Thank you for your post.

    The drawing objects will draw based on the indicator's input series. If the input series is changed the objects will change as well as the indicator is reloaded onto the new Input Series.

    There would not be a means to draw on a prior Input Series. If you are trying to have objects from another series draw on another series chart you may consider running with multiple series in your script and using the DateTime of the secondary series for the DateTime of the draw objects. Or you could look into using custom plotting.

    For information on multiple series in your code please visit the following link: http://ninjatrader.com/support/helpG...nstruments.htm

    For information on custom plotting please go to Tools > Edit NinjaScript > Indicator > CustomPlotSample.

    Comment


      #3
      Thanks Patrick!

      I'll give that a shot and post my results when I have something.

      Rob

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      152 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      87 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      131 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      127 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      106 views
      0 likes
      Last Post CarlTrading  
      Working...
      X