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