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

Format ToString Output

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

    Format ToString Output

    I'm trying to print the gap size to the output window. I would like to format the output to 1 decimal place.
    Here is my code:
    Print("The gap size is " + gap[0].ToString());
    The output is:
    1.179999999999
    If I try to format like this:
    Print("The gap size is " + gap[0].ToString("{0:0.0}"));
    The output is:
    The gap size is {0:1.2}

    What is the correct way to do this?

    Thanks, Tim

    #2
    Maybe try ToString("0.0")

    Comment


      #3
      Hello Tim,
      This is more of a C# query and please refer here for more

      Learn how to create a custom numeric format string to format numeric data in .NET. A custom numeric format string has one or more custom numeric specifiers.


      @Radical - thanks for your snippet.

      Please let me know if I can assist you any further.
      JoydeepNinjaTrader Customer Service

      Comment


        #4
        Thanks Radical.

        ToString("0.0") gave the output I was looking for.

        Comment


          #5
          I couldn't find more about "ToString" in Help of NT. Where more info about "ToString"?

          Comment


            #6
            Hello alexstox,
            ToString is a c# concept and please refer here to know more http://msdn.microsoft.com/en-us/libr....tostring.aspx

            Please let me know if I can assist you any further.
            JoydeepNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by bmartz, 03-12-2024, 06:12 AM
            5 responses
            33 views
            0 likes
            Last Post NinjaTrader_Zachary  
            Started by Aviram Y, Today, 05:29 AM
            4 responses
            13 views
            0 likes
            Last Post Aviram Y  
            Started by algospoke, 04-17-2024, 06:40 PM
            3 responses
            28 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by gentlebenthebear, Today, 01:30 AM
            1 response
            8 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by cls71, Today, 04:45 AM
            1 response
            8 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Working...
            X