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...
My first script, be kind :) Most of the rules are implemented: - Money management - ATR, Baseline, Confirmation, Volume, Exit More details...
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 is the entry and exit part of a larger algorithm called the "BERLIN Renegade". It is based on the NNFX way of trading, with some modifications. For entry, it consists of Modified Chaikin Oscillator and Advanced MACD. The Advanced MACD is not available on its own, but all others are publically available. For exit it consists of the DIDI Index and the QQE...
The SSL is a fair entry condition and good exit indicator. It works best when combined with a trend indicator and multiple confirmations. In essence, the SSL is a moving average crossover, which immediately down-grades it to a 2nd or 3rd level of confluence in my opinion. It was recently featured in an episode of VP's "No Nonsense FX", which drove me to recreate...
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...
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.
Before I begin I want to mention: 1. This is an indicator specially made for NNFX traders who use the ATR rule of ATR1x for Take Profit and ATR1.5x for Stop Loss 2. It is a product of combining the in-built ATR and Dillon Grech's ATR () The indicator: 1. It can be used for a quick look using the lines to see instead of calculating whether price hit a TP or SL....
This is a simple script to assist you in manual backtesting! Perfect for the NNFX crowd or anyone that enjoys manual backtesting. Usage 1. Slap this bad boy on your chart. 2. Adjust period and multiplier (defaults are 14 period and 1.5x). 3. Put on the indicator/system you are testing. 4. Enter bar replay mode. 5. Drag your long/short position take profit and...
**THIS VERSION ALLOWS THE USER TO SELECT WHICH MOVING AVERAGE THEY WOULD LIKE TO UTILIZE FOR THE SIGNAL LINE** Chart shows two different options of many. Top option is the default settings and bottom option is a different moving average with no other changes. Time Segmented Volume was developed by Worden Brothers, Inc to be a leading indicator by comparing...
Strategy NNFX, Baseline, QQEs Fast C1, Slow C2, ATR, Volume and Exit This is a Strategy Tester designed to work with Study (Alerts) of the same. At time of creation based on Revision 8 of the Study. DO NOT USE the Currency/Money Management section under settings. use the position sizing under "Inputs" - "Money Management" - "Risk per trade" which is...
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...
CCI indicator swiff knife. A lot of different usages of CCI ae possible with this script : - 2 CCI lines crossovers. - CCI - 0 Line crossovers - CCI + Moving Average crossovers (many types of MA are available) Filters can be added. CCI can be used as a confirmation indicator, a continuation indicator, an exit indicator, a chopiness indicator .... It can even...
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...
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...
OVERVIEW The Volume Oximeter (VOXI) is a technical indicator that gauges the amount of volume currently present in the market, relative to the historical volume that was present before. The purpose of this indicator is to filter out with-trend signals during ranging/non-trending conditions. CONCEPTS This indicator assumes that trends are more likely to start...
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"