This CRSI uses Heikin Ashi definitions for ohlc and is filtered using a triple exponential moving average. I found this to be a great mid ground between CRSI and RSI. I added a candle stick view for fun.
A simple script to filter bull and bear markets by using percentile rank filter. Using market regimes to filter by bull/bear/sideways markets helps to understand how your strategy will behave in various market regimes and allows you to avoid unprofitable regimes and only trade in profitable ones. The idea of market regime filtering is used in the most successful...
Study RSI 4 (RSI 25) from connors strategy. It will fill the candle color with green on buy signals and red on end positions base on RSI4 study.
Indicator for the Larry Connors RSI2 R3 Setup. Green Candle: When RSI2 is decreasing for 3 candles, the first is below 60 and the last is below 10. There is a SMA200 Filter option
Indicator to identify signal candles for the Larry Connor CuRSI2 Setup (Cumulative RSI2 Setup) Green Candle when sum of RSI2 of the last two candles are smaller than the limit set by the user.
This is an indicator from a book "Street Smarts—High Probability Short Term Trading Strategies" by L. Raschke & L.Connors. I made it in histogram style for more comfortable reading chart: - green histogram is buy signal or buy opportunity; - red histogram is sell signal or sell opportunity; - gray histogram is forward moving from last signal. Enjoy it!
Quasi White Noise script. An experimental approach to implement a white noise using Pine Script. Uses Connors RSI under the hood. en.wikipedia.org
An experimental indicator based on the Stochastic + Connors RSI binding
I adapted the CM_RSI_2 indicator, turned it into a strategy. I need some other eyes on it in the strategy tester and back testing as well. I'm seeing 79% profitability on the 4 hour chart, and 76% on the 15min chart. I've seen a guy use a google chrome plugin to turn traidingview alerts into trading commands on his web based trading platform. I need to play with...