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 WeyldFalcon, 08-07-2020, 06:13 AM
                10 responses
                1,413 views
                0 likes
                Last Post Traderontheroad  
                Started by firefoxforum12, Today, 08:53 PM
                0 responses
                8 views
                0 likes
                Last Post firefoxforum12  
                Started by stafe, Today, 08:34 PM
                0 responses
                10 views
                0 likes
                Last Post stafe
                by stafe
                 
                Started by sastrades, 01-31-2024, 10:19 PM
                11 responses
                168 views
                0 likes
                Last Post NinjaTrader_Manfred  
                Started by kmunroe478, Today, 05:39 PM
                0 responses
                6 views
                0 likes
                Last Post kmunroe478  
                Working...
                X