Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Rounding to a whole number

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

    Rounding to a whole number

    Hello Ninjatrader staff,

    I would like to inquire for some information regarding practical methods of rounding to whole numbers that produce consistent and reliable results.
    For an example, in the following calculation —> (125 * 0.95), the result is 118.75. The problem is that this calculation does not consistently either round up to 119 or round down to 118. The result varies between the two with every calculation.

    How can I force the calculation to either round up or round down the result?

    I sincerely thank you in advance for your time, and I am looking forward to receive your reply.

    With kind regards,
    GLFX005

    #2
    Hello GLFX005,

    Thanks for your post.

    I understand that you would like to round a value to the nearest whole number in a custom NinjaScript. This could be accomplished using C# methods such as Math.Round. Or, you could do something like Math.Ceiling or Math.Floor

    Please note that we do not provide C# programming education services in our Support department.

    Here is one page which describes some ways to round to the nearest whole number with some examples:
    https://stackoverflow.com/questions/...ber-in-c-sharp

    And, here is the MSDN documentation for Math.Round: https://docs.microsoft.com/en-us/dotnet/api/system.math.round?view=netframework-4.5#System_Math_Round_System_Decimal_System_Int32_ System_MidpointRounding_

    Let us know if we may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    557 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X