StockFetcher Forums · General Discussion · Is this a crash or a correction?<< 1 ... 18 19 20 21 22 >>Post Follow-up
Cheese
1,374 posts
msg #146142
Ignore Cheese
1/18/2019 2:10:14 PM

Thanks, nibor. I've learned something.

nibor100
1,096 posts
msg #146144
Ignore nibor100
1/18/2019 4:34:24 PM

@Cheese,

Back at you regarding Zerobar and its cohorts!!!

Thanks,
Ed S.




Cheese
1,374 posts
msg #146196
Ignore Cheese
modified
1/21/2019 2:19:48 PM

karennma,
For convenience, I am also posting this information here. It may be directly relevant to your thread.
Please refer to davesaint86's thread for more information.
https://www.stockfetcher.com/forums/Filter-Exchange/Connors-TPS/146101/99999

▼▲

http://www.stocktiming.net/?p=3711
February 5, 2018 By Marty Chenard

You can know if we are in a bear market or not
by looking at a 30 day RSI setting and the 3 key indexes (the SPX, the NDX, and the RUT).

A 30 day RSI is almost magical
because you can draw trend lines off of it
that will hold well on the individual indexes.

If we are in a Bull Market,
a 30 day RSI will have
a reading of 50% on each of the above mentioned indexes.

As deterioration starts to occur
one or more Indexes will have a reading below 50%.
If one or two have such a reading, then there is definitely deterioration going on.

If there are only two out of three indexes
with a below 50% reading on the 30 day RSI,
then there is definitely deterioration going on,

but 3 out of 3 changes the everything and we are then in a down trend.
Three out of three means that severe deterioration is happening,
and that a pull back or correction is happening.

If the reading is still above 50% on the indexes,
then a pull back or correction is occurring and a rebound is very probable.
I said very probable and not guaranteed
because it is up to the VIX level and whether or not we jump to a panic level.

(If panic sets in
then the panic emotions have to be relieved before the market can resume its trending).





Cheese
1,374 posts
msg #146197
Ignore Cheese
1/21/2019 2:22:18 PM

Fetcher[
/* Bull or Bear by Marty Chenard */
/* http://www.stocktiming.net/?p=3711 February 5, 2018 */
/* https://www.stockfetcher.com/forums/Filter-Exchange/Connors-TPS/146101/99999 */
/* bull when all three indices have rsi(30) > 50 */
/* bear when all three indices have rsi(30) < 50 */
/* deterioration when one or more indices have rsi(30) < 50 */
symlist(SPY,QQQ,IWM)
set{RSI30, RSI(30) - 50} /* davesaint86 */
set{CRSI_Bar, RSI30} /* davesaint86 */
draw CRSI_Bar /* davesaint86 */
PlotType{CRSI_Bar,zerobar} /* davesaint86 */
]



Cheese
1,374 posts
msg #146201
Ignore Cheese
1/21/2019 3:04:13 PM

Fetcher[
/* Bull or Bear by Marty Chenard */
/* http://www.stocktiming.net/?p=3711 February 5, 2018 */
/* https://www.stockfetcher.com/forums/Filter-Exchange/Connors-TPS/146101/99999 */
/* bull when all three indices have rsi(30) > 50 */
/* bear when all three indices have rsi(30) < 50 */
/* deterioration when one or more indices have rsi(30) < 50 */

symlist(SPY,QQQ,IWM)

set{RSI30, RSI(30) - 50} /* davesaint86 */
set{CRSI_Bar, RSI30} /* davesaint86 */
draw CRSI_Bar
PlotType{CRSI_Bar,zerobar}
set{RSI14, RSI(14) - 50} /* davesaint86 */
set{RSI14_line, RSI14}
draw RSI14 on plot CRSI_Bar
set{RSI7, RSI(7) - 50} /* davesaint86 */
set{RSI7_line, RSI7}
draw RSI7 on plot CRSI_Bar

add column rsi(30){rsi30=56?} /* davesaint86 */
add column rsi(14){rsi14=65?} /* davesaint86 */
add column rsi(7){rsi7=72?} /* davesaint86 */

/* davesaint86
If you see something like RSI(30) = 56, RSI(14) = 65 and RSI(7) is = 72,
the position will be 100% be in an uptrend.
*/
]



davesaint86
726 posts
msg #146202
Ignore davesaint86
modified
1/21/2019 3:26:29 PM

I forgot who developed the first part of this filter. I look at it frequently.

Fetcher[apply to symlist(spy,iwm,qqq,vxx)
set{vxxc, ind(vxx,close)}
set{vixc, ind(^vix,close)}
set{vxvc, ind(vxv,close)}
set{spyc, ind(spy,close)}
set{spxl, ind(spxl,close)}
set{vix3, ind(^VIX3M,close)}

set{vxvvix, vxvc / vixc}
set{vixavg, cema(vxvvix,5)}
set{vxvvxx, vxvc / vxxc}
set{vxxavg, cema(vxvvxx,5)}



set{riskon, count(vxvvxx > or = to vxxavg,1)}
set{riskof, count(vxvvxx < or = to vxxavg,1)}

set{risk_on, count(vxvvxx crossed above vxxavg,1)}
set{risk_of, count(vxvvxx crossed below vxxavg,1)}


draw ma(50)
draw ma(100)
draw ma(200)

draw vxvvxx on plot vxxavg
draw riskon
draw riskof


add column riskon{riskon=long_spy}
add column separator
add column riskof{riskoff=short_spy}
add column separator

/* Bull or Bear by Marty Chenard */
/* http://www.stocktiming.net/?p=3711 February 5, 2018 */
/* https://www.stockfetcher.com/forums/Filter-Exchange/Connors-TPS/146101/99999 */
/* bull when all three indices have rsi(30) > 50 */
/* bear when all three indices have rsi(30) < 50 */
/* deterioration when one or more indices have rsi(30) < 50 */

set{RSI30, RSI(30) - 50} /* davesaint86 */
set{CRSI_Bar, RSI30} /* davesaint86 */
draw CRSI_Bar /* davesaint86 */
PlotType{CRSI_Bar,zerobar} /* davesaint86 */
add column rsi(7)
add column rsi(14)
add column rsi(30)
chart-length 6 months
]



karennma
8,057 posts
msg #146295
Ignore karennma
modified
1/28/2019 10:13:51 AM

moved


SAFeTRADE
649 posts
msg #146300
Ignore SAFeTRADE
1/28/2019 12:52:11 PM

Note: From CBOE website.

On September 18, 2017 the ticker symbol for the Cboe 3-Month Volatility Index was changed from “VXV” to “VIX3M”

I think I mentioned this when I posted this filter. It is the reason I added VIX3m in the calcs.

karennma
8,057 posts
msg #146307
Ignore karennma
1/29/2019 7:41:42 AM

@ davesaint86,

Instead of typing SPY, QQQ etc ... is there an easy way to run that filter using a watchlist?

davesaint86
726 posts
msg #146313
Ignore davesaint86
1/29/2019 3:13:27 PM

1. Create watchlist - add symbols.
2. Add watchlist name to filter

apply to watchlist(Name of Watchlist)

StockFetcher Forums · General Discussion · Is this a crash or a correction?<< 1 ... 18 19 20 21 22 >>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.