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 arvidvanstaey, Today, 02:19 PM
                4 responses
                10 views
                0 likes
                Last Post arvidvanstaey  
                Started by samish18, 04-17-2024, 08:57 AM
                16 responses
                56 views
                0 likes
                Last Post samish18  
                Started by jordanq2, Today, 03:10 PM
                2 responses
                8 views
                0 likes
                Last Post jordanq2  
                Started by traderqz, Today, 12:06 AM
                10 responses
                18 views
                0 likes
                Last Post traderqz  
                Started by algospoke, 04-17-2024, 06:40 PM
                5 responses
                47 views
                0 likes
                Last Post NinjaTrader_Jesse  
                Working...
                X