Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to add indicator in different panel?

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

    How to add indicator in different panel?

    When I put the following in my code:
    PIKQQE1 = PIKQQE(......);
    myEMA = EMA(...);

    AddChartIndicator(PIKQQE1);
    AddChartIndicator(myEMA);

    Both of them show up in my chart and my chart gets all funky. How can I make the 1st indicator show up on my lower(2nd) panel?



    #2
    Hi priceisking, thanks for your post.

    You must set the first indicator's "IsOverlay" property to false to display in a separate panel. e.g.

    State == State.SetDefaults:
    IsOverlay = false;

    Please let me know if this does not resolve your inquiry.

    Comment


      #3
      So when i do this, both my EMA and QQE indicators show up on different panels. I just want the QQE to show up on different panel not my EMA. Also, i'm trying to add both of them in my strategy. If i set the strategy to IsOverlay=false, both indicators show up on their own panel.

      Comment


        #4
        nevermind. i just used the properties for each indicator to set it.

        myEMA.IsOverlay=true;

        That did it.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Today, 05:17 AM
        0 responses
        52 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        130 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        70 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        44 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        48 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X