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 NullPointStrategies, Today, 05:17 AM
      0 responses
      48 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      126 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      66 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X