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

bukosabino / ta
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: fix-aroon-most-recent-extreme
DEFAULT BRANCH: master
Repo Added 12 Nov 2019 05:35PM UTC
Files 8
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

LAST BUILD ON BRANCH fix-aroon-most-recent-extreme
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • added-pivot-points
  • develop
  • feat/359-rank-percentile-indicators
  • feature/Twiggs-Money-Flow
  • feature/clean-code
  • feature/doc3
  • feature/doc5
  • feature/fix-roc
  • feature/fstring
  • feature/macd
  • feature/proof-of-coverage
  • feature/tests
  • feature/warning
  • fix-aroon-most-recent-extreme
  • fix/psar-iloc-indexing
  • master
  • patch-1

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

Relevant lines Covered
Build:
Build:
1362 RELEVANT LINES 1336 COVERED LINES
0.98 HITS PER LINE
Source Files on master
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1316 fix-aroon-most-recent-extreme 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 fr... Pull #367 11 Jul 2026 01:15AM UTC nyxst4ck circleci
97.9
1312 master Add category-based walkthrough links for all indicators in README.md Pull #363 20 Apr 2026 09:06AM UTC chandraveshchaudhari circleci
97.76
1308 master Reviewers suggested changes to the README and the notebooks. Also added a new utility file for category notebooks. Pull #363 20 Apr 2026 09:02AM UTC chandraveshchaudhari circleci
97.76
1306 feat/359-rank-percentile-indicators Add Rank and Percentile indicators (#359) New RankIndicator (IVR-style) and PercentileIndicator (IVP-style) in ta.others for implied volatility analysis. - Rank: (current - min) / (max - min) * 100 over rolling window - Percentile: fraction of h... Pull #364 10 Apr 2026 11:12PM UTC atharvajoshi01 circleci
96.09
1304 master Remove visualization feature mention from README.md Pull #363 02 Apr 2026 12:00PM UTC chandraveshchaudhari circleci
97.76
1290 fix/psar-iloc-indexing fix: use iloc for consistent positional indexing in PSARIndicator Fix inconsistent Series indexing in PSARIndicator._run() where self._psar[i] was used instead of self._psar.iloc[i] at line 1030. In pandas, Series.__setitem__ with integer keys t... Pull #361 28 Feb 2026 05:20AM UTC Jo2234 circleci
97.76
1289 patch-1 fix: Typo in Donchian mband in README.md Pull #360 03 Feb 2026 02:20AM UTC web-flow circleci
97.76
1284 patch-1 Update index.rst Fixed the Motivation (English) Link. Pull #356 16 Jul 2025 10:47PM UTC web-flow circleci
97.76
1282 feature/Twiggs-Money-Flow New indicator: Twiggs Money Flow Pull #355 23 Jun 2025 01:02PM UTC ValueRaider circleci
97.74
1278 feature/Twiggs-Money-Flow Fix integration tests Pull #355 23 Jun 2025 12:59PM UTC ValueRaider circleci
97.74
See All Builds (341)
  • Repo on GitHub
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