How it works This is a confirmation indicator based on moving averages. It compares the current price to a previous candle N periods ago, then smooths the result. What makes this indicator novel is that it takes the smoothed curve and compares it to the previous value to see whether the slope is increasing or decreasing. Combined with a zero-cross baseline...
This is an indicator which uses the ATR (average true range) to calculate take profit levels, stop loss levels, and position sizing. It acts an ATR indicator, based on concepts found in the No Nonsense Forex (NNFX) trading system. ATR works by looking at the past N periods (14 by default) to see on average, how many pips or dollars an asset has moved. It is...
This script is designed for the NNFX Method, so it is recommended for Daily charts only. Tried to implement a few VP NNFX Rules This script has a SSL / Baseline (you can choose between the SSL or MA), a secondary SSL for continiuation trades and a third SSL for exit trades. Alerts added for Baseline entries, SSL2 continuations, Exits. Baseline has a Keltner...
The Fractal Dimension Index is a technical indicator that gauges the amount of volatility currently present in the market. The theory behind this indicator is that a value of 1.5 suggests the market is acting in a completely random fashion. As the market deviates from 1.5, the opportunity for earning profits is increased in proportion to the amount of...
Purpose: This script shows when price is in a range or trending. When the green line rises above the threshold the price is trending. When the green line falls below the threshold it's ranging. You may try adjusting the lookback way far back to find more areas of resistance. Logic: It shows how many instances the current price has been crossed in the past...
A label function for display an arbitrary value above or below the chart. There is no convenient way to display the value of a variable in pinescript. This is most convenient way I found. It will follow the current bar (the position is calculated with highest/lowest and atr value, as such it will never display over the chart) In this script we display ATR for...
Volatility Qaulity Zero Line attempts to keep a trader out of ranging markets, but the original calculation on TradingView had to be adjusted for each instrument. To avoid this issue, I have applied a z-score calculation to the VQZL so the result is standardized for all instruments. A Z-Score is simply a value's relationship to the mean (average) of a group of...
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...
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"
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...
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...
**THIS VERSION HAS BEEN STANDARDIZED WITH A Z SCORE CALCULATION AND ALLOWS THE USER TO SELECT WHICH MOVING AVERAGE THEY WOULD LIKE TO UTILIZE FOR THE SIGNAL LINE** Chart shows the Non-Standardized Enhanced Time Segmented Volume (Multi MA) with default settings on top and the Standardized version with default settings on the bottom. Time Segmented Volume was...
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...
RSI of MAs is designed to calculate the moving average for a specific period, and then take the RSI of that value. This script allows the user to select which moving average they would like to utilize for the calculation, as well as customizing how the Signal Line is calculated. There are many combinations available and you will need to tune the indicator to fit...
Super SSL Indicator. SSL + SuperTrend signal filtering. Signals are delivered by SSL, signals are then filtered out by SuperTrend, in the nnfx way of trading (C1 = SSL, C2 = ST). SSL deliver signals. Supertrend filter them. Included 1CR rule option : in the nnfx way, we allow C2 to agree 1 candle later. Some configuration settings of this tool pass the VP's 5...