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

default panel 1

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

    default panel 1

    How do I default an indicator to panel #1

    I tried the following in red but no luck:

    CalculateOnBarClose = true;
    Overlay =
    false;
    PriceTypeSupported =
    false;
    AutoScale =
    false;
    Panel =
    1;


    Also, How do you default the indicator name label so that it does not display the name of the indicator on the chart?

    Thanks
    Last edited by velocity; 12-28-2009, 06:10 AM.

    #2
    velocity, this is unfortunately not supported - for the custom indicator label please check into this sample -

    BertrandNinjaTrader Customer Service

    Comment


      #3
      Thanks for responding. Thought I saw some code on defaulting to panel #1.

      Anyone else see that?

      Comment


        #4
        will this work

        overlay = true puts it in the panel1 I believe
        or alternatively DrawOnPricePanel = true;
        Last edited by Mindset; 12-28-2009, 02:05 PM.

        Comment


          #5
          you are correct. That was easy and the answer was there all along.

          Many thanks

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by geddyisodin, Today, 05:20 AM
          2 responses
          16 views
          0 likes
          Last Post geddyisodin  
          Started by hazylizard, Today, 08:38 AM
          0 responses
          6 views
          0 likes
          Last Post hazylizard  
          Started by Max238, Today, 01:28 AM
          5 responses
          42 views
          0 likes
          Last Post Max238
          by Max238
           
          Started by giulyko00, Yesterday, 12:03 PM
          3 responses
          13 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Started by habeebft, Today, 07:27 AM
          1 response
          16 views
          0 likes
          Last Post NinjaTrader_ChristopherS  
          Working...
          X