I'm guessing most of you are familir with LazyBear's adaptation of the Wavetrend Oscillator; it's one of the most popular indicators on TradingView. I know others have done adaptations of it, but I thought I might as well, because that's kind of a thing I like doing. In this version I've added a second Wavetrend plot. This is a thing I like to do. The longer...
This is a version of Stephen J. Klinger's, Klinger Oscillator (sometimes called Klinger Volume Oscillator). I've changed virtually nothing about the indicator itself, but added some lookback inputs for the EMAs the oscillator is derived from (traditionally 34 and 55), and added a few other things, as is my wont. But what is the Klinger Oscillator? Essentially,...
This is my second Donchian Channels indicator (and will probably be my last because how many does one really need). This version is different from my other one in that, well, it's 'dynamic' which simply means that it self adjusts based on the same formula that my Ultimate Moving Average does. What does that mean? It just means that the script takes an average of 8...
The "AC-P" version of jiehonglim's NNFX Baseline script is my personal customized version of the NNFX Baseline concept as part of the NNFX Algorithm stack/structure for 1D Trend Trading for Forex. Everget's JMA implementation is used for the baseline smoothing method, with optional ATR bands at 1.0x and 1.5x from the baseline. NNFX = No Nonsense Forex ...
This is basically NeoButane's script (which should be more popular than it is) with a few additions, those being primarily plotted lines of the closing price of the previous TWAP, however I've also added the optionality of plotting a second TWAP of say, maybe a different resolution if you are so inclined. Also, you may plot shapes across the top or bottom of your...
Using parts of QQE (Qualitative Quantitative Estimation) again, this time I'm applying the trailing line of QQE on price directly. Outcome, it's behaving like a baseline filter and it can be use as an exit or a trailing stop indicator. As comparing to Kijun-sen line in yellow, the QQE trailing line follows the price closer, therefore exiting you sooner when the...
Time Segmented Volume was developed by Worden Brothers, Inc to be a leading indicator by comparing various time segments of both price and volume. Essentialy it is designed to measure the amount of money flowing in and out of an instrument. Time Segmented Volume was originally ported to TradingView by user @liw0 and later corrected by user @vitelot. I never...
+ %B is, at its simplest, the classic Bollinger Bands %B indicator with a few added bells and whistles. However, the right combination of bells and whistles will often improve and make a more adaptable indicator. Classically, Bollinger Bands %B is an indicator that measures volatility, and the momentum and strength of a trend, and/or price movements. It shows...
Credits to @Fractured Adapted the "Many Moving Averages" script to VP's NNFX No Nonsense Forex method. Includes: - ATR bands and labels - Price is > 1 ATR away from baseline indication Without ATR Bands and bar colors Available MAs "ALMA", "EMA", "DEMA", "TEMA", "WMA", "VWMA", "SMA", "SMMA", "HMA", "Kijun", "McGinley"
I was perplexed by the lack of continuation signals in trends, so I spent some time looking for a suitable indicator just for that purpose and fast indicators that can provide continuation signals tend to be too noisy as well. I'm always intrigued by QQE (Qualitative Quantitative Estimation), so I QQE-ed almost everything I encountered. After a while, I settled...
Designed Around the NNFX rules Selectible Baseine Selectible Exit Indicators ATR bands, ATR labels for TP and TSL (1x and 1.5x ATR). Indication (White Diamond) where candle is over 1x ATR in size. Combined QQE Fast & Slow (C1 & C2) confirmations, Candles Grey before Trend Confirmed, change to Normal Colour when Trend established (QQE MOD used for...
v2 changes the way the histogram is plotted. Histogram shows the strength and can be used to identify trending or ranging periods.
This is a trend following system that combines 3 indicators which provide different functionalities, also a concept conceived by VP's No Nonsense FX / NNFX method. 1. Baseline The main baseline filter is an indicator called Modular Filter created by Alex Grover - www.tradingview.com - Alex Grover - Modular Filter ------- That's the moving average...
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...
A centerline/non-chart indicator version of Everget's Supertrend script for use in NNFX-style indicator setups, with the emphasis on this indicator NOT adding visual clutter to the main charting area with a baseline indicator already present. This is literally the EXACT same script as Everget's Supertrend, but not drawn on the chart and with the fill/stop and...
NNFX All-in-One Baseline display / test tool. This is usefull (hopefully) for the NNFX way of trading only. It's not intended to be used as a standalone tool. Basically, this script displays and tests many types of Moving Averages as baselines. It displays baseline signals, based on the NNFX ATR-related rule for baseline entries. It can be used as a backtest...
Hi again. I have another indicator that I think is pretty neat. I had the idea of creating an Awesome Oscillator for my Ultimate MA, just to see what kind of signals it might produce. If you're not familiar with my UMA you should go take a look at it, but essentially it is just an average of eight different length MAs, and if you're not familiar with the Awesome...
This version of Donchian Channels uses two source options so that one can create a channel using highs and lows rather than one or the other or closes. My thinking was that this would create a more accurate portrayal of price action (or at least contain the greatest scope of it) as seen through the lens of a Donchian Channel. This was actually part of the genesis...