StockFetcher Forums · General Discussion · Need Help Creating Filter Based on These Parameters<< >>Post Follow-up
randlejbowling
6 posts
msg #148786
Ignore randlejbowling
8/5/2019 8:12:43 AM

Hello Stockfetcher Community! In the past you have been super helpful offering me insight so I am hoping one of you kind souls can continue passing on the grace today...

----------------------------------------------------
Looking to create this filter:

Stock:

Beta >0.75
Volume > 100,000
Market Cap > $2,000 M

Studies:

In squeeze (BB 20, -2.0, -2.0, Simple)
Within 10% of 52 week highs
Moving Average Close is at least 0.1% below the 8 period Daily EMA
Moving Average Close is at least .1% above the 34 period Daily EMA

----------------------------------------------------------------------------

Any help here would be much appreciated....Thank you....

xarlor
561 posts
msg #148795
Ignore xarlor
8/5/2019 5:54:09 PM

As I understood request, this is what I came up with. Let me know if I misunderstood something, as I tend to infer things incorrectly.

Fetcher[
Beta > 0.75
add column beta

volume > 100000

set{market_cap, shares outstanding * close}
market_cap > 2000
add column market_cap

draw Upper Bollinger Band(20,2)
draw Lower Bollinger Band(20,2)
Bollinger Width(20,2.0) < .04
add column Bollinger Width(20,2.0)

set{1YH,high 1 year high}
set{var1,close / 1YH}
set{1YH2close,1 - var1}
1YH2close < .10
add column 1YH2close
draw high 1 year high

set{var2,MA(8) / EMA(8)}
set{var3,1 - var2}
var3 > 0.001
add column var3

set{var4,EMA(34) / MA(34)}
set{var5,1 - var4}
var5 > 0.001
add column var5

do not draw market_cap
do not draw Bollinger Width(20,2.0)
do not draw 1yh2close
do not draw var3
do not draw var5
]



StockFetcher Forums · General Discussion · Need Help Creating Filter Based on These Parameters<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.