Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw when trading signal is found

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

    Draw when trading signal is found

    Hi all,

    I am backtesting a strategy, and I would like to draw an indication (above or below the candle) when the trading signal is found. I have looked into the Draw class, but I don't think that's what I need.

    Thank you

    #2
    Hello op1031,

    Thanks for your post.

    You could use the Draw class to draw objects on the chart when certain conditions in your script become true. For example, if you would like to draw a dot 1 tick below the low of each bar that your condition becomes true, the code would look something like this.

    Draw.Dot(this, "tag1" + CurrentBar, true, 0, Low[0] - TickSize, Brushes.Red);

    See this help guide for more information about Draw.Dot(): https://ninjatrader.com/support/help...8/draw_dot.htm

    And, see this help guide page for other Drawing objects you could use: https://ninjatrader.com/support/help...t8/drawing.htm

    Let us know if we may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment


      #3
      Thank you. This answers my question.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      90 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      135 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      119 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      69 views
      0 likes
      Last Post PaulMohn  
      Working...
      X