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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      47 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      23 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      33 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      51 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      42 views
      0 likes
      Last Post CarlTrading  
      Working...
      X