Announcement

Collapse
No announcement yet.

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 -

    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 Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          576 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          334 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          553 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          551 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X