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