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

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.
    Gaby V.NinjaTrader Customer Service

    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. ​
            Gaby V.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by ETFVoyageur, 04-30-2024, 06:05 PM
            11 responses
            80 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by Rogers101, 05-05-2024, 11:30 AM
            13 responses
            38 views
            0 likes
            Last Post Rogers101  
            Started by dcriador, Yesterday, 01:43 AM
            4 responses
            25 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by cmtjoancolmenero, 04-25-2024, 03:58 PM
            22 responses
            117 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by tradingnasdaqprueba, Today, 03:42 AM
            3 responses
            23 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Working...
            X