UNPKG

@4ex/indicators

Version:

Technical indicators for ohlc charts written in TypeScript

45 lines (32 loc) 4.98 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.0.3](https://github.com/devballo/4ex-indicators/compare/v0.0.2...v0.0.3) (2021-05-14) ### Features * **pivot-point:** implemented as [#7](https://github.com/devballo/4ex-indicators/issues/7) ([31aefeb](https://github.com/devballo/4ex-indicators/commit/31aefeba35271f5a293477b4722af2c305b8fba0)) ### Bug Fixes * **adx:** now next() method is available [#2](https://github.com/devballo/4ex-indicators/issues/2) ([47ac121](https://github.com/devballo/4ex-indicators/commit/47ac1211131f62436e4fcad59e7af5856e35e334)) * **wr:** now next is available [#2](https://github.com/devballo/4ex-indicators/issues/2) ([77ba492](https://github.com/devballo/4ex-indicators/commit/77ba492fe01d9bb948393d8a0ffa3b9c84fcbecf)) ### 0.0.2 (2021-05-05) ### Features * **adl:** implemented indicator ([032569d](https://github.com/devballo/4ex-indicators/commit/032569db1acb18a16fb2d0a0e4f2106dde4698ef)) * **adx:** implemented adx as of [#1](https://github.com/devballo/4ex-indicators/issues/1) ([ec69954](https://github.com/devballo/4ex-indicators/commit/ec69954dcb46955df5a11c13226575c7eee25cdb)) * **ao:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([8cba1be](https://github.com/devballo/4ex-indicators/commit/8cba1beda4e03a975b2cfb31e6a228de3e94565b)) * **atr:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([09f0e6a](https://github.com/devballo/4ex-indicators/commit/09f0e6aaf742e47b592f45a9c35d8db359e0b24f)) * **bb:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([c8caa7b](https://github.com/devballo/4ex-indicators/commit/c8caa7b98496d19968d441e241eec86cde02e508)) * **cci:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([6e41552](https://github.com/devballo/4ex-indicators/commit/6e4155222d4011ea00b3b02427ef6ac414092359)) * **factory-indicators:** done ([30e6dc9](https://github.com/devballo/4ex-indicators/commit/30e6dc96af692b5452e24da0e9d36abeda79e6ae)), closes [#5](https://github.com/devballo/4ex-indicators/issues/5) * **fi:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([0921d73](https://github.com/devballo/4ex-indicators/commit/0921d73b4796d0a3081b349aefc9c68f19f83a0b)) * **ichimoku:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([d364a7c](https://github.com/devballo/4ex-indicators/commit/d364a7c0c712961c08999fd8d15c115a4ad3304f)) * **kst:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([b9781cb](https://github.com/devballo/4ex-indicators/commit/b9781cb766fbdf6309d4e52aefbb4ee137df4e14)) * **macd:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([e712fdf](https://github.com/devballo/4ex-indicators/commit/e712fdf06b066b4476a7acb297e4c989cb3f20a5)) * **mfi:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([21ce8dd](https://github.com/devballo/4ex-indicators/commit/21ce8ddfc74d5d061a84d6b2b0278cdeafd03a53)) * **moving-average:** created indicator ([824e681](https://github.com/devballo/4ex-indicators/commit/824e6810363790642fcc79af64a338cf5c4a29ca)) * **obv:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([e4c03e8](https://github.com/devballo/4ex-indicators/commit/e4c03e80c6b697412da78ffbb7e765008b5e2458)) * **psar:** add parabolic sar indicator ([595ae6d](https://github.com/devballo/4ex-indicators/commit/595ae6dcb54581f4f559604129554a9c918e8727)) * **roc:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([685a1cc](https://github.com/devballo/4ex-indicators/commit/685a1cc1e1ed11073a6338b8dba8e0a497a584a5)) * **rsi:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([528f6c5](https://github.com/devballo/4ex-indicators/commit/528f6c5d3f680ea9885884d4b5e341a87b7478c9)) * **stoch:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([1710a10](https://github.com/devballo/4ex-indicators/commit/1710a1069bcaaa8ac73bd2a2172229ae14df6041)) * **stoch-rsi:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([a3c646d](https://github.com/devballo/4ex-indicators/commit/a3c646d634b094c846f0d1f5675fe8874e34573d)) * **trix:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([c18c63f](https://github.com/devballo/4ex-indicators/commit/c18c63fe2c4debb16954f797ad77a1443e49fedb)) * **vwap:** implemented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([b2f4e13](https://github.com/devballo/4ex-indicators/commit/b2f4e137491cbc1365268afac10ad33da5bfb975)) * **wr:** implmented as [#1](https://github.com/devballo/4ex-indicators/issues/1) ([655b54a](https://github.com/devballo/4ex-indicators/commit/655b54ad810282020c4e780b27f4ab0b5124341a))