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 "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 ...
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...
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...
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...
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...
OSCAR Oscillator by GenZai Green line is the Oscar Rough Red line is the Oscar By default based on the 8 last candles and smoothed using RMA Purple line is the Slow Oscar By default based on the 16 last candles and smoothed using WMA HOW TO USE Exit signaling This indicator can be used as an exit indicator when line cross each other. Entry...
**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...
This is SSL channel, but displayed off chart. I needed this for keep a clean chart during backtesting phases of NNFX algos. Different display modes. The "Colors Only" display mode is well adapted for SSL use as an exit indicator or a second confirmation indicator : Let me know if you want a feature added :p
RSI based basic trend filter. I don't used it in the NNFX structure but I wanted to test things. Here RSI is not used as reversal indicator. We check if RSI>50 or <50 and we use it as a trend confirmation indicator/filter.