Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 AveryFlynn, Today, 04:57 AM
    0 responses
    4 views
    0 likes
    Last Post AveryFlynn  
    Started by RubenCazorla, 08-30-2022, 06:36 AM
    3 responses
    79 views
    0 likes
    Last Post PaulMohn  
    Started by f.saeidi, Yesterday, 12:14 PM
    9 responses
    25 views
    0 likes
    Last Post f.saeidi  
    Started by Tim-c, Today, 03:54 AM
    0 responses
    3 views
    0 likes
    Last Post Tim-c
    by Tim-c
     
    Started by FrancisMorro, Today, 03:24 AM
    0 responses
    5 views
    0 likes
    Last Post FrancisMorro  
    Working...
    X