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 charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    70 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    152 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    162 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    100 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    288 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X