Skip to content

Commit

Permalink
update benchmarks results
Browse files Browse the repository at this point in the history
  • Loading branch information
BusinessDuck committed Sep 1, 2021
1 parent 7b58f6c commit c872c89
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,16 @@ sma.nextValue(9); // 7.50
- WAVE (directional move with bearish or bullish candle series and power p)

## [Benchmarks](https://github.com/follow-traders/indicators-benchmark)

| Indicator | @debut/indicators (ops/sec) | technicalindicators (ops/sec) | trading-signals (ops/sec) | ta.js (ops/sec) |
|:---------------: |:-------------------: |:-------------------: |:---------------: |:-------: |
| ATR | 165,378 | 9,272 | x | x |
| Bollinger Bands | 42,931 | 585 | x | x |
| CCI | 33,284 | 866 | x | x |
| EMA | 243,620 | 22,004 | 0.13 | 100,070 |
| MACD | 123,751 | 4,658 | x | x |
| ROC | 223,991 | 4,766 | x | x |
| SMA | 215,303 | 3,754 | 120 | 1,670 |
| Stochastic | 27,363 | 2,156 | 0.13 | x |
|:---------------: |:---------------------------------:|:---------------------------------:|:-----------------------------:|:-----------------: |
| AwesomeOscillator | 433,754 | 17,110 | x | x |
| ATR | 1,144,114 | 100,685 | x | x |
| Bollinger Bands | 400,497 | 6,198 | x | x |
| CCI | 338,016 | 8,268 | x | x |
| EMA | 2,231,699 | 294,657 | 4.81 | 740,489 |
| MACD | 1,118,681 | 46,323 | x | x |
| ROC | 2,181,411 | 33,253 | x | x |
| RSI | 1,207,454 | 21,072 | 148 | x |
| SMA | 2,013,733 | 32,479 | 120 | 1,670 |
| Stochastic | 277,308 | 18,914 | x | x |

0 comments on commit c872c89

Please sign in to comment.