{"id":22609101,"url":"https://github.com/bitfinexcom/bfx-hf-indicators-py","last_synced_at":"2025-04-11T06:20:46.876Z","repository":{"id":141633961,"uuid":"154986772","full_name":"bitfinexcom/bfx-hf-indicators-py","owner":"bitfinexcom","description":null,"archived":false,"fork":false,"pushed_at":"2020-01-29T10:39:09.000Z","size":53,"stargazers_count":32,"open_issues_count":4,"forks_count":22,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-25T04:18:00.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitfinexcom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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}},"created_at":"2018-10-27T16:43:38.000Z","updated_at":"2024-09-28T12:20:13.000Z","dependencies_parsed_at":"2023-03-13T10:01:57.245Z","dependency_job_id":null,"html_url":"https://github.com/bitfinexcom/bfx-hf-indicators-py","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbfx-hf-indicators-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbfx-hf-indicators-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbfx-hf-indicators-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfinexcom%2Fbfx-hf-indicators-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitfinexcom","download_url":"https://codeload.github.com/bitfinexcom/bfx-hf-indicators-py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248352305,"owners_count":21089417,"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","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":[],"created_at":"2024-12-08T15:10:54.995Z","updated_at":"2025-04-11T06:20:46.868Z","avatar_url":"https://github.com/bitfinexcom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitfinex Indicator Library for Python\n\n[![Build Status](https://travis-ci.org/bitfinexcom/bfx-hf-indicators-py.svg?branch=master)](https://travis-ci.org/bitfinexcom/bfx-hf-indicators-py)\n\nThis repo contains a collection of trading indicators implemented to support incremental updates, both from trade and candle data (depending on the indicator). All indicators provide the same set of base methods:\n\n## Features\n* Absolute True Range\n* Acceleration\n* Accumulation/Distribution\n* Accumulative Swing Index\n* Arnoud Legoux Moving Average\n* Awesome Oscillator\n* Balance of Power\n* Bollinger Bands\n* Chaikin Money Flow\n* Chaikin Oscillator\n* Chande Momentum Oscillator\n* Coppock Curve\n* Detrended Price Oscillator\n* Donchian Channels\n* Ease of Movement\n* Envelope\n* Exponential Moving Average\n* EMA Volume\n* Know Sure Thing\n* MACD\n* Mass Index\n* Momentum\n* Net Volume\n* On Balance Volume\n* Price Channel\n* Price Oscillator\n* Price Volume Trend\n* RSI\n* Rate of Change\n* Relative Vigor Index\n* Relative Volatility Index\n* Simple Moving Average\n* Standard Deviation\n* Stochastic\n* Stochastic RSI\n* TRIX\n* True Strength Index\n* VWAP\n* Volume Oscillator\n* Volume Weighted Moving Average\n* Weighted Moving Average\n* Williams %R\n\n## Installation\n\nClone package into PYTHONPATH:\n```sh\ngit clone https://github.com/bitfinexcom/bfx-hf-indicators-py.git\ncd bfx-hf-indicators-py\n```\n\nOr via pip/pip3:\n```sh\npip3 install -r requirements.txt\npython3 setup.py install\n```\n\n```sh\npip3 install git+https://github.com/bitfinexcom/bfx-hf-indicators-py.git@master\n```\n\n## Quickstart\n\n```python\nfrom bfxhfindicators import RSI\n\nrsi = RSI(14)\n\nrsi.add(14000)\nrsi.add(14010)\nrsi.add(14025)\nrsi.add(14035)\n# ...\n# 8 more data points\n# ...\nrsi.add(13998)\nrsi.add(13952)\n\nv = rsi.v() # query current RSI(14) value\n```\n\n## Docs\n\n* \u003cb\u003e[Usages](docs/usage.md)\u003c/b\u003e - Documentation\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfinexcom%2Fbfx-hf-indicators-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitfinexcom%2Fbfx-hf-indicators-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfinexcom%2Fbfx-hf-indicators-py/lists"}