{"id":20442292,"url":"https://github.com/gacwr/elliott_wave_visulization","last_synced_at":"2026-01-27T13:01:28.563Z","repository":{"id":112328449,"uuid":"458906373","full_name":"GACWR/Elliott_wave_visulization","owner":"GACWR","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-19T05:52:52.000Z","size":770,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-04T09:18:19.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"WeiTaKuan/Elliott_wave_visulization","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GACWR.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":"2022-02-13T19:14:08.000Z","updated_at":"2021-10-10T03:59:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"bff89ab4-42da-49da-92bd-d732c07af05c","html_url":"https://github.com/GACWR/Elliott_wave_visulization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GACWR/Elliott_wave_visulization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GACWR%2FElliott_wave_visulization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GACWR%2FElliott_wave_visulization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GACWR%2FElliott_wave_visulization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GACWR%2FElliott_wave_visulization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GACWR","download_url":"https://codeload.github.com/GACWR/Elliott_wave_visulization/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GACWR%2FElliott_wave_visulization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"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":[],"created_at":"2024-11-15T09:39:01.897Z","updated_at":"2026-01-27T13:01:28.542Z","avatar_url":"https://github.com/GACWR.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elliott Wave Principle Visulization\n\nThis tool provides a quick way to identify the wave pattern of stock or indices.\n\n## Description\nThe Elliott wave principle was introduced by Ralph Nelson Elliott in 1938, including impulse wave and corrective wave.\nHowever, it is not easy to identify the pattern at first sight. Hence, this project focus on automatically applies the principle on stock and indices.\n\n## Requirement\n- mplfinance==0.12.7a17\n- pandas-datareader==0.10.0\n\n## Usage\n```python\nfrom elloite_method import *\n\n# Select the stock ID or indices you are interesting in from yahoo finance\nstock_id = \"^DJI\"\n\n# Choose the time period (year) you want to observe\ntime_period_year = 1\n\n# Output the plot\nElloite_plot(stock_id, start_date=datetime.date.today().replace(datetime.date.today().year - time_period_year), tick=3)\n```\n## Result\n![alt text](https://github.com/WeiTaKuan/Elliott_wave_visulization/blob/main/example/Readme_1_1.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgacwr%2Felliott_wave_visulization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgacwr%2Felliott_wave_visulization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgacwr%2Felliott_wave_visulization/lists"}