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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        93 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        138 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        123 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        73 views
        0 likes
        Last Post PaulMohn  
        Working...
        X