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 RubenCazorla, 08-30-2022, 06:36 AM
            3 responses
            77 views
            0 likes
            Last Post PaulMohn  
            Started by f.saeidi, Yesterday, 12:14 PM
            9 responses
            23 views
            0 likes
            Last Post f.saeidi  
            Started by Tim-c, Today, 03:54 AM
            0 responses
            3 views
            0 likes
            Last Post Tim-c
            by Tim-c
             
            Started by FrancisMorro, Today, 03:24 AM
            0 responses
            5 views
            0 likes
            Last Post FrancisMorro  
            Started by Segwin, 05-07-2018, 02:15 PM
            10 responses
            1,772 views
            0 likes
            Last Post Leafcutter  
            Working...
            X