Skip to content

Commit

Permalink
Merge branch 'develop' into feature/conda-distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Aug 28, 2024
2 parents f15ed85 + afbd80b commit 7343309
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Author of preset: [email protected]
# Description: Canslim stocks are ones that are likely to explode , cfr https://en.wikipedia.org/wiki/CAN_SLIM
# Params picked from https://medium.com/the-investors-handbook/the-best-finviz-screens-for-growth-investors-72795f507b91
# This config add some extra filters to make the list more robust

[General]

Order = Market Cap.

[Descriptive]
Average Volume = Over 200K
Float = Under 50M

[Fundamental]
EPS growththis year = Over 20%
EPS growthnext year = Over 20%
EPS growthqtr over qtr = Over 20%
Sales growthqtr over qtr = Over 20%
EPS growthpast 5 years = Over 20%
Gross Margin = Positive (>0%)
Return on Equity = Positive (>0%)
InstitutionalOwnership = Over 20%

[Technical]
20-Day Simple Moving Average = Price above SMA20
50-Day Simple Moving Average = Price above SMA50
200-Day Simple Moving Average = Price above SMA200
52-Week High/Low = 0-10% below High
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Author of preset: [email protected]
# Description: Fastest growth watch list. Again, from Medium article https://medium.com/the-investors-handbook/the-best-finviz-screens-for-growth-investors-72795f507b91
#
[General]
Order = Market Cap.

[Descriptive]
Market Cap. = +Mid (over $2bln)
Average Volume = Over 200K
Price = Over $10
[Fundamental]
EPS growththis year = Over 20%
EPS growthnext year = Over 20%
EPS growthqtr over qtr = Over 20%
Sales growthqtr over qtr = Over 20%
Return on Equity = Over +20%
Gross Margin = Over 20%

[Technical]
20-Day Simple Moving Average = Price above SMA20
50-Day Simple Moving Average = Price above SMA50
200-Day Simple Moving Average = Price above SMA200

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Author of preset: [email protected]
# Description: Custom filters for new highs. Copied from an interesting Medium article
# https://medium.com/the-investors-handbook/the-best-finviz-screens-for-growth-investors-72795f507b91

[General]

Order = Market Cap.

[Descriptive]
Market Cap. = +Small (over $300mln)
Average Volume = Over 200K
Relative Volume = Over 1
Price = Over $10
[Fundamental]
EPS growththis year = Positive (>0%)
EPS growthnext year = Positive (>0%)
EPS growthqtr over qtr = Positive (>0%)
Sales growthqtr over qtr = Positive (>0%)
Return on Equity = Positive (>0%)
[Technical]
Performance = Today Up
20-Day Simple Moving Average = Price above SMA20
50-Day Simple Moving Average = Price above SMA50
200-Day Simple Moving Average = Price above SMA200
Change = Up
Change from Open = Up
52-Week High/Low = New High

0 comments on commit 7343309

Please sign in to comment.