My baseline study lets you compare price to the previous days close. You can select the time frame for this baseline. I have included the ability to use a custom period length or your own anchor value. Custom anchor values are great for comparing the price to your cost average. The features I have included are bar color and background color. I liked the idea of...
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...
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...
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...
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"
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 ...
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...
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...
Plots the high and low of your chosen moving average. Options are: SMA = Simple Moving Average EMA = Exponential Moving Average WMA = Weighted Moving Average HMA = Hull Moving Average VWMA = Volume Weighted Moving Average RMA = Exponetial Weighted Moving Average ALMA = Arnaud Legoux Moving Average Unbox "Use Current Timeframe" to use chosen timeframe below I...
Follow up script for my Trend Follower script. I'm used to dark mode, so I coded a few key plots in white, so those are changed into black on the script. Notably: - > 1 ATR in black dots along the baseline - Current and previous ATR text labels to the right of the price - A text label spacing input that allows you to adjust the spacing for text label from...
Underworld Hunter + Base Zone is designed to keep traders out of ranging markets by establishing a "dead zone" between the bands where price may be choppy or trends may be short lived. The original Underworld Hunter from @greenmask9 adapted Bollinger Bands by changing the basis from SMA to the EMA of the EMA of the EMA. This version now allows the user to select...
Strategy for the NNFX Baseline Script - Moving Averages Does not enter when price is > 1 ATR away. 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 Available MAs "ALMA", "EMA", "DEMA", "TEMA", "WMA", "VWMA", "SMA", "SMMA", "HMA", "Kijun", "McGinley"
Ichimoku + 2 base line This indicator is a combination of Ichimoku cloud indicator with two base lines. The first base line is the same as the Ichimoku default settings but the baseline 2 indicates an average of 108 candles in the past and it acts as a strong support and resistance level. How to use this indicator? You can use this indicator to see if a...
This is the baseline and range candles part of a larger algorithm called the "BERLIN Renegade". It is based on the NNFX way of trading, with some modifications. The baseline is used for price crossover signals, and consists of the LSMA. When price is below the baseline, the background turns red, and when it is above the baseline, the background turns green. It...
Strategy version of my baseline indicator, helpful for back testing.
I made this script as a personal tool while backtesting multiple moving averages. It allows you to easily access and switch between different types of moving averages, without having to continuously add and remove different moving averages from your chart. It also has the option to show the a 14 period average distance between the closing price of an asset and...
//@version=3 //Written by David Carruthers //Objective //This is to support scanning the market to check if the daily candle opened above the daily EMA baseline for a selected pair //This can be done in some measure by using trading view's screening tools //However it would be useful, if someone references a pair, to instantly see if that pair opened above the...