Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Force "Plot" to panel 1 (same as input series)

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

    Force "Plot" to panel 1 (same as input series)

    Hi,

    I have created a "Plot" object (for a custom moving average) in my indicator and I would like it to always default to coming up in panel 1 (same as input series). How can I do this ? Ideally I would like the "Panel" selection under the "Visual" section of the indicator parameters (when the indicator is loaded) to be set to either "1" or "Same as input series".

    Thanks,

    Bob A.

    #2
    Hi BAltman,

    Thank you for posting,

    You can set the Overlay to true from the initialize section of the code.

    Code:
    protected override void Initialize()
    		{
    			Overlay = true;
    		}
    Below is a link to the online help guide on the Overlay
    http://www.ninjatrader.com/support/h...ml?overlay.htm

    Please let me know if I can be of further assistance
    Cal H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 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
    548 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    549 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X