Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

open parameters for indicator button

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

    open parameters for indicator button

    is there a way to add a button that when clicked it opens the parameters for that indicator ?

    #2
    Hello WHICKED,

    Thank you for your post.

    I'm not aware of a supported/documented way to open the Properties window from a button click. However, please note that if you double click the indicator plot from the chart it will automatically open up the Properties window of that indicator.

    This thread will remain open if any users that want to provide any undocumented solutions as well.

    Comment


      #3
      or a way to open the indicators list?

      Comment


        #4
        there is no 'built in way' for a indicator to open the Indicators list -- seems a bit weird that isn't a possibility. even with a callback method or something along that line.

        Comment


          #5
          so the ability to open a browser that is outside of the NinjaTrader app is a possibility - but opening up the built in indicator list within NinjaTrader is not a possibility?

          There is no solution to this?

          Comment


            #6
            Hello WHICKED,

            This is not documented nor is it officially supported, however it is possible. You can use the ChartCommands to achieve this. For example:

            Code:
            ChartControl.Dispatcher.InvokeAsync(() =>{
            ChartCommands.Indicators.Execute(ChartControl);
            });
            Please let us know if you have any further questions. ​

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            601 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            347 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            103 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            559 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            558 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X