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 Hwop38, 05-04-2026, 07:02 PM
          0 responses
          164 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Started by CaptainJack, 04-24-2026, 11:07 PM
          0 responses
          317 views
          0 likes
          Last Post CaptainJack  
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          245 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          350 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          179 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Working...
          X