Indicator Overview The Pi Cycle Top Indicator has historically been effective in picking out the timing of market cycle highs to within 3 days. It uses the 111 day moving average (111DMA) and a newly created multiple of the 350 day moving average, the 350DMA x 2. Note: The multiple is of the price values of the 350DMA not the number of days. For the past three...
The Pi Cycle indicator has called tops in Bitcoin quite accurately. Assuming history repeats itself, knowledge about when it might happen again could benefit you. The indicator is fairly simple: - A daily moving average of 350 ("long_ma" in script) - A daily moving average of 111 ("short_ma" in script) The value of the long moving average is multiplied by two....
Top cap indicator for UNI, the Uniswap Protocol token. Modified from BTC Top Cap by aamonkey
This is just a simple tool for convenient to compare and showing a clear image of all sector and index in Malaysia. They are just in one indicator. From this indicator, you can predict momentum of each sector in Malaysia, which is currently in bull or bear trend. STRUCTURE In the setting, the first line with the option...
Hello Everyone. Almost one year later, with Pine version 4, I developed new version of the Divergence for many Indicator. It analyses divergences for 10 predefined indicators and then draws line on the graph. Red for negatif divergence (means prices may go down or trend reversal), Lime for positive divergences (means prices may go up or trend...
Custom Code that Finds Market Tops & Bottoms!!! CM_Laguerre PPO PercentileRank V2 Mkt Tops & Bottoms Original Laguerre PPO code was Created by TheLark. Special Thanks to coondawg71 and ChartArt for Great Insights This Is Version 2 Of This Indicator that now Finds Market Tops and Bottoms. Coming Next…Upper Indicator Pinpointing Entries Based on Price...
Hello Traders This script finds Tops when RSI is in overbought area or Bottoms when RSI is in oversold area and checks the divergence between them. it checks divergence at tops/bottoms after RSI exited from OB/OS areas. You can change overbought / oversold levels. You can limit the time that RSI is in OB/OS area with the option "Max Number of Bars in OB/OS" you...
Using Modified code from Lazybear's CVI 0.17% indicator and some logic, this script can help identify value buy and sell opportunities at a very early phase. Best used as a confirmation tool. This is a beta, so use it as such. Enjoy. Sometimes "top" indications in an uptrend mean to look for an opportunity to add to position while "bottom" indications during a...
This is an experimental Indicator based on Momentum. Picks the Top & Bottom Candle for most Swing. Please post your opinion or suggestion to improve this indicator. I have not back tested this completely. This is recently developed Indicator.
RSI Indicator which plots local peaks and troughs in divergence. Divergence is specified as: - A higher price, with reduced RSI --> Potential Sell Point - A lower price, with higher RSI --> Potential Buy Point RSI Divergence should be used in combination with other indicators. This indicator identifies local tops and bottoms, with potential for macro trend...
Fibonacci levels that show the critical top and bottom levels. There is no way to miss the top and bottom. And a top detector. Also the most important SMA lines (SMA 50, 200), EMA21. Those are the most frequently used lines by traders. This indicator is based on the work of www.tradingview.com His work set me thinking. Could I also...
This is a simple RSI indicator that overlays the current chart to show labels for specified oversold and overbought areas defined with inputs. It will delete any labels of the same kind within the last 3 candles so you don't see as many labels as you would otherwise. Red labels with white text represent overbought RSI levels as defined by the user. Green labels...
This is a MACD divergence on 3 time-frames, 1h, 4h and 1D. Please insert the indicator into a 1h chart, otherwise change the lengths' inputs. you will see H1,H2, H3, R1, R2 and R3 in green and maroon colors. H means hidden divergence, 1 regards to 1h, 2 to 4h, and 3 to 1D. If the color is green, its bullish, and if its maroon the divergence is bearish. Gray...
A gift from me to all. This script is developed to find Divergences for many indicators. it analyses divergences and then draws line on the graph. red for negatif, lime for positive divergences. Currently script checks divergence for RSI, MACD, MACD Histogram, Stochastic, CCI, Momentum, OBV, Diosc, VWMACD and CMF indicators. You can use some or all of these...
Volume based script to catch a big move. Works best on 5 min timeframe. The default sma duration for volume is set to 150 = number of candles in 5 mins timeframe for 2 days. Heavy volume is defined as = more than 9 times of sma. Both parameters are configurable. Trading strategy: Long buy at high / Short sell at low of the candle where the script gives the...
Introduction I already shared a method to estimate tops and bottoms (1), the number of parameters could lead to optimization issues so i tried to make a simpler method. In this method i use a simple rescaling method based on individual direction deviation. I will explain further details below. The Indicator I use as source for the entire calculation an...