Inside Bar Multi-Currency ScannerInside Bar Scanner
This indicator for TradingView scans up to 10 customizable assets across multiple, user-defined timeframes to detect Inside Bar patterns. It features two key columns: Ready and Cooking. The Ready column highlights when the previous candle has formed an Inside Bar, signaling traders to watch for potential entry triggers. The Cooking column actively monitors the current candle in progress to identify ongoing Inside Bar formations. The indicator allows full customization of asset lists and independent timeframe selection, making it a powerful tool for multi-timeframe analysis and enhancing trading precision.
Candlestick analysis
КолебанияОписание:
Индикатор определяет локальные максимумы и минимумы на графике цены, используя принцип сравнения с соседними свечами. Точка считается экстремумом, если она является самой высокой/низкой среди двух свечей слева и двух свечей справа.
Основные компоненты:
Локальный максимум (▼ черный треугольник сверху):
Формируется, когда high центральной свечи выше, чем high двух свечей слева и двух свечей справа
Указывает на потенциальную точку сопротивления или разворота вниз
Локальный минимум (▲ черный треугольник снизу):
Формируется, когда low центральной свечи ниже, чем low двух свечей слева и двух свечей справа
Указывает на потенциальную точку поддержки или разворота вверх
Применение:
Определение уровней поддержки и сопротивления
Поиск точек входа и выхода из позиций
Анализ структуры тренда
Определение потенциальных точек разворота
Торговые стратегии:
Торговля от уровней:
Покупка от локальных минимумов
Продажа от локальных максимумов
Подтверждение тренда:
Восходящий тренд: формирование более высоких минимумов
Нисходящий тренд: формирование более низких максимумов
Поиск разворотных паттернов:
Двойные/тройные вершины и основания
Дивергенции с осцилляторами
Преимущества:
Простой и понятный алгоритм
Четкие сигналы без перерисовки
Работает на любых таймфреймах
Не требует дополнительных индикаторов
Ограничения:
Сигналы формируются с задержкой (нужны 2 свечи справа)
Может давать много сигналов в боковом движении
Требует подтверждения другими инструментами анализа
Рекомендации по использованию:
Комбинировать с трендовыми индикаторами
Использовать в сочетании с уровнями поддержки/сопротивления
Учитывать общий тренд рынка
Дополнять анализом объемов и волатильности
Параметры настройки:
Период (n = 2): количество свечей для сравнения
Прозрачность (transp = 25): визуальная настройка отображения
Цвет (color.black): цвет сигнальных стрелок
Установка:
Скопировать код индикатора
Вставить в Pine Script редактор
Добавить на график
При необходимости настроить параметры
Совместимость:
Работает на всех таймфреймах
Подходит для любых торговых инструментов
Версия Pine Script: 5
TRTo anticipate that the market is entering a **trading range**, watch for the following early signs based on Al Brooks' price action strategies:
1. **Initial Doji Bar**: If the first bar of the day is a doji, it increases the chance of a trading range day because it reflects uncertainty and a lack of directional conviction.
2. **Multiple Reversals**: If there are **4-5 reversals** within the first hour of trading, this is a strong clue that the market is shifting into a range-bound mode. This two-sided trading behavior shows that neither bulls nor bears are gaining control.
3. **Weak Follow-Through**: When strong trend bars (bullish or bearish) lack follow-through in subsequent bars, it indicates that the market is not trending strongly and is more likely to stay range-bound.
4. **Tails and Overlapping Bars**: Look for:
- **Bars with prominent tails** (indicating rejection of highs/lows).
- **Bar overlap** of 50% or more with previous bars.
- **Doji bars** appearing frequently, as they signal indecision.
5. **Price Hovering Around the Moving Average**: If the price frequently crosses the moving average and the moving average becomes relatively flat, it often indicates a developing trading range.
6. **Failure of Breakouts**: Early breakout attempts (above or below prior highs/lows) that fail to sustain momentum and reverse back into the range signal the market is rejecting trends.
7. **Spike and Channel Pattern**: If a strong spike is followed by a shallow or sideways **channel**, this often serves as the first leg of a trading range.
8. **Lack of Momentum**: In trends, pullbacks are shallow and strong. In trading ranges, price action slows, moves horizontally, and legs subdivide into smaller two-legged moves.
### Summary:
Focus on reversals, bar overlap, failed breakouts, and lack of directional momentum within the first hour to spot a trading range early. Combining these signals improves your ability to switch to **range trading strategies**, such as fading the extremes of the range.
20 SMA Signal Boxes (Stacked with Target Labels)This indicator is designed for traders who utilize the 20-period Simple Moving Average (SMA) as part of their trading strategy. It identifies buy and sell signals when price crosses above or below the 20 SMA and visually plots the following on the chart:
Signal Candle Box (Yellow):
Outlines the candle where the signal occurred, marking the entry point (top for buys, bottom for sells) and the risk point.
Target Boxes (Blue):
Three blue boxes plot potential profit targets:
"Long Target" for buys: The top of the first blue box.
"Sell Target" for sells: The bottom of the first blue box.
Buy/Sell Labels:
BUY labels point upward and appear below the signal candle.
SELL labels point downward and appear above the signal candle.
This visual system helps traders quickly identify signals, measure potential risk, and manage trade targets effectively.
Features:
Fully customizable visual representation of buy/sell signals and targets.
Clean, modern, and intuitive design.
Works seamlessly on all timeframes.
How to Use:
Use the yellow signal box for entry and risk placement.
Use the blue target boxes to set realistic profit targets.
Combine this indicator with other technical analysis tools for confirmation.
Disclaimer:
This indicator is for educational purposes only and is not financial advice. Always practice proper risk management.
1-3-1 Strat Combo with 50% Level (12h)Logic Explanation
1-3-1 Combo Detection:
The script detects the 1-3-1 pattern using the previous 3 candles:
Candle 4: Inside Bar (Type 1).
Candle 3: Outside Bar (Type 3).
Candle 2: Inside Bar (Type 1).
4th Candle Behavior:
If the 4th candle (current bar):
Stays an inside bar (Type 1) → isFourthInsideBar is true.
Becomes a directional bar (Type 2) → isFourthDirectional is true.
If either of these conditions is true, the script stops calculating and waits for the next valid 1-3-1 setup.
50% Level Calculation:
If the conditions are not met (e.g., the 4th candle doesn’t stop the pattern), the script:
Plots a dotted line at the 50% level of the 3rd candle.
Adds a label showing the 50% level.
Stop Calculations:
No line, box, or label is drawn if the 4th candle is a Type 1 (inside bar) or Type 2 (directional bar).
Visual Outputs:
Dotted Box: Marks the 1-3-1 combo setup.
50% Line: Drawn only if the 4th candle does not invalidate the pattern.
Label: Displays the 50% level of the 3rd candle.
How to Use:
Apply this script on the 12-hour chart.
The script will:
Detect valid 1-3-1 patterns.
Stop drawing any calculations if the 4th candle is an inside bar (1) or a directional bar (2).
Wait for the next valid 1-3-1 combo.
TRIX | Matheus Trixindicador desenvolvido para o mercado financeiro no geral, tendo que ajustar o mesmo para cada ativo que for usar.
DESENVOLVI com base em suporte e resistencia, canais de fibonacci e uma ema adaptável
SMA-EMA Crossover StrategySMA: Simple Moving Average calculated over a specified period.
EMA: Exponential Moving Average gives more weight to recent price data.
Buy Signal: When EMA crosses above the SMA.
Sell Signal: When EMA crosses below the SMA.
You can customize the lengths of the SMA and EMA to match your strategy preferences. If you have any additional modifications or requirements, let me know!
Momentum Candle Indicator Black White BY GAUTAM DIXITMomentum Candle Indicator Black White Keroichi M15 GOLD all credit to GAUTAM DIXIT. i only change the color
Buyers vs Sellers % This Buyers vs Sellers Imbalance Indicator provides real-time insight into the market's buying and selling pressure. It calculates and displays the percentage of buy and sell volume in relation to each other, using advanced price action analysis and multiple technical factors to determine market sentiment. Here's how it works:
How It Calculates the Imbalance Between Buyers and Sellers:
Candle Analysis: The indicator starts by analyzing each candle's price action. It breaks down the candle into three key parts:
Body: The area between the open and close, showing buying or selling dominance.
Upper Wick: The wick above the body, indicating selling pressure.
Lower Wick: The wick below the body, indicating buying pressure.
The relative sizes of these parts are calculated in ticks, which helps the indicator assess whether buyers or sellers were more dominant during the session.
Volume-weighted Calculation: The indicator uses volume-weighted calculations for each candle, taking into account the actual trading volume along with the candle size and wick sizes. This ensures that large, high-volume candles are given more weight than small, low-volume candles, improving accuracy.
Trend Filters (9 EMA): The indicator incorporates the 9-period Exponential Moving Average (EMA) to identify whether the market is in an uptrend or downtrend. If the price is above the 9 EMA, the indicator will give more weight to buying pressure, while if the price is below the 9 EMA, it will give more weight to selling pressure.
Support/Resistance & Pivot Points: It also tracks key support and resistance levels using pivot points. When the price breaks above resistance, buy pressure increases, and when it falls below support, sell pressure increases.
Candlestick Patterns: The indicator detects bullish and bearish candlestick patterns like Bullish Engulfing, Bearish Engulfing, Morning Star, and Evening Star, adjusting the imbalance based on the strength of these patterns.
Market Consolidation Detection: It detects periods of market consolidation using the Average True Range (ATR) and adjusts the buy/sell imbalance to avoid overreacting during choppy, sideways market conditions.
RSI Adjustments: The Relative Strength Index (RSI) is used to fine-tune the imbalance. If the RSI is overbought (above 70), selling pressure is weighted more. If the RSI is oversold (below 30), buying pressure is weighted more.
Time-of-Day Adjustments: The indicator adjusts the imbalance during certain times of the day (like the first and last hour of trading), when volatility and momentum are typically stronger.
Customizing to Your Trading Style:
Time Period for Imbalance Calculation: You can customize the lookback period for the imbalance calculation (default is 14), allowing you to adjust how sensitive the indicator is to recent price action.
Tick Size Adjustments: Set the tick size based on the specific instrument you're trading (e.g., ES1, NQ1) to ensure accurate calculations.
Trend Sensitivity (9 EMA): Customize how much weight the 9-period EMA has on the imbalance calculations. If you prefer a more aggressive trend filter, increase the weight given to the 9 EMA.
Consolidation Sensitivity: You can adjust how sensitive the indicator is to consolidation periods by modifying the ATR multiplier, allowing you to filter out false signals during sideways market conditions.
RSI Adjustment: Fine-tune how much the RSI affects the imbalance calculation, helping you react more effectively to overbought or oversold conditions.
Table Positioning: You can position the table displaying the buy and sell percentages anywhere on the chart (top-left, top-right, bottom-left, or bottom-right), giving you full control over your workspace.
How to Use the Indicator:
Watch for Imbalance Shifts:
A higher Buy % indicates stronger buying pressure, and a higher Sell % indicates stronger selling pressure.
Look for imbalances that align with other market conditions, such as price being above or below key support/resistance or the 9 EMA.
Combine with Other Tools:
Use this indicator alongside other technical tools like moving averages, trendlines, and candlestick patterns to enhance your decision-making.
Customization for Different Strategies:
Scalpers may prefer a shorter lookback period for quicker, more responsive imbalances.
Swing traders might prefer longer lookback periods and more focus on the overall trend (using the 9 EMA).
Range traders can use the consolidation feature to avoid trading during low-volatility periods.
My script rsa vaibhavMy script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav My script rsa vaibhav
Kashinsth_RSI PrimedThis code updated RSI with updated leve marking in to the code. This will help user to identify sideways market
20-Day High Price Gangadhar GaikwadThis indicator is using to show Last Twenty Days high price if the CMP breke the level than start buying
Previous Day/Week/Month Rays//@version=5
indicator("Previous Day/Week/Month Rays", overlay=true)
// Fetch the high/low for the previous day, week, and month
prevDayHigh = request.security(syminfo.tickerid, "D", high , lookahead=barmerge.lookahead_on)
prevDayLow = request.security(syminfo.tickerid, "D", low , lookahead=barmerge.lookahead_on)
prevWeekHigh = request.security(syminfo.tickerid, "W", high , lookahead=barmerge.lookahead_on)
prevWeekLow = request.security(syminfo.tickerid, "W", low , lookahead=barmerge.lookahead_on)
prevMonthHigh = request.security(syminfo.tickerid, "M", high , lookahead=barmerge.lookahead_on)
prevMonthLow = request.security(syminfo.tickerid, "M", low , lookahead=barmerge.lookahead_on)
// Determine time points (UNIX timestamps) for anchoring the rays
prevDayTime = request.security(syminfo.tickerid, "D", time , lookahead=barmerge.lookahead_on)
prevWeekTime = request.security(syminfo.tickerid, "W", time , lookahead=barmerge.lookahead_on)
prevMonthTime = request.security(syminfo.tickerid, "M", time , lookahead=barmerge.lookahead_on)
// Create variables to store the rays
var line dayHighRay = na
var line dayLowRay = na
var line weekHighRay = na
var line weekLowRay = na
var line monthHighRay = na
var line monthLowRay = na
// Create or update the rays using time for x-coordinates
if na(dayHighRay)
dayHighRay := line.new(x1=prevDayTime, y1=prevDayHigh, x2=timestamp("2100-01-01 00:00"), y2=prevDayHigh, color=color.green, width=1, extend=extend.right, xloc=xloc.bar_time)
if na(dayLowRay)
dayLowRay := line.new(x1=prevDayTime, y1=prevDayLow, x2=timestamp("2100-01-01 00:00"), y2=prevDayLow, color=color.green, width=1, extend=extend.right, xloc=xloc.bar_time)
if na(weekHighRay)
weekHighRay := line.new(x1=prevWeekTime, y1=prevWeekHigh, x2=timestamp("2100-01-01 00:00"), y2=prevWeekHigh, color=color.white, width=1, extend=extend.right, xloc=xloc.bar_time)
if na(weekLowRay)
weekLowRay := line.new(x1=prevWeekTime, y1=prevWeekLow, x2=timestamp("2100-01-01 00:00"), y2=prevWeekLow, color=color.white, width=1, extend=extend.right, xloc=xloc.bar_time)
if na(monthHighRay)
monthHighRay := line.new(x1=prevMonthTime, y1=prevMonthHigh, x2=timestamp("2100-01-01 00:00"), y2=prevMonthHigh, color=color.red, width=1, extend=extend.right, xloc=xloc.bar_time)
if na(monthLowRay)
monthLowRay := line.new(x1=prevMonthTime, y1=prevMonthLow, x2=timestamp("2100-01-01 00:00"), y2=prevMonthLow, color=color.red, width=1, extend=extend.right, xloc=xloc.bar_time)
// Update the rays dynamically
line.set_xy1(dayHighRay, prevDayTime, prevDayHigh)
line.set_xy2(dayHighRay, timestamp("2100-01-01 00:00"), prevDayHigh)
line.set_xy1(dayLowRay, prevDayTime, prevDayLow)
line.set_xy2(dayLowRay, timestamp("2100-01-01 00:00"), prevDayLow)
line.set_xy1(weekHighRay, prevWeekTime, prevWeekHigh)
line.set_xy2(weekHighRay, timestamp("2100-01-01 00:00"), prevWeekHigh)
line.set_xy1(weekLowRay, prevWeekTime, prevWeekLow)
line.set_xy2(weekLowRay, timestamp("2100-01-01 00:00"), prevWeekLow)
line.set_xy1(monthHighRay, prevMonthTime, prevMonthHigh)
line.set_xy2(monthHighRay, timestamp("2100-01-01 00:00"), prevMonthHigh)
line.set_xy1(monthLowRay, prevMonthTime, prevMonthLow)
line.set_xy2(monthLowRay, timestamp("2100-01-01 00:00"), prevMonthLow)
// Handle timeframe-specific logic
isMonthTimeframe = timeframe.ismonthly
isWeekTimeframe = timeframe.isweekly
// Remove irrelevant rays for higher timeframes
if isMonthTimeframe
line.delete(dayHighRay)
line.delete(dayLowRay)
line.delete(weekHighRay)
line.delete(weekLowRay)
if isWeekTimeframe
line.delete(dayHighRay)
line.delete(dayLowRay)
CMF (with colors)Notice: This script is for educational purposes only and does not constitute financial or investment advice; trade at your own risk.
Chaikin Money Flow with Conditional Highlights
Name:
Chaikin Money Flow (CMF) - Dynamic Color Highlights
Overview:
This indicator is an enhanced version of the Chaikin Money Flow (CMF), used to analyze the flow of money into or out of an asset based on price movement and volume. It visually highlights CMF values and candlestick trends, making it easier to spot overbought, neutral, or weak conditions in the market.
Key Features:
Dynamic CMF Line Coloring:
The CMF line changes color based on its value, providing a visual signal for different market conditions:
Above 0.40 → Red: Strong overbought conditions.
0.30 - 0.40 → Orange: Warning zone.
0.28 - 0.30 → Yellow: Neutral area.
0.24 - 0.28 → Green: Caution (weak flow).
Below 0.24 → Blue: Weak flow, likely bearish.
Candlestick Color Alerts:
Candles are colored dynamically based on CMF values:
Red: Strong overbought (CMF ≥ 0.40).
Orange: Warning (CMF ≥ 0.30).
Yellow: Neutral (CMF ≥ 0.28).
Green: Caution (CMF ≥ 0.24).
Gray: Default condition (CMF below 0.24).
Reference Lines:
Horizontal lines are added for key CMF thresholds:
0.40: Overbought (solid red line).
0.33: Warning (dotted orange line).
0.30: Neutral zone (dotted yellow line).
0.28: Caution (dotted green line).
0.24: Weak flow area (dotted green line).
0.00: Zero line for baseline reference.
How It Works:
Money Flow Multiplier:
The script calculates how close the closing price is to the high or low price of the candle. If the price is near the high, money is considered flowing in; if near the low, money is flowing out.
Money Flow Volume:
The multiplier is adjusted using the trading volume. This ensures that high-volume days have a stronger influence on the CMF.
Sum Over Period:
The CMF is calculated as the ratio of the Money Flow Volume to the total volume over a specified period (default is 20 candles).
Dynamic Alerts:
Based on the CMF value, both the candlestick colors and CMF line change to alert traders to market conditions visually.
Settings:
Length: Default period for CMF calculation is 20 candles (user-adjustable).
Colors: Predefined colors for CMF line and candles to highlight market behavior.
Usage:
Above 0: Positive money flow → Buyers are stronger.
Below 0: Negative money flow → Sellers are stronger.
Use the color changes to spot market trends:
Red → Potential overbought (trend exhaustion).
Green/Blue → Weak money flow (caution for reversals).
Свечные паттерны RUSДанный индикатор копией предоставленного разработчиком tradingview индикатора *Все свечные паттерны* и является наборов всех паттернов японских свечей, с описанием их на русском языке. Имеется возможность выбора отображения определенных паттернов (например: молот, дожи, падающая звезда).
Adjustable Entry Price Levels by Sobhi v6Adjustable Entry Price Levels", is designed to display customizable price levels on a chart, allowing traders to visualize key price zones relative to a chosen entry price. Here's a detailed breakdown of its functionality:
Purpose
The indicator helps traders create and manage equidistant price levels (both above and below a selected entry price). These levels can assist in planning trades, setting stop-loss and take-profit levels, or identifying key market zones for decision-making.
Features
Entry Price Input:
Users can specify a starting price (Entry Price) to base the levels on.
Adjustable Distance Between Levels:
Levels are spaced at a user-defined interval (Distance), creating equidistant horizontal lines.
Number of Levels:
Users can select how many levels to display above and below the entry price (Number of Levels).
Line Customization:
Style: Choose between Solid, Dotted, or Dashed lines.
Color: Customize the color for upward and downward levels (Line Color Up and Line Color Down).
Thickness: Adjust line thickness (Line Width).
Label Customization:
Visibility: Option to show or hide labels on each level (Show Labels).
Font Size: Set the size of the text for level labels (Label Font Size).
Colors: Separate customization for labels above (Label Color Up) and below (Label Color Down) the entry price.
Extended Line Display:
The lines extend backward (Extend Bars Back) and forward (Extend Bars Forward) to ensure visibility over a larger section of the chart.
Visualization
Upward Levels:
Represented by blue (default) horizontal lines above the entry price.
Labels display the price value of each level in the same color.
Downward Levels:
Represented by red (default) horizontal lines below the entry price.
Labels display the price value of each level in the same color.
Example Use Case
Scenario 1: Support and Resistance Planning
A trader can define a key level (Entry Price) and observe nearby support and resistance zones using the calculated price levels.
Scenario 2: Risk Management
The indicator helps in visualizing stop-loss and take-profit areas equidistant from the entry price.
Scenario 3: Breakout Targets
Traders can use the levels to anticipate potential breakout or breakdown targets.
Customization Options
This indicator is highly customizable, making it versatile for different trading strategies. Traders can tweak:
The visual appearance of the levels (style, color, width).
The number of levels and their spacing.
Whether labels are displayed and their style.
Previous Key Levels (fadi)Previous Key Levels indicator is a highly configurable OHLC levels tool designed to provide traders with the ability to plot multiple levels while minimizing screen clutter. This indicator is perfect for those who want to monitor various timeframes simultaneously without overloading their charts with unnecessary information.
How to Use It
This indicator offers traders the flexibility to track up to 6 higher timeframes (HTFs) and multiple candles for each timeframe. For example, a trader can choose to monitor the OHLC of the last four 4-hour candles, providing a comprehensive view of significant price levels over different periods.
Key Features
Highly Configurable: Customize the number of timeframes and candles to suit your trading strategy.
Minimal Screen Clutter: Efficiently plot multiple levels without overwhelming your chart.
Flexible Application: Ideal for identifying support and resistance levels, liquidity sweeps, target levels, and more, adapting to various trading styles.
Traders have diverse trading styles and preferences. Some may use these levels to identify support and resistance zones, while others might look for liquidity sweeps or set target levels. By offering a high degree of customization, the Previous Key Levels indicator caters to the unique needs of individual traders, helping them make informed decisions based on historical price action across multiple timeframes.
Timeframe Settings
Toggle to track 6 HTF settings and the number of candles to track for each.
Limit to next HTFs only can be used to limit the HTF levels displayed based on the current timeframe.
Hide Above will disable the indicator above the specified interval.
Offset to Left and Right are used to specify where the level line starts and ends based on the current candle.
Offset between HTFs extends HTF levels to become more readable.
HTF Settings
Choice of the OHLC levels to track.
Specify the color, line style, and line width for each level.
Mark the start of that level, for example, draw a vertical line where the 4H candle has started.
Trace back to draw optional lines to track back to the origin of the level.
Label Settings
Highly configurable labels that allow traders to customize the labels to their liking.
Label color, background, and size.
Customize using up to 9 configurable parts.
Fading Levels
To prevent clutter, the indicator offers the option to change the transparency of the levels based on their distance from the current price. The distance is calculated based on a configurable Average True Range (ATR).
Change Transparency to a percentage of its current color.
Range should be within X candles will fade any level that is X candles length away from the current price.
ATR length used in calculation will calculate the average size of candles in the calculation.
Confirmed Stage 2 UptrendFrom the Book Think and Trade Like a Champion The Secrets, Rules & Blunt Truths of a Stock
Market Wizard - MARK MINERVINI
THE TREND TEMPLATE
You don’t have to go to business school; you’ve only got to remember one thing . . . you always
want to be with whatever the predominant trend is.
—Paul Tudor Jones
STAGE 2 ONLY
In my first book, one of the fundamental building blocks I discussed was
“Stage Analysis”—and, in particular, the importance of Stage 2. Like all
stocks, superperformance stocks go through stages. There are four distinct
stages. The cycle through all four could take several years or even decades.
The stage you want to focus on is Stage 2. I avoid going long a stock in any
stage except Stage 2. During the other three stages (1, 3 and 4), you are either
losing money or losing time.
When a stock is in Stage 2, it increases the odds that big buyers are in there
supporting the stock. Based on studies of the biggest winning stocks going
all the way back to late 1800s, more than 95 percent of those stocks made
their huge price gains while in a Stage 2 uptrend. That is fact, not opinion.
Wouldn’t you rather be in sync with a 95 percent probability of a stock being
in a big winner, than in the 5 percent club?
I identify the four stages based on what is happening in the stock’s price
action:
1. Stage 1: Neglect phase: consolidation
2. Stage 2: Advancing phase: accumulation
3. Stage 3: Topping phase: distribution
4. Stage 4: Declining phase: capitulation
I made on indicator confirmed Stage 2 uptrend.
1. Stock price is above both the 150-day (30-week) and the 200-day (40-
week) moving average price lines.
2. The 150-day moving average is above the 200-day moving average.
3. The 200-day moving average line is trending up for at least 1-month
(preferably 4 to 5 months or longer).
4. The 50-day (10-week moving average) is above both the 150-day and
the 200-day moving averages.
5. The current stock price is at least 25 percent above its 52-week low.
(Many of the best selections will be 100 percent, 300 percent, or more
above their 52-week low before they emerge from a healthy consolidation period and mount a large-scale advance).
6. The current stock price is within at least 25 percent of its 52-week high
(the closer to a new high the better).
7. The relative strength (RS) ranking (as reported in Investor’s Business
Daily) is no less than 70, but preferably in the 90s, which will generally
be the case with the better selections. (Note: The RS line should not be
in a strong downtrend. I like to see the RS line in an uptrend for at least
6 weeks, preferably 13 weeks or more.)
8. Current price is trading above the 50-day moving average as the stock is
coming out of a base.
My Trend Template outlines the criteria I apply to every stock I’m
considering. It’s my qualifier, or what I refer to as “non-negotiable
criteria.” Any stock that fails to make the cut is off my radar.
As the stock transitions from Stage 1 to Stage 2, you should see a
meaningful pickup in volume—a sign of institutional support. Looking for
stocks that are in verified uptrends allows me to make my first cut and
systematically narrow down my potential candidates. Doing this also will
help you identify the best stocks with the greatest chances of yielding highly
profitable returns. With your hard-earned money on the line, finding
superperformance takes a set of criteria based on sound rules and the
discipline to adhere to them.
Amateurs, however, very seldom trade this way; when they do, it’s rarely
consistent. Here’s how their thinking goes: They missed the boat on
Facebook’s big run-up, so now they look for a chance to buy it when it
appears to be “cheap.” Or they notice Twitter has been going down, so they
assume it must bottom sometime soon, because hundreds of millions of
people are tweeting all day. People who buy this way are all but guaranteed
to do real damage to their portfolios—it’s just a matter of time.
Inside Bar Breakout/Fakeout with AI Scenarios [Yosiet]Inside Bar Breakout/Fakeout Indicator with Scenarios
The Indicator is a powerful tool for traders looking to identify potential breakout and fakeout opportunities based on inside bar patterns. This indicator combines multiple technical analysis concepts to provide a comprehensive view of market behavior, helping traders make more informed decisions.
Key Features
Inside bar detection with filtering
Breakout and fakeout identification
Three distinct scenario detections
Customizable moving average calculations
Flexible visualization options
Alert conditions for various events
How It Works
The indicator identifies inside bars and filters them based on a maximum number of consecutive inside bars. It then detects breakouts and fakeouts using user-defined parameters. The script also calculates moving averages to determine trend direction.
Three specific scenarios are detected:
Strong breakout followed by a strong reversal
Weak breakout with multiple doji/weak candles
Strong breakout without reversal
These scenarios are visually represented on the chart, allowing traders to quickly identify potential trading opportunities.
How to Use
Apply the indicator to your chart
Adjust the input parameters to suit your trading style
Look for inside bar patterns and subsequent breakouts/fakeouts
Pay attention to the three scenario markers for additional context
Use the alert conditions to stay informed of potential opportunities
Confirmed Stage 2 DowntrendStage 2 downtrend you cant take trades yarre ewkbkbkjsnabsjbfjlbfslbDSBFjfefa ee fewgwefp fewp e gffewfiyewgfyewygfpew g fpewg f we
Estratégia MHI (Martin-Gale High Impact) AR traderEstratégia MHI
A estratégia MHI é baseada na análise das últimas três velas de um gráfico (geralmente em períodos de 5 minutos) para prever o comportamento da próxima vela. É uma abordagem que se concentra em padrões de mercado de curto prazo e utiliza estatísticas e probabilidades para gerar sinais de entrada.