Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Market Analyzer column labels not working NT 8.0.17.2

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

    Market Analyzer column labels not working NT 8.0.17.2

    If I set Name in MarketAnalyzerColumn method OnStateChange() on State == State.Configure, value of column is not displayed in MarketAnalyzer.
    I Attached short script to reproduce issue.
    If you remove Line 39 in script value 100 is displayed
    Attached Files

    #2
    Hello Klaus Hengher,

    I will check with our development to see if this is allowed.

    What are you wanting to accomplish?
    Are you trying to make the name appear differently in the Available columns list than the column heading once the instance is added?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      I want to rename column name in State = State.Configure depending on input parameter of MarketAnalyzeColumn.
      Example I have a market analyzer column to display COT data whith input parameter which data to show (Comercials, LargeSpec, SmallSpec ...), depending on input parameter I want to label column (COT Commercials, COT LargeSpec ...)

      Comment


        #4
        Hello Klaus Hengher,

        Our development has let me know to use override the DisplayName instead.

        public override string DisplayName
        {
        get { return "Custom name here"; }
        }
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          override DisplayName works, Thank you

          Comment


            #6
            Hello Klaus
            Just wonder how to get in touch with you thru Skype or email about write some code for NT 8
            Thank you
            Mike

            Comment


              #7
              Hello Mike,

              Our platform support email is platformsupport [at] ninjatrader [dot] com.

              I can answer any questions you may have about NinjaScript for a script you are writing yourself.


              Unfortunately, in the support department at NinjaTrader it is against our policy to create, debug, or modify, code or logic for our clients. This is so that we can maintain a high level of service for all of our clients as well as our partners.

              You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services. Please let me know if you would like our business development follow up with you with a list of affiliate consultants who would be happy to create this script or any others at your request.
              Chelsea B.NinjaTrader Customer Service

              Comment


                #8
                Hello Mike,
                you can contact me thru mail decs0057[at]gmx.de
                Best Klaus

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by argusthome, 03-08-2026, 10:06 AM
                0 responses
                77 views
                0 likes
                Last Post argusthome  
                Started by NabilKhattabi, 03-06-2026, 11:18 AM
                0 responses
                45 views
                0 likes
                Last Post NabilKhattabi  
                Started by Deep42, 03-06-2026, 12:28 AM
                0 responses
                29 views
                0 likes
                Last Post Deep42
                by Deep42
                 
                Started by TheRealMorford, 03-05-2026, 06:15 PM
                0 responses
                32 views
                0 likes
                Last Post TheRealMorford  
                Started by Mindset, 02-28-2026, 06:16 AM
                0 responses
                64 views
                0 likes
                Last Post Mindset
                by Mindset
                 
                Working...
                X