Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ArrowUp or ArrowDown on the actual Indicator and not on the Price Chart

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

    ArrowUp or ArrowDown on the actual Indicator and not on the Price Chart

    Hi, I am trying to find out how to apply ArrowUp or ArrowDown to the actual indicator and not have it paint on the price chart.

    For example, I would want something like:


    if (CrossAbove(Default,Smoothed,1))
    {
    DrawArrowUp(
    "tag2PPO"+CurrentBar, true, 0, PPO(12,26,9).Zeroline[0], Color.Green);
    }

    Which crashes NinjaTrader,

    Instead of :

    PPO
    if (CrossAbove(Default,Smoothed,1))
    {
    DrawArrowUp(
    "tag2PPOMeanMean"+CurrentBar, true, 0, Low[0]-4*TickSize, Color.Green);
    }

    Which would plot on the price chart. Thanks for any help.

    #2
    Thanks for posting CLKKLC, you can toggle where to draw the objects via this command in Initialize() -

    Comment


      #3
      Thank you!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      569 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      548 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      548 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X