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

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.
    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by DayTradingDEMON, Today, 09:28 AM
    4 responses
    21 views
    0 likes
    Last Post DayTradingDEMON  
    Started by geddyisodin, Yesterday, 05:20 AM
    9 responses
    50 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by George21, Today, 10:07 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Started by Stanfillirenfro, Today, 07:23 AM
    9 responses
    24 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by navyguy06, Today, 09:28 AM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X