Quick Description: Smoothed RSI with optimized trailing moving average. Look for cross above or cross under signals for buy and sell orders respectively. VIDYA moving average of RSI incorporated with "optimized trend tracker" system. Thanks to kivancozbilgic and anilozeksi for implementing this great idea on Tradingview. The indicator adds "1,000" to the RSI MA...
This is the old version of Range Filter from DonovanWall, that VuManChu is selling in his discord as "VuManChu Swing" which in reality is just Range Filter, a open-source script from DonovanWall.
Experimental: Uses Kadane's max subarray sum algorithm to find the largest impulse within a window and draws Murrey's math lines based on that impulse.
SFP Inquisitor v0.2a coded by Bogdan Vaida Code for Swing High, Swing Low and Swing Failure Pattern. Note that we're still in the alpha version, bugs may appear. Note that the number you set in your Swing History variable will also be the minimum delay you see until the apples appear. This is because we're checking the forward...
- Swing Dream - Script created for breakout-swing traders, in the style of QullaMaggie * , Dan Zanger, Oliver Kell, and Stockbee. The following indicators are used by most successful breakout-swing traders such as mentioned above. (As published) it contains: Painted Bars, also known as inside/outside candles. Used for candle analysis and to determine...
This tool displays relative volatility and directional trend. Excellent way to pickup diversions and reversals. Length can be lowered to 11 or 13 in settings to show price range. Can be used to identify patterns such as parallel channels and likely direction of price action as pictured below.
BINANCE:BTCUSDT This indicator is an opensource merge of the built in 'Pivot Points High Low' and the most popular 'Swing-high-low-support-resistance' indicators. The original 'Pivot Points High Low' does not have extensions with better visibility, while the most popular 'Swing-high-low-support-resistance' has no source available. I've also added additional...
This indicator detects large swings/pivots in historical price action to highlight tops and bottoms which might act as future levels of support or resistance. The code by default detects the last 3 significant swing highs and the last 3 swing lows. It then places lines on the chart to highlight those levels. For a full overview of the indicator and code...
All credit goes to @DonovanWall for the Range Filter. I just added Buy & Sell labels to demonstrate how the VuManChu Swing generates the same exact signals as the Range filter using the exact same settings between the two indicators. This would only seem plausible if VuManChu Swing runs on the same code as the Range Filter. It looks likely to be the old version...
This indicator provides some base code for looping over data to identify swings in price action. Full code commentary can be found on the backtest rookies website. The indicator shall allow users to "analyse" a recent historical candle to detect whether it was a swing point. This will work by inputting a number to select which historical candle you want to...
作品: 擺盪濾波器 (Swing Filter) This is a Swing Filter, the function is to remind you that you do not need to trade during the neutral period, only buy or long when the series is higher than the high-level you set, when the series is lower than the low-level you set, you need to short or hedge. Hope your to use it happily. In a larger time frame, the length can be set...
This will show the price change between the high/low of each candlestick as an oscillator with configurable options to show Long/Short or both.
RJT Wind v.1.0 by Rafael Jimenez Tocino ---------------------------------------- This indicator helps determine the end and the beginning of trends based on the inclination of the "wind sticks". These are basic lines that show inclination for themselves, and together showing the evolution of the trend of prices. This tells us about the strength of a trend to...
The 10/20 MA Heikin-Ashi Strategy is the best I know. It's easy, it's elegant, it's effective. It's particularly effective in markets that trend on the daily. You may lose some money when markets are choppy, but your loss will be more than compensated when you're aboard during the big moves at the beginning of a trend or after retraces. There's that, and you...
EXPERIMENTAL: wave counting using swing charts, use at your own discretion.
Logistic Map Equation - The logistic map connects fluid convection, neuron firing, the Mandelbrot set and so much more. This study is an attempt to apply Logistic Map Equation in Trading Logistic Map Equation Xn+1 = r * Xn * (1 - Xn) Where, r - growth rate Xn - percentage of theoretical maximum of measured event (from 0 to 1) (1 - Xn) - represents...
UPDATE: had a minor bug on how to detect the range.