Skip to content

Commit f23b183

Browse files
authored
Update README.md
1 parent 3552194 commit f23b183

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,7 @@ Any quotes data displayed on finviz.com is delayed by 15 minutes for NASDAQ, and
5555
# ta=True > display technical analysis
5656
# ta=False > ignore technical analysis
5757

58+
### Documentation
5859

59-
60-
Below, you can see all of the possible arguments that can be passed through Screener():
61-
62-
| Argument | Type | Example | Default |
63-
| :--- | :---: | :---: | :---: |
64-
| tickers | list | ['AAPL', 'ATVI', 'TSLA'] | None |
65-
| filters | list | ['exch_nasd', 'cap_large'] | None |
66-
| order | string | '-price' | None |
67-
| signal | string | 'ta_topgainers' | None |
68-
| table | string | 'Performance' | 'Overview' |
69-
| rows | string | 43 | Maximum |
60+
You can read the rest of the documentation inside the docstrings.
7061

0 commit comments

Comments
 (0)