• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bukosabino / ta / 1316
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: fix-aroon-most-recent-extreme
DEFAULT BRANCH: master
Ran 11 Jul 2026 01:15AM UTC
Jobs 1
Files 8
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jul 2026 01:13AM UTC coverage: 97.903%. First build
1316

Pull #367

circleci

nyxst4ck
Fix Aroon Up/Down to count from the most recent high/low

AroonIndicator used np.argmax / np.argmin, which return the first
(oldest) occurrence of the extreme in the rolling window. Aroon's
"periods since the N-period high/low" must be measured from the most
recent occurrence. When the highest high (or lowest low) is not unique
in the window, the indicator counted from the wrong bar and reported a
value that was too low.

The most visible symptom: when the current bar sets or ties the
N-period high, Aroon Up should be 100 (zero periods since the high), but
the indicator returned a smaller value because an earlier equal high was
used instead.

Use the last occurrence of the extreme within the window so ties resolve
to the most recent bar. Values are unchanged when the extreme is unique.

Added unit tests covering the tie-at-current-bar case.
Pull Request #367: Fix Aroon Up/Down: count periods since the most recent high/low

111 of 116 branches covered (95.69%)

Branch coverage included in aggregate %.

1336 of 1362 relevant lines covered (98.09%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1316.1 11 Jul 2026 01:15AM UTC 8
97.9
CircleCI Job
Source Files on build 1316
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #1316
  • Pull Request #367
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc