Level: 2 Background One of the biggest differences between cryptocurrency and traditional financial markets is that cryptocurrency is based on blockchain technology. Individual investors can discover the direction of the flow of large funds through on-chain transfers. These large funds are often referred to as Whale. Whale can have a significant impact on the...
This indicator is a mimic of the same used by bitcoinwisdom. There seems to be several different formulas to calculate KDJ, however, i have yet to find this one on tradingview. The background color is green when J>D and red when J<D. The idea being that when we go green we should buy and when red sell. Let me know if you have any questions.
Level: 3 Background The moving average convergence / divergence (MACD) indicator is a pulse oscillator that is mainly used to trade trends. Although it is an oscillator, it is not typically used to identify overbought or oversold conditions. It appears in the diagram as two lines that oscillate without limits. The crossing of the two lines provides trading...
This is a special calculation of KDJ indicator. As you may know this is based on stochastic indicator. Stochastic indicator is a method to normalize a trending time serie (here price). the calculation of stochastic itself is a built in function in pine but it is straight forward: In sudo code: RSV for n days=(Cn-Ln)/(Hn-Ln)×100 In which, Cn is the closing price on...
Level: 2 Background The KDJ oscillator display consists of 3 lines (K, D and J - hence the name of the display) and 2 levels. K and D are the same lines you see when using the stochastic oscillator. The J line in turn represents the deviation of the D value from the K value. The convergence of these lines indicates new trading opportunities. Just like the...
So, what is the KDJ indicator? If you're familiar with the Stochastic, then you'll know that the two oscillating lines are called the 'K' and 'D' lines. Now you know that this is some sort of implementation of the Stochastic. But, then, what is the J? The 'J' is simply the measure of convergence/divergence of the 'K' and 'D' lines, and the 'J' crossing the 'K' and...
Level: 2 Background The KDJ oscillator display consists of 3 lines (K, D and J - hence the name of the display) and 2 levels. K and D are the same lines you see when using the stochastic oscillator. The J line in turn represents the deviation of the D value from the K value. The convergence of these lines indicates new trading opportunities. Just like the...
============ ENGLISH ============ - Description: This indicator is a modification of the common KDJ, as you may know the KDJ is just a Stochastic (K+D) with an extra line which is J, the J line can be used as "movement strength" filter and also for overbought and oversold conditions anticipating the K and D. In this particular modification I've tested many...
Level: 1 Background The KDJ oscillator display consists of 3 lines (K, D and J - hence the name of the display) and 2 levels. K and D are the same lines you see when using the stochastic oscillator. The J line in turn represents the deviation of the D value from the K value. The convergence of these lines indicates new trading opportunities. Just like the...
Updated to PineScript v4 - Enjoy!
Level: 2 Background One of the biggest differences between cryptocurrency and traditional financial markets is that cryptocurrency is based on blockchain technology. Individual investors can discover the direction of the flow of large funds through on-chain transfers. These large funds are often referred to as Whale. Whale can have a significant impact on the...
Level: 1 Background This is a simple model for digitized KDJ Function Lime for bull and Red for bear with digitized candles. Key Signal lime candle --> bull red candle --> bear blue candle --> watch yellow candle --> long entry fuchsia candle --> overbought Remarks Feedbacks are appreciated. Readme In real life, I am a prolific inventor. I have...
Level: 1 Background The KDJ oscillator display consists of 3 lines (K, D and J - hence the name of the display) and 2 levels. K and D are the same lines you see when using the stochastic oscillator. The J line in turn represents the deviation of the D value from the K value. The convergence of these lines indicates new trading opportunities. Just like the...
This is a crypto swing strategy designed for timeframes bigger than 1h. The main components are ICHOMOKU KDJ Average High Average Low Rules for entry For long: we have the ichimoku crosses between tenkan and baselines, we have a rising kdj line and at the same time we have a increase in the average high For short: we have the ichimoku crosses between tenkan...
Level: 2 Background In Jeffrey Owen Katz's article "Trading stocks with a cyclical system" he introduces the Stock Rhythm System. I found the central part is quite similar to KDJ indicator and I use my own KDJ algo to enhance its performance. Function Jeffrey Owen Katz has a customized stochastic indicator. I used it as the engine of my own KDJ trading...
xRSI_KDJ_SMA Usage: - If the background or KDJ cloud turns green enter a long. Exit and possibly short when it turns red. - You can wait for confirmation (1 bar close) but the longer you wait the more risk of missing a breakout - Sometimes less is more (I prefer to hide everything and only show the KDJ cloud) Background Red/Green: KDJ...