{"id":31223486,"url":"https://github.com/mathiswellmann/go_ehlers_indicators","last_synced_at":"2025-09-21T22:45:43.483Z","repository":{"id":57533907,"uuid":"237220909","full_name":"MathisWellmann/go_ehlers_indicators","owner":"MathisWellmann","description":"A collection of John Ehlers technical analysis indicators / Filters written in pure go, with links to original papers","archived":false,"fork":false,"pushed_at":"2020-11-19T19:15:49.000Z","size":821,"stargazers_count":33,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-07-11T03:36:16.137Z","etag":null,"topics":["ehlers-indicators","indicators","ta-lib","technical-analysis","trading"],"latest_commit_sha":null,"homepage":"","language":"Go","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/MathisWellmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-30T13:39:30.000Z","updated_at":"2023-07-07T19:09:23.000Z","dependencies_parsed_at":"2022-09-26T18:21:21.603Z","dependency_job_id":null,"html_url":"https://github.com/MathisWellmann/go_ehlers_indicators","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/MathisWellmann/go_ehlers_indicators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisWellmann%2Fgo_ehlers_indicators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisWellmann%2Fgo_ehlers_indicators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisWellmann%2Fgo_ehlers_indicators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisWellmann%2Fgo_ehlers_indicators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MathisWellmann","download_url":"https://codeload.github.com/MathisWellmann/go_ehlers_indicators/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisWellmann%2Fgo_ehlers_indicators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276319015,"owners_count":25621651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ehlers-indicators","indicators","ta-lib","technical-analysis","trading"],"created_at":"2025-09-21T22:45:42.109Z","updated_at":"2025-09-21T22:45:43.472Z","avatar_url":"https://github.com/MathisWellmann.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ehlers Indicators and Filters\nA collection of John Ehlers technical analysis indicators and filters written in pure go\nEvery indicator includes tests and a graph on [synthetic data](https://github.com/MathisWellmann/go_timeseries_generator).\n\n### Installation:\n``\ngo get github.com/MathisWellmann/go_ehlers_indicators\n``\n\n### Indicators / Filters include:\n- [FAMA](https://www.mesasoftware.com/papers/MAMA.pdf)\n- [Laguerre Filter](http://mesasoftware.com/papers/TimeWarp.pdf)\n- [FRAMA (Fractal adaptive moving average)](http://mesasoftware.com/papers/FRAMA.pdf)\n- [Cyber Cycle](https://www.mesasoftware.com/papers/TheInverseFisherTransform.pdf)\n- [Center of Gravity](https://mesasoftware.com/papers/TheCGOscillator.pdf)\n- [Fisher Transform](https://www.mesasoftware.com/papers/UsingTheFisherTransform.pdf)\n- [Inverse FisherTransform](http://www.mesasoftware.com/papers/TheInverseFisherTransform.pdf)\n- ReFlex\n- TrendFlex\n- [MAMA (MESA adaptive moving average)](https://www.mesasoftware.com/papers/MAMA.pdf)\n- [Laguerre RSI](http://mesasoftware.com/papers/TimeWarp.pdf)\n- [Roofing Filter](http://www.mesasoftware.com/papers/PredictiveIndicatorsForEffectiveTrading%20Strategies.pdf)\n- [Super Smoother](http://www.mesasoftware.com/papers/PredictiveIndicatorsForEffectiveTrading%20Strategies.pdf)\n- [Gaussian Filter](https://www.mesasoftware.com/papers/GaussianFilters.pdf)\n\n\n### Images:\nWith synthetic data from [MathisWellmann/timeseries_generator](https://github.com/MathisWellmann/timeseries_generator)\n\n![fama](img/fama.png)\n![laguerre_filter](img/laguerre_filter.png)\n![frama](img/frama.png)\n![super_smoother](img/super_smoother.png)\n![cyber_cycle](img/cyber_cycle.png)\n![center_of_gravity](img/center_of_gravity.png)\n![mama](img/mama.png)\n![gaussian_filter](img/gaussian_filter_p3.png)\n![re_flex](img/re_flex.png)\n![trend_flex](img/trend_flex.png)\n![laguerre_rsi](img/laguerre_rsi.png)\n![Roofing Filter](img/roofing_filter.png)\n![fisher_transform](img/fisher_transform.png)\n![inverse_fisher_transform](img/inverse_fisher_transform.png)\n\n### TODOs:\n- Swiss Army Knife Indicator\n- [Ehlers Filter](http://mesasoftware.com/papers/EhlersFilters.pdf)\n- (maybe) Empirical mode decomposition\n- (maybe) Fourier Transform for traders\n\n\nFeel free to post a pull-request for more indicators or in case I made a mistake.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathiswellmann%2Fgo_ehlers_indicators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathiswellmann%2Fgo_ehlers_indicators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathiswellmann%2Fgo_ehlers_indicators/lists"}