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 sjsj2732, Yesterday, 04:31 AM
          0 responses
          33 views
          0 likes
          Last Post sjsj2732  
          Started by NullPointStrategies, 03-13-2026, 05:17 AM
          0 responses
          286 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          284 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          133 views
          1 like
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          91 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Working...
          X