Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Option to Make an Indicator Non Interactive

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

    Option to Make an Indicator Non Interactive

    I'm trying to make an indicator non interactive.

    For example, I have a script that creates a symbol water mater. However, I am able to inadvertently click on the text and select the indicator and then either delete it from the chart or it ends up capturing other input not meant for it.

    I've tried messing with IsInteractive and ChartControl.MouseDown but still not having any luck.

    Can you please advise if it is possible to make an indicator non interactive and how to do so? Thanks

    #2
    Hello BodhiKarma,

    You would need to remove all plots and custom render in OnRender() in a branching command block that is comparing IsInHitTest to false.
    Join the official NinjaScript Developer Community for comprehensive resources, documentation, and community support. Build custom indicators and automated strategies for the NinjaTrader platforms with our extensive guides and APIs.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    60 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    145 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    161 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    97 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    283 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X