{"id":18860700,"url":"https://github.com/paulseperformance/binance-stochasticrsi","last_synced_at":"2025-04-14T12:30:52.297Z","repository":{"id":125566768,"uuid":"142077461","full_name":"pAulseperformance/Binance-StochasticRSI","owner":"pAulseperformance","description":"Binance StochasticRSI Indicator","archived":false,"fork":false,"pushed_at":"2019-10-04T23:08:50.000Z","size":8,"stargazers_count":21,"open_issues_count":1,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T01:50:21.431Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pAulseperformance.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-23T22:51:07.000Z","updated_at":"2024-09-21T07:25:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0b76432-c505-4372-9c3a-c8951da78b4b","html_url":"https://github.com/pAulseperformance/Binance-StochasticRSI","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/pAulseperformance%2FBinance-StochasticRSI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pAulseperformance%2FBinance-StochasticRSI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pAulseperformance%2FBinance-StochasticRSI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pAulseperformance%2FBinance-StochasticRSI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pAulseperformance","download_url":"https://codeload.github.com/pAulseperformance/Binance-StochasticRSI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248881344,"owners_count":21176833,"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-11-08T04:26:25.044Z","updated_at":"2025-04-14T12:30:52.289Z","avatar_url":"https://github.com/pAulseperformance.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Readme\n\n## Binance Stochastic RSI Indicator\n\nThis indicator was designed in python and operates as a standalone program, but can be integrated with an automated trading bot.\n\nCurrently it runs on python3 and prints to a log file every 30 seconds with calculated stochasticRSI metrics.\n\nNormally, we would use ta-lib for these calculations, but Currently ta-libs stochrsi module is broken. I have created this as a quick fix until talib can be fixed.\n\nHere is a sample of the data you will be getting.\n\n```\nDate                    Close         RSI           %K             %D\n2018-07-23 19:10:00 7720.00000000 44.6055683804 87.0010810319 77.6242317013\n2018-07-23 19:10:30 7718.48000000 43.8540068273 93.6948972209 89.9921998682\n2018-07-23 19:11:30 7720.08000000 44.8116114143 95.3253094663 92.9951105623\n2018-07-23 19:12:00 7715.18000000 42.4036800701 91.7935898116 91.8178706774\n2018-07-23 19:12:30 7715.65000000 42.7216095543 89.0303821186 92.494304373\n2018-07-23 19:13:00 7715.49000000 42.6137730338 88.8722179915 92.4415829973\n2018-07-23 19:13:30 7723.98000000 48.1879207454 89.290031781 89.9852798614\n2018-07-23 19:14:30 7724.56000000 48.5299171793 94.79908786 90.9871125442\n2018-07-23 19:15:00 7724.66000000 48.5928381288 94.79908786 90.9871125442\n2018-07-23 19:15:30 7729.26000000 51.5282663749 100.0 94.6963732137\n2018-07-23 19:16:00 7727.91000000 50.702129635 100.0 94.6963732137\n2018-07-23 19:16:30 7718.41000000 44.9024034346 92.9104977232 95.9031951944\n2018-07-23 19:17:00 7719.68000000 45.5997095633 93.7628747521 96.1873208707\n2018-07-23 19:17:30 7712.61000000 41.7159166743 82.7782566781 92.1803771434\n2018-07-23 19:18:00 7719.86000000 45.7283508517 81.6031227947 87.6829987734\n2018-07-23 19:18:30 7725.86000000 49.9748495441 86.7939820022 89.4132851759\n2018-07-23 19:19:00 7730.00000000 52.5373225588 87.6829987734 89.7096240996\n```\n\n# Download\n1. Clone the repo\n2. Download the requirements by running:``` pip install -r requirements.txt ```\n3. Run ``` python3 main.py ```\n\n\nIf you want to learn more about interacting with Binance, you can visit\nhttps://github.com/sammchardy/python-binance\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulseperformance%2Fbinance-stochasticrsi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulseperformance%2Fbinance-stochasticrsi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulseperformance%2Fbinance-stochasticrsi/lists"}