-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Hotfix/stock screener - Stock Screener Fixes #4674
Conversation
Updates guide with screenshots.
spelling
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #4674 +/- ##
==========================================
Coverage ? 57.56%
==========================================
Files ? 589
Lines ? 53830
Branches ? 0
==========================================
Hits ? 30989
Misses ? 22841
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* stock screener fixes * improves error message, this is a FinViz preset * removes non-screener functions from screener menu * ruff * removes tests for removed non-screener functions * updates tests * black * ruff * adds s&p 500 sector presets * updates Terminal intro guide for stock screener * Update screener.md Updates guide with screenshots. * Update screener.md spelling * updates SDK Intro Guide for Stock Screener * pylint disable=too-many-lines --> disable=C0302 --------- Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>
This PR fixes the stock screener, improves the default responses to work better with the new tables, and adds a new batch of presets.
Description
fixes #4570
closes #4180
Removes a hard-coded limit argument that overrode user input. Default setting now returns all results for the preset.
Removes non-screener functions from the screener menu (arktrades, historical).
Updates Terminal and SDK Intro Guides for the Stock Screener.
Adds a series of new presets for filtering the S&P 500 by Sector.
Summary of the change / bug fix.
Link # issue, if applicable.
Screenshot of the feature or the bug before/after fix, if applicable.
Relevant motivation and context.
How has this been tested?
The existing tests are still valid. Tests for
arktrades
andhistorical
were removed.Checklist:
feature/feature-name
orhotfix/hotfix-name
.Others