Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Calculation equities - currencies

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

    Calculation equities - currencies

    Hello,

    I was experiencing a strange plotting as result from a simple calculation and worked round all day with it to find the reason The issue is that the calculation works for ES, NQ, YM but not for 6E, 6B...

    Now I found out that when I remove the "Math. Round" then the result is OK also with 6E and 6B. What is the reason for this please?

    Example: the NT Indicator "samplegethighlowbytimerange" I calculate the mid from the highestHigh and the lowestLow with rthMid = Math.Round((highestHigh+lowestLow)/2,2);
    And the result from is ok for ES.... but for 6E and 6B I have to use rthMid = (highestHigh+lowestLow)/2); for having a correct number from this calculation.

    Why please?

    Thank you!
    Tony

    #2
    Hello tonynt,

    Thank you for your post.

    If you would like to round a number in a NinjaScript it is suggested to use the NinjaScript method RoundToTickSize. RoundToTickSize returns a value that is rounded up to the nearest valid value evenly divisible by the instrument's tick size.

    Please see the example script in the NinjaTrader help guide documentation linked below for how this could be used.

    SampleRoundToTickSize - https://ninjatrader.com/support/help...he_nearest.htm

    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 argusthome, 03-08-2026, 10:06 AM
    0 responses
    71 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    43 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    25 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    28 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    56 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X