Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End to end use case #34

Open
bradmetz opened this issue Aug 20, 2020 · 1 comment
Open

End to end use case #34

bradmetz opened this issue Aug 20, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bradmetz
Copy link
Owner

Finish at least one end to end use case.

Identify and alert all stocks that are in a buy or sell state based on historic dividend yield highs and lows.

  • calculate daily yield and store
  • identify peaks and valleys for max min yield
  • generate alert records daily for buys and sells
  • graph price and yield over time
@bradmetz bradmetz self-assigned this Aug 20, 2020
@bradmetz bradmetz added the enhancement New feature or request label Aug 20, 2020
@bradmetz
Copy link
Owner Author

bradmetz commented Sep 9, 2020

Daily yield and store done.

Peak and valley detection figured out in Jupyter but may need to add some tweaks to account for major outliers.

  • try removing points outside 1 std, 2 std, 3std?
  • try using a 10 year cutoff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant