https://github.com/gacwr/elliott_wave_visulization
https://github.com/gacwr/elliott_wave_visulization
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gacwr/elliott_wave_visulization
- Owner: GACWR
- Created: 2022-02-13T19:14:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T05:52:52.000Z (almost 5 years ago)
- Last Synced: 2025-06-04T09:18:19.504Z (about 1 year ago)
- Size: 752 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elliott Wave Principle Visulization
This tool provides a quick way to identify the wave pattern of stock or indices.
## Description
The Elliott wave principle was introduced by Ralph Nelson Elliott in 1938, including impulse wave and corrective wave.
However, it is not easy to identify the pattern at first sight. Hence, this project focus on automatically applies the principle on stock and indices.
## Requirement
- mplfinance==0.12.7a17
- pandas-datareader==0.10.0
## Usage
```python
from elloite_method import *
# Select the stock ID or indices you are interesting in from yahoo finance
stock_id = "^DJI"
# Choose the time period (year) you want to observe
time_period_year = 1
# Output the plot
Elloite_plot(stock_id, start_date=datetime.date.today().replace(datetime.date.today().year - time_period_year), tick=3)
```
## Result
