Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change README plot video to one that includes new drawdown functionality.
  • Loading branch information
maread99 committed Sep 20, 2024
1 parent 82a03c2 commit c10cfa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ prices = PricesYahoo("MSFT")
# OR if Yahoo API endpoints are not all currently available in your region...
prices = PricesYahoo("MSFT", calendars="XNYS", delays=0)
analy = Analysis(prices)
gui = analy.plot(days=30)
gui = analy.plot(months=18)
```
https://user-images.githubusercontent.com/56914820/220773777-df0d0bec-bbe1-45bb-b067-d679666450cd.mp4
https://github.com/user-attachments/assets/9d03b38d-9da2-4668-8126-e6a33a66c269

```python
trend_kwargs = {
Expand Down

0 comments on commit c10cfa4

Please sign in to comment.