Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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() -

    BertrandNinjaTrader Customer Service

    Comment


      #3
      Thank you!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by dustydbayer, Today, 01:59 AM
      0 responses
      1 view
      0 likes
      Last Post dustydbayer  
      Started by inanazsocial, Today, 01:15 AM
      0 responses
      2 views
      0 likes
      Last Post inanazsocial  
      Started by trilliantrader, 04-18-2024, 08:16 AM
      5 responses
      22 views
      0 likes
      Last Post trilliantrader  
      Started by Davidtowleii, Today, 12:15 AM
      0 responses
      3 views
      0 likes
      Last Post Davidtowleii  
      Started by guillembm, Yesterday, 11:25 AM
      2 responses
      10 views
      0 likes
      Last Post guillembm  
      Working...
      X