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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      254 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      164 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      169 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      251 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      203 views
      0 likes
      Last Post CarlTrading  
      Working...
      X