StockFetcher Forums · General Discussion · @graftonian<< 1 ... 5 6 7 8 9 >>Post Follow-up
Cheese
1,374 posts
msg #149898
Ignore Cheese
12/16/2019 10:09:31 AM

Fetcher[
SYMLIST(BIDU,KWEB)
draw CMA(accumulation distribution,10)
draw CMA(accumulation distribution,20)
draw CMA(accumulation distribution,50)
]



Cheese
1,374 posts
msg #149900
Ignore Cheese
12/16/2019 10:45:14 AM

karen,
as of Dec 12, 2019
during the past many months of trade war, QQQ outperformed KWEB, which outperformed BIDU

Fetcher[
SYMLIST(BIDU,KWEB,XLC,XLK,QQQ)
draw CMA(accumulation distribution,10)
draw CMA(accumulation distribution,20)
draw CMA(accumulation distribution,50)

draw CMA(ASI,10)
draw CMA(ASI,20)
draw CMA(ASI,50)
]



karennma
8,057 posts
msg #149906
Ignore karennma
12/18/2019 8:09:21 AM

@ Cheese,
D@mn, you're good!
That ASI does the trick.
Haha! Thanks!


karennma
8,057 posts
msg #149907
Ignore karennma
modified
12/18/2019 8:31:45 AM

@ Cheese,
You could use like a stochastic.
The "10" is the fast signal, and the "20" is the slow.

Fetcher[
apply symlist(qqq,spy,xlc,xlv,unh,nflx, roku, bidu, twtr, wcg)

draw CMA(ASI,10)
draw CMA(ASI,20)

]




karennma
8,057 posts
msg #149908
Ignore karennma
12/18/2019 8:36:34 AM

@ Cheese,
Do you know if there's a way to catch those crosses within 3 days of occurring?



xarlor
562 posts
msg #149909
Ignore xarlor
12/18/2019 10:16:38 AM

karen, not sure if this is what you're asking for, but this shows any time one of the CMAs crosses above the ASI line within the last 3 days. A bar with 1 tick means one of the CMAs crossed above ASI within the last 3 days and a bar with 2 ticks means both CMAs crossed above ASI within the last 3 days.

Fetcher[
apply symlist(qqq,spy,xlc,xlv,unh,nflx, roku, bidu, twtr)

draw CMA(ASI,10)
draw CMA(ASI,20)

set{cross10,count(CMA(ASI,10) crossed above ASI,3)}
set{cross20,count(CMA(ASI,20) crossed above ASI,3)}
set{cross,cross10 + cross20}
cross > -1
]



Cheese
1,374 posts
msg #149910
Ignore Cheese
modified
12/18/2019 10:34:45 AM

haha I'm going to step back here so we can also learn from other good people like
nibor100, graftonian, Village Elder, davesaint86, safetrade, snappyfrog, to name only a few.


karennma
8,057 posts
msg #149914
Ignore karennma
12/18/2019 10:57:36 AM

xarlor
12/18/2019 10:16:38 AM
A bar with 1 tick means one of the CMAs crossed above ASI within the last 3 days and a bar with 2 ticks means both CMAs crossed above ASI within the last 3 days.

===================================================================
@xarlor,
Okay! That's great.
I'm not good at writing filters, but I am good at conceptual visualizations ...
:>)
So, ...
Regarding those "tics" at the bottom of the chart ...
Is it possible ... ???
Where it says "cross" in the lower left corner at the bottom of the chart, to add:
Underneath the word "cross"
"buy"
"sell"
The formula would of course be:
when the crossover heads down = sell
when the crossover occurs up = buy




karennma
8,057 posts
msg #149915
Ignore karennma
modified
12/18/2019 11:29:01 AM

xarlor,
Actually, you wouldn't have to do that ...
You could just catch the bottom here:
Fetcher[

apply symlist(qqq,spy,xlc,xlv,unh,nflx, roku, bidu, twtr, wcg)

draw CMA(ASI,10)
draw CMA(ASI,20)

draw Double Stochastic(14,3)
draw slow stochastics(5,1)
draw Stochastic %K(9,5,3)


draw Double Stochastic(14,3)line at 20
draw slow stochastics(5,1) line at 20
draw Stochastic %K(9,5,3) line at 20


Double Stochastic(14,3)is below 20
slow stochastic(5,1) is below 20
Stochastic %K(9,5,3) is below 20

]



* Sorry! I had a typo in there and I CAN'T fix it.
"slow stochastic(5,1) is below 20" is NOT TRUE for NFLX but the filter yields NFLX on December 11,2019
.


karennma
8,057 posts
msg #149916
Ignore karennma
12/18/2019 11:50:57 AM

Shame!
There are always exceptions, of course.
TWTR is such a s#*+ stock.


StockFetcher Forums · General Discussion · @graftonian<< 1 ... 5 6 7 8 9 >>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.