StockFetcher Forums · General Discussion · Interesting new site I stumbled upon .<< 1 ... 8 9 10 11 12 ... 14 >>Post Follow-up
graftonian
1,089 posts
msg #137908
Ignore graftonian
8/31/2017 1:13:51 PM

GRPN was a little pricey by 0930, so no deal. However, GLUU 4 hr crossed over this morning so took a shot at that.

pthomas215
1,251 posts
msg #137909
Ignore pthomas215
8/31/2017 1:22:34 PM

Im astounded GLUU is still moving. What astounds me even more is MU is just getting started on the weekly.

graftonian
1,089 posts
msg #137914
Ignore graftonian
modified
8/31/2017 6:18:46 PM

Tinkering with a filter to obtain stocks with a 2 day and weekly crossing happening fairly close ((within a few days). Comments?

Fetcher[
DRAW EMA(13)
set{DO1, cema(rsi(14),5)}
SET{DO2, CEMA(DO1, 3)}
SET{SIGNAL, CMA(DO2, 8)}
SET{D_OSC, DO2 - SIGNAL}
PLOTTYPE{D_OSC, ZEROBAR}
DRAW D_OSC AND DRAW D_OSC LINE AT 0
DRAW PPO(10,24)
SET{PPO_SIG, CEMA(PPO(10,24), 8)}
DRAW PPO_SIG ON PLOT PPO(10,24)
DRAW PPO(50,120)
SET{WPPO_SIG, CEMA(PPO(50,120), 8)}
DRAW WPPO_SIG ON PLOT PPO(50,120)
SET{DO_DAYS, DAYS(D_OSC < 0, 50)}
ADD COLUMN SEPARATOR
ADD COLUMN D_osc
SET{PPO_DAYS, DAYS(PPO(10,24) < PPO_SIG, 50)}
ADD COLUMN PPO_DAYS
SET{WKLY_PPO_DAYS, DAYS(PPO(50,120) < WPPO_SIG, 100)}
ADD COLUMN WKLY_PPO_DAYS
SET{TOTAL_DAYS, ppo_days + WKLY_PPO_DAYS}
ADD COLUMN TOTAL_DAYS
DRAW TOTAL_DAYS
market is not otcbb
average volume(30) > 500000
close between .1 and 10
PPO_DAYS BETWEEN 1 AND 6
WKLY_PPO_DAYS between 4 and 16
WKLY_PPO_DAYS > PPO_DAYS
d_osc > d_osc 1 day ago
SORT ON COLUMN 9 ASCENDING
SET{ABV_EMA13, COUNT(CLOSE > EMA(13), 1)}
ADD COLUMN ABV_EMA13
DO NOT DRAW DO_DAYS
DO NOT DRAW PPO_DAYS
DO NOT DRAW WKLY_PPO_DAYS
]



pthomas215
1,251 posts
msg #137915
Ignore pthomas215
8/31/2017 7:00:54 PM

graft. I cant pull it up. do i need the super duper stockfetcher subscription?

pthomas215
1,251 posts
msg #137919
Ignore pthomas215
9/1/2017 12:43:15 AM

GRAF: let me know your thoughts on this filter for a feeder into the charting wealth system.

Fetcher[
rsi above 50
beta is above 2
price is between 2 and 40
Average Volume(30) is above 1000000
Show stocks where Fast Stochastic(13,3) Slow %D is above 70
add column beta
add column rsi
Average Day Range(10) is above 5
DO NOT DRAW AVERAGE DAY RANGE(10)
set{ovx10dayma, cma(ind(^ovx,close),10)}
do not draw rsi(14)
do not draw Fast Stochastics Fast %K(13,3)

set{47pct,ovx10dayma * 0.047}

set{plus47,ovx10dayma plus 47pct}


set{minus47,ovx10dayma minus 47pct}

ind(^ovx,close) is below plus47 on plot ovx10dayma
draw MACD Fast Line(12,26,9) and MACD Slow Line(12,26,9)

DRAW WEEKLY IFT(2,1)
DRAW WEEKLY IFT(2,1) LINE AT .90
DRAW WEEKLY IFT(2,1) LINE AT -.90
weekly ift(2,1) crossed above .90 from below within the past 1 days
]



graftonian
1,089 posts
msg #137927
Ignore graftonian
9/1/2017 11:09:21 AM

PT, Do not know why you cannot open the filter in my last post. One possible cause is comment lines and spaces between lines, I edited those out, and ran it successfully. Give it another try, or back to the tried and true copy and paste.

Your latest filter; an interesting approach, my old feeble brain is going to take some time to sort it out. A quick check over the last month produced a number of duplicates picked up by other filters I use; some eventual winners. One comment on coding; I now place all my "do not draw" statements at the end of the script, as sometime, but not always, trying to utilize a user defined variable after a "do not draw" creates some hard to find bugs.

At this hour: MU at the top of the winner list, GRPN is up and GLUU is down. Shows what I know.

pthomas215
1,251 posts
msg #137928
Ignore pthomas215
9/1/2017 11:27:19 AM

GRAF, you know a lot and have helped me with this system. Thanks for the tip on DO NOT DRAW at the end.

MU has been ridiculously good to me. Grabbed it in pre market again today and took 50 cents in about 2 minutes. getting in again at 32.50 or below. I like CRC right now...just on the watch list because of lower volume but it might make some noise on Monday.

pthomas215
1,251 posts
msg #137929
Ignore pthomas215
9/1/2017 2:33:21 PM

GRAF: on the charting wealth system, which has a greater impact on stock direction? 1) Solid Green Candle on a 2 day chart, or 2) Solid green candle on a weekly chart?

graftonian
1,089 posts
msg #137933
Ignore graftonian
9/1/2017 7:22:58 PM

PT,
I really am not sure ow to answer your question. Check out: http://stockcharts.com/school/doku.php?id=chart_school:chart_analysis:heikin_ashi
As I understand it, HA candles have only two states, hollow or filled. Convention dictates south-bound candles are filled(black) and gainers are hollow(white). For some reason filled candles have become red and hollow candles green. Go figure.
The important traits of a winner are tall hollow candles with no "tail", or smooth bottom. I don't know the traditional japanese word for smooth bottom; but it could very well traqnslate to "velvet tuchas".
No answer to your question, but I'll think on it, maybe over a cold beer.

pthomas215
1,251 posts
msg #137934
Ignore pthomas215
9/1/2017 8:30:11 PM

Thanks for the response, as that makes sense. Im looking at so many charts my investing and trading can only benefit from alcohol consumption. If I start drinking in the morning, will check into a detox clinic.

StockFetcher Forums · General Discussion · Interesting new site I stumbled upon .<< 1 ... 8 9 10 11 12 ... 14 >>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.