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 CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      29 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      21 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      184 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      338 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      262 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X