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 CarlTrading, 03-31-2026, 09:41 PM
            1 response
            47 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            23 views
            0 likes
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            33 views
            1 like
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            51 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            42 views
            0 likes
            Last Post CarlTrading  
            Working...
            X