This table presents consolidated data that swing traders can refer to quickly for their benefit. I am of the firm belief that the information provided in this uncomplicated table is precisely what you require to optimize your trading efficiency, and ultimately, profitability. The data includes; 1. Market Capitalization - a measure of the total value of a...
This script looks for 7 consecutive closes above/below the 5-period SMA. The indicator is inspired by legendary trader Linda Raschke's work. Usage The script can can be used in three main ways. I think you will find more uses. First are the two models for which the indicator was created, both inspired by Raschke: 1) Persistency of trend / Extended run...
The primary purpose of this indicator is to calculate and plot the 52-week high and low prices along with the Fibonacci retracement levels on the price chart. Fibonacci levels are commonly used in trading to identify potential support, resistance, and price reversal points. First, the script initializes the Fibonacci levels and their corresponding colors, which...
This indicator demonstrates the creation of a normalized KAMA (Kaufman Adaptive Moving Average) oscillator with a table display. I will explain how the code works, providing a step-by-step breakdown. This is personally made by me:) Input Parameters: fast_period and slow_period: Define the periods for calculating the KAMA. er_period: Specifies the period for...
This script is a groundbreaking, math-centric technical analysis tool that blends two well-established indicators, the Stochastic Oscillator and the Exponential Moving Average (EMA), to deliver a unique and visually engaging way of identifying momentum swings and stochastic indicators. Unlike mashups, this script is tailored to accommodate a wide range of trading...
Features Detection Swing (swing HIGH is the highest bar among 2 bars before and 1 bar after, and swing LOW is the lowest bar among 2 bars before and 1 bar after) Dong-Dang (The line plot switch between a swing HIGH and LOW ==> represents the price movement) Fixes fix swing detection from the last version when there are 2 or more bars that have the same...
This is a script to color code bars based on the bullish- and bearish combination. Bullish Combination Percent: Price >= 4% from yesterday and Volume today > Yesterday Dollar: Price >= 0.9 dollar from open Base Requirements - Price > Yesterday's close - Price > Open - Price is within 30% of high - Todays price range >= Yesterdays price range - Yesterday's...
The Swing Oscillator is an indicator that can help you catch small price movements, called swings. Swings are minor trends that occur when price moves between the highs and lows of a trend or range. Because of the short-term nature of swings, a new movement should be identified as soon as possible. The indicator is based on our original formula, which averages the...
An effective way of finding swing tops and bottoms on a chart. This indicator detects both, history-tested and potential swing highs and lows. It does so by comparing current high or low with the last X candles into history and if it finds at least Y candles with a high/low at the approximately same price level, it will mark this high/low on a chart. This...
Description This indicator is used to find support and resistance utilizing both buying and selling volume. It can be used on lower and higher time frames to understand where price is likely to reject or bounce. How it works Instead of calculating the VWAP using the total volume, this script estimates the buying/selling volume and respectively calculates their...
The RedK Chop & Breakout Scout (C&BS or just CBS) is a centered oscillator that helps traders identify when the price is in a chop zone, where it's recommended to avoid trading or exit existing trades - and helps identify (good & tradeable) price breakouts. i receive many questions asking for simple ways to identify chops .. Here's one way we can do that. (This...
Description This indicator is used to find support and resistance utilizing both SMA and VWAP. It can be used on lower and higher time frames to understand where price is likely to reject or bounce. How it works Rather than using the usual calculation for the VWAP, instead this script smooths the volume first with the SMA and then respectively calculates the...
Buying the dip has never been easier! LNL Pullback Arrows are here to pinpoint the best possible entries for the trend following setups. With the Pullback Arrows, trader can pick his own approach and risk level thanks to four different types of arrows. The goal of these arrows is to force the traders to scale in & out of trades which is in my opinion crucial when...
Infiten's Return Candle Oscillator is an oscillator which shows the percentage return on the open, high, close and low over a customizable period in the form of candlesticks. It may be helpful for seeing volatility, swing trading, or mean reversion trading. The RCO consists of two plotted elements : RCO Candles (short length): candlesticks which are plotted...
StockBee Bullish Momentum Burst & 20% Plus Study Tool The Stockbee bullish momentum burst study tool is helpful for practitioners of the momentum burst method who want to easily find historical momentum bursts and/or 20% plus gainers using Trading View. This script finds three specific breakouts that meet the below criteria: 4% Breakouts (Colors Candle Body) 1....
The Stockbee 4% Breakout script is a study tool for users who wants to do a deep dive on StockBee's 4% Breakout momentum burst method. This script will assist a specific group of traders who trade this method easily find historical momentum bursts. This script finds and colors red any candle body that meets the following criteria: 1. Volume of the candle is...
A simple script that adjusts the RSI visibly in order to better accommodate swing trading and certain swing trading setups/strategies. -------------------------------------------------------------------------------------------------------------------------------------------------------- Best used in conjunction with "Linear Regression Channel by...
A simple indicator that uses Pivot Points as a filter and to generate a Directional Bias . How to use this indicator? 1. Directional Bias Bullish => Closing Price > Pivot Point Bearish => Closing Price < Pivot Point 2. Support / Resistance Each Pivot Points can be used as Support or Resistance 3. Take Profit Targets Each Pivot...