-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix/stock screener - Stock Screener Fixes (#4674)
* 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>
- Loading branch information
1 parent
b4a7ed0
commit 8b30f1a
Showing
51 changed files
with
1,528 additions
and
8,225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
212 changes: 212 additions & 0 deletions
212
openbb_terminal/miscellaneous/stocks/screener/all_parameters.txt
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
openbb_terminal/miscellaneous/stocks/screener/djia_components.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the Dow Jones Industrial Average components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = DJIA | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
16 changes: 16 additions & 0 deletions
16
openbb_terminal/miscellaneous/stocks/screener/sdk_guide_preset.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Author of preset: OpenBB | ||
# Description: SDK Demo Screener | ||
|
||
[General] | ||
Order = Market Cap. | ||
Signal = Major News | ||
|
||
[Descriptive] | ||
Average Volume = Over 500K | ||
Price = Over $5 | ||
|
||
[Fundamental] | ||
Price/Free Cash Flow = Low (<15) | ||
|
||
[Technical] | ||
Beta = Under 0.5 |
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_basic_materials_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Basic Materials Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Basic Materials | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_communication_services_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Communication Services Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Communication Services | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_consumer_cyclical_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Consumer Cyclical Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Consumer Cyclical | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_consumer_defensive_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Consumer Defensive Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Consumer Defensive | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_energy_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Energy Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Energy | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_financial_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Financial Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Financial | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_healthcare_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Healthcare Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Healthcare | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_industrials_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Industrials Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Industrials | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_real_estate_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Real Estate Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Real Estate | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_technology_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Technology Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Technology | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
14 changes: 14 additions & 0 deletions
14
openbb_terminal/miscellaneous/stocks/screener/sp500_utilities_sector.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author of preset: OpenBB | ||
# Description: Filter for the S&P 500 Utilities Sector components. | ||
|
||
[General] | ||
|
||
[Descriptive] | ||
|
||
Index = S&P 500 | ||
Sector = Utilities | ||
|
||
[Fundamental] | ||
|
||
[Technical] | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.