Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
Apple, Advanced Micro Devices Inc, Amazon Com Inc, TESLA INC, NETFLIX INC, Facebook Inc
S&P 500, Nasdaq 100, Dow 30, Russell 2000, U.S. Dollar Index, Bitcoin Index
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
This is the defaut keltners channel strategy with a few additions. The main purpose is to show how we include the Kelly ratio into our scripts for dynamic position sizing based on the performance of the strategy on a per trade basis. We've also included the usual take-profit and stop-loss parameters in the event you want to play a little :) We hope this helps...
This is the famous Squeeze Momentum Indicator made by @LazyBear in v4 version if someone wants to test some strategies, as the original code was in v2 version the code converter couldn't convert to v4.
Companion script for Squeeze Momentum Indicator that plots the signal on chart.
Change Channel is like KC unless it uses percentage changes in price to set channel distance. Midline is zero-lag smoothed ROC with dynamic period based on MA Streak indicator, if MA Streak shows an ongoing trend, midline going strong and break out the channel. Consider using ▲ green areas as a signal to buy and ▼ red areas as a sell signal. It works best...
Script Modified from LazyBear Original TTM Sqz Script
This indicator uses different volatility channels - Bollinger Band, Donchian Channel and Keltner Channel width to measure volatility. Indicator plots channel bandwidth percentage with respect to close price. This is not same as Bollinger Percent B - which is measure of where price is with respect to band. Instead this indicator is similar to ATR Percent...
Another adoption of supertrend. This time based on different channels - Bollinger Band, Keltner Channel, Donchian Channel and Pivot point based Donchian channel. When price hits top of bands, it is considered as start or continuation of uptrend. When price hits bottom of the band it is considered as start or continuation of downtrend. Hence, supertrend is drawn...
Description : Mean Reversion Channel objective, based on Mean Reversion theory ( everything has a tendency to revert back to its mean), is to help visualizing: Inner Channel -> Dynamic Support and Resistance Outer Channel -> Overbought/Oversold Zone which may signal consolidation phase or potential reversal due to unsustainable move Details on some of...
█ OVERVIEW This is Screener script for Mean Reversion Channel Indicator █ Description & How To Use The screener works by scanning through up to 40 symbols and list down symbols that are currently within Overbought/Oversold Zone as defined by Mean Reversion Channel indicator. The Overbought/Oversold Zone are further categorized and sorted by: Strong :...
Elliott Wave Principle , developed by Ralph Nelson Elliott, proposes that the seemingly chaotic behaviour of the different financial markets isn’t actually chaotic. In fact the markets moves in predictable, repetitive cycles or waves and can be measured and forecast using Fibonacci numbers. These waves are a result of influence on investors from outside sources...
Modified version of Squeeze Momentum Indicator visualizing on Price Chart author: LazyBear, modified by KıvançÖZBİLGİÇ
Strategy using the Bollinger band with the Keltner Channels. Watch for the Bollinger bands (blue/red lines) squeezing inside the Keltner Channels (pink dots) for a breakout - this could be up or down so use in conjunction with other indicators.
The indicator Moving Average Channels was created for experimental purposes due to the parabolic moves BTC has made in the recent past. How it works: The basis, or center line, is a standard moving average that is set by the user. The bands are then a customizable percentage of the basis. Which based on the settings, could serve as possible support and...
**** [Edit: New version (v02) posted, see the comments section for the code ***** Simple strategy. You only consider taking a squeeze play when both the upper and lower Bollinger Bands go inside the Keltner Channel. When the Bollinger Bands (BOTH lines) start to come out of the Keltner Channel, the squeeze has been released and a move is about to take place. I...
So this was something I planned on doing in the future, I knew it would take some time to put together but here it is, the Squeeze Pro 2 Overlays. On my original Squeeze Pro, I had made several overlay indicators to go along with it, this time my goal was to combine all that stuff into a single indicator and allow the user to turn on and off the specific features...
Volatility represents how large an asset's prices swing around the mean price, the degree of variation of a trading price over time, and is commonly measured with beta (β) coefficients, standard deviations (σ) of returns where tools such as Average True Range, Bollinger Bands, Keltner Channel, Squeeze Indicator, etc presents volatility concept Volatility often...
There are many indicators of overbought/oversold conditions out there. Some of more common ones are: - Bollinger Bands %B - Money Flow Index (MFI) - Relative Strength Index (RSI) - Stochastic This script uses a combination of these 4 oscillators to confirm overbought/oversold and filter the signals of market reverse which could be used for trading binary...
This is Keltner Channelz (KC) with Zero Lag Moving Average (ZLMA as base). It is smoother and has less lag than the original (EMA/SMA) variant. It also can be used as a trend indicator and trend confirmation indicator. The upper and lower bands are green if it is an up trend, and red if a down trend. If both have the same color it is a stronger trend.