I have always fighted to understand the market direction because it looks different on different timeframes. I wanted an indicator where I can see all the different timeframes at once. This indicator shows already existing oscillators but not only in the current chart's timeframe, but all the most important higer timeframes at once. I have started with the...
Stepped Moving Average of CCI is a CCI that applies a stepping algorithm to smooth CCI. This allows for noice reduction and better identification of breakouts/breakdowns/reversals. What is CCI? The Commodity Channel Index ( CCI ) measures the current price level relative to an average price level over a given period of time. CCI is relatively high when...
New concept(I think atleast) I've joined the Standard RSI and CCI at the hip with another plotcandle, which gives a picture of a larger candle With more interesting movement imo. Includes Fib Retracement Levels, High/Low and a couple of coppock curves for more confirmation. Broadening candles seem to indicate a weakening of trend strength (from what i've seen...
Digital Kahler CCI is a Digital Kahler filtered CCI. This modification significantly reduces noise. What is Digital Kahler? From Philipp Kahler's article for www.traders-mag.com, August 2008. "A Classic Indicator in a New Suit: Digital Stochastic" Digital Indicators Whenever you study the development of trading systems in particular, you will be struck in...
VHF-Adaptive CCI is a CCI indicator with adaptive period inputs using vertical horizontal filtering. What is CCI? The Commodity Channel Index ( CCI ) measures the current price level relative to an average price level over a given period of time. CCI is relatively high when prices are far above their average. CCI is relatively low when prices are far below...
CFB-Adaptive CCI w/ T3 Smoothing is a CCI indicator with adaptive period inputs and T3 smoothing. Jurik's Composite Fractal Behavior is used to created dynamic period input. What is Composite Fractal Behavior ( CFB )? All around you mechanisms adjust themselves to their environment. From simple thermostats that react to air temperature to computer chips in...
Adaptive-Lookback CCI w/ Double Juirk Smoothing is a CCI indicator with Adaptive period inputs. The adaptive calculation in this case is the count of pivots in historical bars. This indicator is also double smoothing using Jurik smoothing to reduce noise and refine the signal. What is CCI? The Commodity Channel Index ( CCI ) measures the current price level...
With this variant of the CCI indicator you have 2 CCIs. I call it convenience the fast and the slow. The slow one has the default period of 20. The fast one has a lower value and will therefore also change his direction much faster. I don't use this as a decisive indicator, but the fast one does indicate where the standard CCI might go and so you are already...
This indicator is based on CCI, but draws the CCI link green/red. If CCI line is above zero, then it is painted green. If CCI is lower than zero, then it is painted red. How to trade: Buy Side 1. When CCI crosses above zeroline from under, it is a bullish signal, Wait for the candle to close and place an order at the closing price. Exit when CCI crosses...
Over a decade ago, the Genesis Matrix system was one of best strategies for new traders looking to learn how to really trade trends. Fast forward to 2022, a new version of Genesis Matrix has emerged using TVI, CCI, HL Channel & T3 What is T3? The T3 moving average is an indicator of an indicator since it includes several EMAs of another EMA. Unlike any other...
Super 6x: RSI, MACD, Stoch, DeMarker, CCI, & Velocity is a combination of 6 indicators into one histogram. What is MACD? Moving average convergence divergence (MACD) is a trend-following momentum indicator that shows the relationship between two moving averages of a security’s price. The MACD is calculated by subtracting the 26-period exponential moving...
Jurik-Smoothed CCI w/ MA Deviation is a spin on regular CCI. Usually CCI is calculated as using average (Simple Moving Average) and mean deviation. In this version, average is replaced with well known JMA (Jurik Moving Average) instead for the smoothing phase and the deviation is replaced with variety moving average deviation. The result in this one is...
Jurik Filtered Perfect CCI (PCCI) is a faster and more accurate version of CCI with Jurik Filtering. What is the PCCI (Perfect Commodity Channel Index)? PCCI (Perfect Commodity Channel Index) indicator is calculated by the following formula: PCCI(bar) = close(bar) – DF(bar) PCCI resembles D. Lambert's Commodity Channel Index by the method of its...
This strategy is based on the classic Commodity Channel Index and only works long. The system enters the market when this indicator is very low ( CCI <-150 or user-defined threshold) and as soon as it regains strength (i.e. CCI> CCI of the previous candle) with a filter on the "strength" of the prices themselves (i.e. the closing of the candle that provides the...
Trend Magic is originally a MT platform (MetaTrader) indicator and it can be used with any forex trading systems / strategies for additional confirmation of trading entries or exits. Converted the MT platform code to TradingView Pine version 4. Also you can use Multiple Time Frame. It also works well with Crypto and Stock Markets. Trend Magic consists of two...
Hello traders Still on holidays but I don't and will never forget you <3 I realize more and more that you guys don't only want some indicators and learn about pinescript. You also want some guidance and get some mentors providing you with comprehensive and simple trading methods and tricks. I'm against those posting many scripts a day that in the end will make...
This is an updated and improved version of my "Price Action Trading strategy". I have added two extra optional filters, one is a trend direction filter based on the MACD slow EMA(17), blue line, and the other is a RSI(7) filter which works similarly to CCI(14) but slightly different dynamics (thank you to gianfranco60 for the suggestion). Also made a couple of...
Hello traders Today I present you a Supertrend not based on candle close but based on a CCI (Commodity Channel Index) How does it work? Bull event: CCI crossing over the 0 line Bear event: CCI crossing below the 0 line When the event is triggered, the script will plot the Supertrend as follow UP Trend = High + ATR * Factor DOWN Trend = Low - ATR *...