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 algospoke, Yesterday, 06:40 PM
            2 responses
            19 views
            0 likes
            Last Post algospoke  
            Started by ghoul, Today, 06:02 PM
            3 responses
            14 views
            0 likes
            Last Post NinjaTrader_Manfred  
            Started by jeronymite, 04-12-2024, 04:26 PM
            3 responses
            45 views
            0 likes
            Last Post jeronymite  
            Started by Barry Milan, Yesterday, 10:35 PM
            7 responses
            20 views
            0 likes
            Last Post NinjaTrader_Manfred  
            Started by AttiM, 02-14-2024, 05:20 PM
            10 responses
            181 views
            0 likes
            Last Post jeronymite  
            Working...
            X