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

Is there a way to do a multi-select or list box parameter in an indicator?

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

    Is there a way to do a multi-select or list box parameter in an indicator?

    I can see how to do a drop down, but not a multi-select. If there is a way it would be extremely helpful.


    #2
    ErikY You can do it in code: https://docs.microsoft.com/en-us/dot...tframework-4.8

    ... but not sure if it's supported in NT Indicators. Perhaps on a per case basis, but no idea if any do. You could, of course, take the existing Indicator code and "enhance" it this way, if you wanted to.

    Thanks.
    Last edited by jeronymite; 06-23-2022, 08:36 PM.
    Multi-Dimensional Managed Trading
    jeronymite
    NinjaTrader Ecosystem Vendor - Mizpah Software

    Comment


      #3
      Hello ErikY,

      I believe the closes to that for the NinjaTrader property grid would be to use bool properties and just check the ones you wanted. You can also create lists of items like how the drawing tools have the price level editors but there is not a way to use that for checking on/off states for items in the list directly. You would have to edit the items individually in the list similar to how you can edit each price level in the drawing objects list.

      You can also use WPF controls like jeronymite mentioned but that would not be able to be used in the general indicator parameters, that would be more of a custom modification like adding a input into the charts toolbar. https://ninjatrader.com/support/help...ub=usercontrol
      Last edited by NinjaTrader_Jesse; 06-24-2022, 09:05 AM.
      JesseNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Brevo, Today, 01:45 AM
      0 responses
      6 views
      0 likes
      Last Post Brevo
      by Brevo
       
      Started by aussugardefender, Today, 01:07 AM
      0 responses
      3 views
      0 likes
      Last Post aussugardefender  
      Started by pvincent, 06-23-2022, 12:53 PM
      14 responses
      242 views
      0 likes
      Last Post Nyman
      by Nyman
       
      Started by TraderG23, 12-08-2023, 07:56 AM
      9 responses
      384 views
      1 like
      Last Post Gavini
      by Gavini
       
      Started by oviejo, Today, 12:28 AM
      0 responses
      6 views
      0 likes
      Last Post oviejo
      by oviejo
       
      Working...
      X