{"id":35230318,"url":"https://github.com/shahradelahi/technical-analysis","last_synced_at":"2026-04-01T17:22:01.303Z","repository":{"id":288128847,"uuid":"964406681","full_name":"shahradelahi/technical-analysis","owner":"shahradelahi","description":"[WIP] 📈 JS library for Technical Analysis","archived":false,"fork":false,"pushed_at":"2026-03-24T16:55:11.000Z","size":141,"stargazers_count":26,"open_issues_count":11,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T00:37:24.388Z","etag":null,"topics":["chart","finance","indicators","ta","technical-analysis"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shahradelahi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-11T06:59:03.000Z","updated_at":"2026-03-20T05:47:28.000Z","dependencies_parsed_at":"2025-05-03T20:25:50.236Z","dependency_job_id":"97e25644-f5ad-49cb-9629-046586cbd320","html_url":"https://github.com/shahradelahi/technical-analysis","commit_stats":null,"previous_names":["shahradelahi/technical-analysis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shahradelahi/technical-analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahradelahi%2Ftechnical-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahradelahi%2Ftechnical-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahradelahi%2Ftechnical-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahradelahi%2Ftechnical-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahradelahi","download_url":"https://codeload.github.com/shahradelahi/technical-analysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahradelahi%2Ftechnical-analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chart","finance","indicators","ta","technical-analysis"],"created_at":"2025-12-30T02:22:48.456Z","updated_at":"2026-04-01T17:22:01.287Z","avatar_url":"https://github.com/shahradelahi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @se-oss/ta\n\n[![CI](https://github.com/shahradelahi/technical-analysis/actions/workflows/ci.yml/badge.svg)](https://github.com/shahradelahi/technical-analysis/actions/workflows/ci.yml)\n[![NPM Version](https://img.shields.io/npm/v/@se-oss/ta.svg)](https://www.npmjs.com/package/@se-oss/ta)\n[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](/LICENSE)\n[![Install Size](https://packagephobia.com/badge?p=@se-oss/ta)](https://packagephobia.com/result?p=@se-oss/ta)\n![Edge Runtime Compatible](https://img.shields.io/badge/edge--runtime-%E2%9C%94%20compatible-black)\n\nA lightweight JavaScript library that delivers a comprehensive suite of technical and candlestick indicators, plus essential utilities, to streamline financial analysis and charting.\n\n---\n\n- [Installation](#-installation)\n- [API](#-api)\n- [Contributing](#-contributing)\n- [License](#license)\n\n## 📦 Installation\n\n```bash\nnpm i @se-oss/ta\n```\n\n## 📑 API\n\nFor all configuration options, please see [the API docs](https://www.jsdocs.io/package/@se-oss/ta).\n\n#### Indicators\n\n###### Momentum\n\n- [Awesome Oscillator (AO)](src/momentum/AO.ts)\n- [Momentum (MOM)](src/momentum/MOM.ts)\n- [Rate of Change (ROC)](src/momentum/ROC.ts)\n- [Relative Strength Index (RSI)](src/momentum/RSI.ts)\n- [Relative Strength Xtra (RSX)](src/momentum/RSX.ts)\n- [Stochastic Oscillator (STOCH)](src/momentum/Stochastic.ts)\n- [Stochastic RSI Oscillator (STOCHRSI)](src/momentum/StochasticRSI.ts)\n- [William's Percent R (WILLR)](src/momentum/WILLR.ts)\n\n###### Overlap\n\n- [Arnaud Legoux Moving Average (ALMA)](src/overlap/ALMA.ts)\n- [Double Exponential Moving Average (DEMA)](src/overlap/DEMA.ts)\n- [Exponential Moving Average (EMA)](src/overlap/EMA.ts)\n- [Fibonacci's Weighted Moving Average (FWMA)](src/overlap/FWMA.ts)\n- [Gann HiLo Activator (HILO)](src/overlap/HILO.ts)\n- [Ichimoku Kinkō Hyō (Ichimoku)](src/overlap/Ichimoku.ts)\n- [Moving Average Convergence Divergence (MACD)](src/overlap/MACD.ts)\n- [Rolling Moving Average (ROMA)](src/overlap/ROMA.ts)\n- [Simple Moving Average (SMA)](src/overlap/SMA.ts)\n- [Smoothed Moving Average (SMMA)](src/overlap/SMMA.ts)\n- [Volume Weighted Average Price (VWAP)](src/overlap/VWAP.ts)\n- [Weighted Moving Average (WMA)](src/overlap/WMA.ts)\n- [Welles WildeR's Moving Average (RMA)](src/overlap/RMA.ts)\n- [Zero Lag Exponential Moving Average (ZLEMA)](src/overlap/ZLEMA.ts)\n\n###### Trend\n\n- [Average Directional Movement (ADX)](src/trend/ADX.ts)\n- [Parabolic Stop and Reverse (PSAR)](src/trend/PSAR.ts)\n\n###### Volatility\n\n- [Average True Range (ATR)](src/volatility/ATR.ts)\n- [True Range](src/volatility/TrueRange.ts)\n\n###### Volume\n\n- [Money Flow Index (MFI)](src/volume/MFI.ts)\n\n#### Candles\n\n- [Heikin Ashi Candles (HA)](src/candles/HA.ts)\n- [Smoothed Heikin Ashi Candles (SHA)](src/candles/SHA.ts)\n\n#### Utils\n\n- Fibonacci Retracement\n- Typical Price (HLC3)\n\n## 🤝 Contributing\n\nWant to contribute? Awesome! To show your support is to star the project, or to raise issues on [GitHub](https://github.com/shahradelahi/technical-analysis).\n\nThanks again for your support, it is much appreciated! 🙏\n\n## License\n\n[MIT](/LICENSE) © [Shahrad Elahi](https://github.com/shahradelahi) and [contributors](https://github.com/shahradelahi/technical-analysis/graphs/contributors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahradelahi%2Ftechnical-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahradelahi%2Ftechnical-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahradelahi%2Ftechnical-analysis/lists"}