Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

KAMA indicator compares double for equality

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

    KAMA indicator compares double for equality

    The KAMA indicator has a bug in line 84, as it compares a double for equality.

    Please replace

    Code:
    if(noise == 0)
    with

    Code:
    if (noise.ApproxCompare(0) == 0)

    #2
    Hello Harry,

    Thank you for the post.

    I believe this was copied to match nt7 directly. As this is for cases of specifically 0 and not a fractional 0 the == should suffice. I will put in a feature request to have development further review the indicator and this usage.

    Please let me know if I may be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    60 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    39 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    21 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    23 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    51 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X