diff --git a/README.md b/README.md index 1ba64a3..ea9f176 100755 --- a/README.md +++ b/README.md @@ -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 |