Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

programming question

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

    programming question

    Hi,

    I have this line of code in my custom indicator:

    mousebar2 = Math.Round(mousebar2, 0);

    However, I want to round to the lowest integer, rather than the nearest integer.

    That is, if mousebar2 is 19.999, I want it to be rounded down to 19

    Suggestions?

    #2
    You want the floor.

    Returns the largest integral value less than or equal to the specified number.

    Comment


      #3
      Hello tarnation,

      Thank you for writing in.

      sledge is correct; you will want to use the Math.Floor() method.
      Zachary G.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by WHICKED, Today, 12:45 PM
      2 responses
      19 views
      0 likes
      Last Post WHICKED
      by WHICKED
       
      Started by GussJ, 03-04-2020, 03:11 PM
      15 responses
      3,276 views
      0 likes
      Last Post xiinteractive  
      Started by Tim-c, Today, 02:10 PM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Taddypole, Today, 02:47 PM
      0 responses
      5 views
      0 likes
      Last Post Taddypole  
      Started by chbruno, 04-24-2024, 04:10 PM
      4 responses
      51 views
      0 likes
      Last Post chbruno
      by chbruno
       
      Working...
      X