Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Only plotting one value

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

    Only plotting one value

    I created a simple indicator to plot a blue dot when close is greater than open. Its only plotting one time(when value is true last time) vs. plotting every time it is true. I'm sure i must be doing something wrong, please help.

    Here is my code:

    if (Close[0] > Open[0])
    {

    Draw.Diamond(this, "MyDiamond", false, 0, High[0] + 2 * TickSize, Brushes.Blue);
    }

    #2
    I got it resolved from reading through earlier threads

    Comment


      #3
      Hello chakriare,

      Thank you for the update. Please let us know if we may be of assistance anytime and please enjoy your weekend!
      Michael M.NinjaTrader Quality Assurance

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      83 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      45 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      65 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      68 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      56 views
      0 likes
      Last Post CarlTrading  
      Working...
      X