{"id":13592611,"url":"https://github.com/SpiralDevelopment/RSI-divergence-detector","last_synced_at":"2025-04-08T23:33:34.561Z","repository":{"id":43033669,"uuid":"472368161","full_name":"SpiralDevelopment/RSI-divergence-detector","owner":"SpiralDevelopment","description":"RSI divergence detector finds regular and hidden bullish and bearish divergences","archived":false,"fork":false,"pushed_at":"2023-06-07T17:05:23.000Z","size":175,"stargazers_count":80,"open_issues_count":3,"forks_count":37,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-02T16:45:16.996Z","etag":null,"topics":["algorithmic-trading","crypto-trading","relative-strength-index","rsi","stock-trading","technical-analysis","trading"],"latest_commit_sha":null,"homepage":"","language":"Python","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/SpiralDevelopment.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}},"created_at":"2022-03-21T14:13:42.000Z","updated_at":"2024-07-30T13:53:14.000Z","dependencies_parsed_at":"2024-01-14T04:35:39.166Z","dependency_job_id":"13c6c1d7-4902-439b-8055-2cbe83ad12ba","html_url":"https://github.com/SpiralDevelopment/RSI-divergence-detector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpiralDevelopment%2FRSI-divergence-detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpiralDevelopment%2FRSI-divergence-detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpiralDevelopment%2FRSI-divergence-detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpiralDevelopment%2FRSI-divergence-detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpiralDevelopment","download_url":"https://codeload.github.com/SpiralDevelopment/RSI-divergence-detector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223346870,"owners_count":17130520,"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":["algorithmic-trading","crypto-trading","relative-strength-index","rsi","stock-trading","technical-analysis","trading"],"created_at":"2024-08-01T16:01:11.298Z","updated_at":"2024-11-06T13:31:50.288Z","avatar_url":"https://github.com/SpiralDevelopment.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# RSI-divergence-detector\n\u003e Relative Strength Index Divergence Detector\n\n**RSI divergence detector finds regular and hidden bullish and bearish divergences**\n\n## Usage\n\nThis project uses [TaLib](https://github.com/mrjbq7/ta-lib) library for some calculations, so [install](https://github.com/mrjbq7/ta-lib#installation) the TaLib library first.\nThen, clone the project and install other requirements.\n\n```bash\n$ git clone git@github.com:SpiralDevelopment/crypto-hft-data.git\n$ cd crypto-hft-data\n$ pip3 install virtualenv\n$ virtualenv env\n$ source env/bin/activate\n$ pip3 install -r requirements.txt\n```\n\n### Samples\n\n- sample_tg_poster.py - Gets the ohlc data from local database and checks if the last candle has RSI divergence\n- sample_binance.py - Gets the data from Binance API and plots ALL detected RSI divergences during that period\n\n## Result\n\nHere is the result of detected RSI divergences for BTCUSDT pair during 22.11.2020 - 22.03.2022 period in daily timeframe \n\n\u003cp align=\"center\"\u003e\u003cimg src=\"./btcusdt_divergences.PNG\"\u003e\u003c/p\u003e\n\n- Blue lines - Regular and hidden Bullish divergences\n- Red lines - Regular and hidden Bearish divergences \n\n## License\n[MIT License](https://github.com/SpiralDevelopment/RSI-divergence-detector/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSpiralDevelopment%2FRSI-divergence-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSpiralDevelopment%2FRSI-divergence-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSpiralDevelopment%2FRSI-divergence-detector/lists"}