StockFetcher Forums · General Discussion · @graftonian<< 1 ... 5 6 7 8 9 >>Post Follow-up
xarlor
562 posts
msg #149917
Ignore xarlor
12/18/2019 1:33:22 PM

I threw everything together. You have two separate buy signals, either buy the bottom as you just suggested, or buy on the cross above. The sell signal is strictly when a CMA crosses below the ASI.

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

Slow Stochastics Slow %D(10)
set{x1,count(Double Stochastic(14,3)is below 20,1)}
set{x2,count(slow stochastic %D(5,1) is below 20,1)}
set{x3,count(Stochastic %K(9,5,3) is below 20,1)}
set{x4,x1 * x2}
set{buybottom,x3 * x4}
buybottom > -1


/* CMA and ASI section */

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{cross10d,count(CMA(ASI,20) crossed below ASI,3)}
set{cross20d,count(CMA(ASI,20) crossed below ASI,3)}
set{buycross,cross10 + cross20}
set{sellcross,cross10d + cross20d}
buycross > -1
sellcross > -1
]



karennma
8,057 posts
msg #149918
Ignore karennma
modified
12/18/2019 1:45:38 PM

xarlor,
I must not be looking at the "buy", "sell" boxes correctly.
I just took a quick look at NFLX ... the "buy" cross should still be in tact, shouldn't it? Even on December 16th ... there's no reason for it to flip to "sell" cross.

karennma
8,057 posts
msg #149919
Ignore karennma
12/18/2019 2:25:52 PM

Sorry, I don't know how to write this ...
But if I could, it would say .... stochastics below 20 and the xovers @ ASI.
Two conditions would have to be met ... a stoch < 20 and the corresponding ASi xover.


xarlor
562 posts
msg #149926
Ignore xarlor
12/18/2019 5:27:08 PM

Is that for a sell signal? Any stoch < 20 as well as any CMA cross below ASI? I can write it, just not clear which correlations you need. There's a lot of different Stochs there and two different CMAs crossing either above or below the ASI.

karennma
8,057 posts
msg #149943
Ignore karennma
12/20/2019 8:25:46 AM

@ Cheese,

https://youtu.be/8oUmvaBMg9g

Cheese
1,374 posts
msg #149944
Ignore Cheese
12/20/2019 9:35:44 AM

@karennma

Thank you very much, karen. I will take a look at
https://www.youtube.com/watch?v=8oUmvaBMg9g&feature=youtu.be

At this point, I don't know options and I don't have the skills level and trading resources to be ready for options. But options is something I want to learn after I get better at stocks. I am still carefully re-reading stuff between you and some of sF greats, and re-learn from there.

karennma
8,057 posts
msg #149945
Ignore karennma
12/20/2019 9:41:31 AM

Oh lord!
PRE-MARKET up again.
Forget DOW 30K.
This thing is going to 50K!
Trump's bull market.

Cheese
1,374 posts
msg #149946
Ignore Cheese
12/20/2019 10:14:06 AM

karen,
you understand options.Today Dec 20, 2019 is Quad Witch. (is that true?)
it is also Vix expiration. (is that true?)
The real pros stay away from market actions.
Also, the current focus is on market gamma,
even the top quant from Nomura is having trouble understanding it.
You may want to start your research from here
https://www.marketwatch.com/story/the-ultimate-smart-money-indicator-is-signalling-a-big-move-in-the-stock-market-by-the-end-of-the-week-2019-12-18?mod=brexit

xarlor
562 posts
msg #149949
Ignore xarlor
12/20/2019 5:38:17 PM

Hi!

you understand options.Today Dec 20, 2019 is Quad Witch. (is that true?)

This is true.

it is also Vix expiration. (is that true?)

This is incorrect. VIX expirations are 30 days before SPY expiration and this usually lands on a Wednesday, barring holidays.

Cheese
1,374 posts
msg #149950
Ignore Cheese
12/20/2019 7:54:07 PM

Thanks, xarlor.
What is SPY expiration?

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.