Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Error in the If statement

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

    Error in the If statement

    I found a strange situation, this condition returns false on different data series and timeframes

    if ((175.76) == (175.71 + 0.05))
    Print("ok");
    else
    Print("???");

    175.76 == (175.70 + 0.06) - true
    175.76 == (175.71 + 0.05) - false
    175.76 == (175.72 + 0.04) - true
    175.76 == (175.73 + 0.03) - true
    175.76 == (175.74 + 0.02) - false
    175.76 == (175.75 + 0.01) - true
    175.76 == (175.76 + 0.00) - true
    Attached Files

    #2
    that looks like it might be a double rounding error. Can you cast them all to the same data type?
    Last edited by cashinvestor; 06-25-2020, 03:43 AM.

    Comment


      #3
      Originally posted by cashinvestor View Post
      that looks like it might be a double rounding error. Can you cast them all to the same data type?
      Yes, you are right. I tried Instrument.MasterInstrument.RoundToTickSize function, and it works.

      Thank you!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      98 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      142 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      69 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      125 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      77 views
      0 likes
      Last Post PaulMohn  
      Working...
      X