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 Hwop38, 05-04-2026, 07:02 PM
    0 responses
    174 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    328 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    252 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    355 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    181 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X