In this video I show how to use Profit Bands in conjuction with a Solo Confirmation Simple Backtest using the GKD Modularized Trading System. The purpose of this tutorial is show users how to see the entries/exits for the GKD-BT Backtest. Always make sure that the Backtest's volatility and volatility setttings match the Profit Bands volatility and volatility settings otherwise the entries/exits will not line up!
█ Profit Bands
What are Profit Bands? Profit Bands is a supplementary indicator to be used with Loxx's backtests and combination indicators that use volatility-based take profits and stop loss. This indicator includes two types of volatility: Average True Range and True Range Double. Additional volatility sources will be added in the future. The lines painted on the screen are multiples of ATR for Take Profits and Stoploss for Long/Short positions that you can change in the settings. 3 Take Profits and 1 Stoploss is supported. You can turn on/off each UI element. Position size is determined by calculating the size of an investment where you'd lose only X% of your balance if the Stoploss is hit. You can enter your total balance available to trade and the desired % risk you'd be willing to lose at SL. Typically this number is 1-2% of total balance per trade.
Always remember to wait for bar close on a signal to and then peg this indicator to 1 bar backward to fix the price levels the then seed the exact levels you'll use for Take Profits and Stoploss. This indicator will match exactly the levels in other indicators in Loxx's scripts such as Kaleidoscope. You would overlay this script over any other script that uses volatility stops to see where to place your TPs and SL
█ Giga Kaleidoscope Modularized Trading System
What is Loxx's "Giga Kaleidoscope Modularized Trading System"?
The Giga Kaleidoscope Modularized Trading System is a trading system built on the philosophy of the NNFX (No Nonsense Forex) algorithmic trading.
What is an NNFX algorithmic trading strategy?
The NNFX algorithm is built on the principles of trend, momentum, and volatility. There are six core components in the NNFX trading algorithm:
1. Volatility - price volatility; e.g., Average True Range, True Range Double, Close-to-Close, etc. 2. Baseline - a moving average to identify price trend 3. Confirmation 1 - a technical indicator used to identify trends 4. Confirmation 2 - a technical indicator used to identify trends 5. Continuation - a technical indicator used to identify trends 6. Volatility/Volume - a technical indicator used to identify volatility/volume breakouts/breakdown 7. Exit - a technical indicator used to determine when a trend is exhausted
How does Loxx's GKD (Giga Kaleidoscope Modularized Trading System) implement the NNFX algorithm outlined above?
Loxx's GKD v1.0 system has five types of modules (indicators/strategies). These modules are:
1. GKD-BT - Backtesting module (Volatility, Number 1 in the NNFX algorithm) 2. GKD-B - Baseline module (Baseline and Volatility/Volume, Numbers 1 and 2 in the NNFX algorithm) 3. GKD-C - Confirmation 1/2 and Continuation module (Confirmation 1/2 and Continuation, Numbers 3, 4, and 5 in the NNFX algorithm) 4. GKD-V - Volatility/Volume module (Confirmation 1/2, Number 6 in the NNFX algorithm) 5. GKD-E - Exit module (Exit, Number 7 in the NNFX algorithm)
(additional module types will added in future releases)
Each module interacts with every module by passing data between modules. Data is passed between each module as described below:
That is, the Baseline indicator passes its data to Volatility/Volume. The Volatility/Volume indicator passes its values to the Confirmation 1 indicator. The Confirmation 1 indicator passes its values to the Confirmation 2 indicator. The Confirmation 2 indicator passes its values to the Continuation indicator. The Continuation indicator passes its values to the Exit indicator, and finally, the Exit indicator passes its values to the Backtest strategy.
This chaining of indicators requires that each module conform to Loxx's GKD protocol, therefore allowing for the testing of every possible combination of technical indicators that make up the six components of the NNFX algorithm.
What does the application of the GKD trading system look like?
Example trading system:
Backtest: Strategy with 1-3 take profits, trailing stop loss, multiple types of PnL volatility, and 2 backtesting styles as shown in the video above
Baseline: Hull Moving Average
Volatility/Volume: Waddah Attar
Confirmation 1: DEMA MACD as shown in the video above
Confirmation 2: Williams Percent Range
Continuation: Fisher Transform
Exit: Rex Oscillator
Each GKD indicator is denoted with a module identifier of either: GKD-BT, GKD-B, GKD-C, GKD-V, or GKD-E. This allows traders to understand to which module each indicator belongs and where each indicator fits into the GKD protocol chain.
Giga Kaleidoscope Modularized Trading System Signals (based on the NNFX algorithm)
Standard Entry 1. GKD-C Confirmation 1 Signal 2. GKD-B Baseline agrees 3. Price is within a range of 0.2x Volatility and 1.0x Volatility of the Goldie Locks Mean 4. GKD-C Confirmation 2 agrees 5. GKD-V Volatility/Volume agrees
Baseline Entry 1. GKD-B Baseline signal 2. GKD-C Confirmation 1 agrees 3. Price is within a range of 0.2x Volatility and 1.0x Volatility of the Goldie Locks Mean 4. GKD-C Confirmation 2 agrees 5. GKD-V Volatility/Volume agrees 6. GKD-C Confirmation 1 signal was less than 7 candles prior
1-Candle Rule Standard Entry 1. GKD-C Confirmation 1 signal 2. GKD-B Baseline agrees 3. Price is within a range of 0.2x Volatility and 1.0x Volatility of the Goldie Locks Mean Next Candle: 1. Price retraced (Long: close < close[1] or Short: close > close[1]) 2. GKD-B Baseline agrees 3. GKD-C Confirmation 1 agrees 4. GKD-C Confirmation 2 agrees 5. GKD-V Volatility/Volume agrees
1-Candle Rule Baseline Entry 1. GKD-B Baseline signal 2. GKD-C Confirmation 1 agrees 3. Price is within a range of 0.2x Volatility and 1.0x Volatility of the Goldie Locks Mean 4. GKD-C Confirmation 1 signal was less than 7 candles prior Next Candle: 1. Price retraced (Long: close < close[1] or Short: close > close[1]) 2. GKD-B Baseline agrees 3. GKD-C Confirmation 1 agrees 4. GKD-C Confirmation 2 agrees 5. GKD-V Volatility/Volume Agrees
PullBack Entry 1. GKD-B Baseline signal 2. GKD-C Confirmation 1 agrees 3. Price is beyond 1.0x Volatility of Baseline Next Candle: 1. Price is within a range of 0.2x Volatility and 1.0x Volatility of the Goldie Locks Mean 3. GKD-C Confirmation 1 agrees 4. GKD-C Confirmation 2 agrees 5. GKD-V Volatility/Volume Agrees
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.