Bull Bear Pivot by RawstocksThe "Bull Bear Pivot" indicator is a custom Pine Script (v5) tool designed for TradingView to assist traders in identifying key price levels and pivot points on intraday charts (up to 1-hour timeframes). It combines time-based open price markers, pivot high/low detection, and candlestick visualization to provide a comprehensive view of potential support, resistance, and trend reversal levels. Below is a detailed description of the indicator’s functionality, features, and intended use.
Indicator Overview:
The "Bull Bear Pivot" indicator is tailored for intraday trading, focusing on specific times of the day to mark significant price levels (open prices) and detect pivot points. It plots horizontal lines at the open prices of user-defined sessions, identifies pivot highs and lows on the current chart timeframe, and overlays custom candlesticks to highlight price action. The indicator is designed to work on timeframes of 1 hour or less (e.g., 1-minute, 3-minute, 5-minute, 15-minute, 30-minute, 60-minute) and includes a warning mechanism for invalid timeframes.
Key Features:
Time-Based Open Price Markers:
The indicator allows users to define up to five time-based sessions (e.g., 4:00 AM, 8:30 AM, 9:30 AM, 10:00 AM, and a custom time) to capture the open price at the start of each session.
For each session, it plots a horizontal line at the 1-minute open price, extending from the session start to the market close at 4:00 PM EST.
Each line is accompanied by a label positioned 5 bars to the right of the market close (4:00 PM EST), with the text right-aligned and vertically centered on the line.
Users can enable/disable each marker, customize the session time, label text, line color, and text color via the indicator’s settings.
Pivot Highs and Lows:
The indicator calculates pivot highs and lows on the current chart timeframe using the ta.pivothigh and ta.pivotlow functions.
Pivot highs are marked with green triangles above the bars, and pivot lows are marked with red triangles below the bars.
The pivot period (lookback/lookforward) is user-configurable, allowing flexibility in detecting short-term or longer-term reversals.
Custom Candlesticks:
The indicator overlays custom candlesticks on the chart, colored green for bullish candles (close > open) and red for bearish candles (close < open).
This feature helps visualize price action alongside the open price markers and pivot points.
Timeframe Restriction:
The indicator is designed to work on timeframes of 1 hour or less. If the chart timeframe exceeds 1 hour (e.g., 4-hour, daily), a warning label ("Timeframe > 1H Indicator Disabled") is displayed, and no elements are plotted.
Customizable Appearance:
Users can customize the appearance of the open price marker lines, including the line style (solid, dashed, dotted) and line width.
Labels for the open price markers have no background (transparent) and use customizable text colors.
Pivot points and levels
ORB Conf+Disp+SessionDetermine ORB and Breakouts
Set the Session and Timeframe for the ORB
Customize the breakout conditions, colors and icons.
Multi TF Fibonacci Divergence Strategy✅ Buy Trade Conditions
Trend Confirmation:
The 1-hour and 4-hour charts must be above the 200 EMA.
Daily Candle Confirmation:
The previous daily candle must have closed above the body and wick of the candle before it (e.g., Friday's candle must close above Thursday’s for a buy).
Fibonacci Retracement:
On the 15-minute chart, price must:
Retrace past the 50% level of a Fibonacci drawn from recent swing high/low.
Not close beyond the 78.6% level.
Fibonacci Extension Target:
Price must touch either the -27% or -61.8% extension level (based on the same swing).
It must not close beyond the 78.6% retracement level on higher timeframes.
Bullish Divergence:
Bullish RSI divergence on the 15-minute chart, confirmed by structure on the 1-hour chart.
Session Filter:
Trade signals only trigger during the asset's active trading session (user-defined).
❌ Sell Trade Conditions
All the above are mirrored in the opposite direction:
Below 200 EMA on 1H & 4H
Daily candle closes below prior candle’s body and wick
Fibonacci retrace above 50%, no close beyond 78.6%
Target hit at -27% or -61.8%
Bearish RSI divergence
In-session signal
Average Pivots High LowThe "Average Pivot High Low" indicator displays recent price highs and lows. Builds an average price level, which is often a support zone, a resistance zone, a reversal zone, or a trend breakout zone.
Trade Sniperz 200 EMA with Triangle SignalsThis versatile moving average tool combines:
A 200-period EMA that toggles between line/cross display
Color-changing visual trend identification
Triangle signals at crossovers
Customizable display options
Key Features
Feature Description Visual Example
200 EMA Display Shows as crosses by default (toggle to line) Colored + or × marks
Trend Colors Green when price > EMA (bullish), Red when price < EMA (bearish) Dynamic color change
Triangle Signals Green ▲ below bar (bullish cross), Red ▼ above bar (bearish cross) Clear entry/exit markers
Customization Toggle between line/cross display in settings Flexible viewing options
Recommended Usage
1. Trend Identification
Bullish Market: When price is above green EMA crosses/line
Bearish Market: When price is below red EMA crosses/line
Strong Trend Confirmation: Consistent crosses maintaining color
2. Trading Signals
Signal Type Condition Action
Buy Signal Green ▲ triangle appears + price crosses above EMA Consider long positions
Sell Signal Red ▼ triangle appears + price crosses below EMA Consider short positions
Trend Filter Only trade in direction of EMA color (green=longs, red=shorts) Increases win rate
3. Display Options
pinescript
Copy
showAsLine = input(false, "Display as Line (uncheck for crosses)")
✔ Checked: Shows traditional EMA line
✖ Unchecked: Shows EMA as crosses (default)
Pro Tips
Combine with Support/Resistance: Use crosses near key levels for higher probability trades
Timeframe Flexibility: Works on all timeframes (1min - monthly charts)
Volume Confirmation: Increase position size when crosses align with high volume
Cross Density: More frequent crosses indicate choppy markets (caution needed)
Input Parameters
Parameter Default Description
Length 200 EMA period (recommend keeping at 200)
Display as Line Off Toggle between crosses/line display
Visual Example
Copy
PRICE CHART:
▲ (Red triangle) - Bearish signal
× × × (Red crosses) - Price below EMA
- - - - - - - - -
● ● ● (Price bars)
- - - - - - - - -
+ + + (Green crosses) - Price above EMA
▲ (Green triangle) - Bullish signal
This indicator provides a clean, customizable way to track the important 200 EMA while getting clear visual signals for potential trend changes. The crosses make the EMA more visible on crowded charts, while the color-coding helps instantly identify trend direction.
CME Price Limits (Futures Prop Firm Rule)This indicator shows the CME Price Limit, combined with a safety distance that is used by several futures prop firms. Trading in the highlighted area means a rule violation for many Futures prop firm accounts.
The levels are calculated from the "Settlement as close" closing price of the previous daily candle.
JPMorgan Collar LevelsThis indicator visualizes the current JPMorgan Hedging Collar strategy commonly used by institutional funds like JHEQX. It plots three key levels:
– Short Call strike (upper bound)
– Long Put strike (protection level)
– Short Put strike (cost reduction)
The area between the long put and short call is shaded to represent the active hedging zone. This setup is updated quarterly and can influence SPX market behavior near expiration dates.
Inputs are customizable to reflect the latest collar configuration. Useful for traders tracking institutional hedging flows or analyzing market structure near key option expirations.
muraThe indicator shows important levels for trading on different TF, you can select levels for intraday, intraweek and intra-month trading. Also added clearly visible trends: local trend and global trend, but depends on your TF. With excellent trend visibility, it will be much easier to trade according to the structure instead of against it.
OHLC - Hourly, Daily,Weekly,Monthly with Labels [Mod]This is a modified/updated version of the original script by Nanda86.
Open, High, Low , close with Labels -- These are professional levels to watch out for active trading
dOP - Day open price
yCL - Yesterday's close Price
yHI - Yesterday's High Price
yLO -- Yesterday's Low Price
Added to this modified version:
- Previous Hour Equilibrium (EQ) Line
- Hourly Line Seperator
Updated to Pine Script Version 5.
10K's 4Levels for CMEMaster key session levels and take control of your intraday trading decisions with clarity!
This is a visual tool designed for CME futures traders to track key session levels. It highlights the opening prices of both the overnight (Globex) and regular trading sessions, and automatically marks the high and low of the overnight session. Background colors distinguish day and night sessions, and all lines are customizable in visibility and transparency. Ideal for short-term traders who rely on session-based price structure and key intraday levels.
10K's RTH open ±0.35% for CMEInstant Visualization of ±0.35% from RTH Open — Spot Intraday Reversals at a Glance!
This is a visual tool designed for the U.S. regular trading hours (RTH), which instantly highlights the ±0.35% range from the RTH opening price of futures at the start of the session.
The range is displayed as a light purple box, accompanied by a dashed line marking the exact opening price, helping traders quickly assess how price reacts around this key level.
With adjustable transparency settings, this tool is ideal for intraday analysis of price positioning and directional strength — a valuable aid for short-term trading strategies.
Market Phases (ZigZag + MA + RSI)This script is a TradingView Pine Script that visualizes market phases using the ZigZag pattern, Moving Averages (MA), and the Relative Strength Index (RSI). It allows traders to identify key market conditions, such as accumulating, distributing, bullish, and bearish phases based on price movements and momentum indicators.
#### Components
1. ZigZag Settings:
- Depth: Controls the sensitivity of the ZigZag indicator. A higher value results in fewer price points being considered as reversals.
- Deviation: Defines the minimum percentage change needed to identify a ZigZag point, preventing small fluctuations from being registered.
- Backstep: Specifies the number of bars to look back for identifying highs and lows.
2. Moving Average Settings:
- MA Length: The number of periods used to calculate the moving average.
- MA Type: The type of moving average to use, either Simple Moving Average (SMA) or Exponential Moving Average (EMA).
3. RSI Settings:
- RSI Length: The period for calculating the RSI.
- Overbought Level: The threshold above which the asset is considered overbought.
- Oversold Level: The threshold below which the asset is considered oversold.
4. Calculations:
- Moving Average and RSI Calculation: The script calculates either an SMA or EMA and the RSI based on user-defined settings.
5. ZigZag Enhanced Calculation:
- It identifies swing highs and lows to determine the ZigZag points for improved trend analysis.
6. Trend Direction:
- The script checks the direction of the trend based on the latest ZigZag points.
7. Market Phase Determination:
- The script defines the market phase (Accumulation, Distribution, Bullish, Bearish) based on the trend direction and levels from the RSI and relationship with the moving average.
8. Background Colors:
- The background is tinted according to the identified market phase for visual clarity.
9. Labels and Plotting:
- Labels are generated at the last bar with the current phase and RSI value.
- The moving average and last ZigZag points are plotted on the chart for further reference.
### Conclusion
This script provides a comprehensive view of market conditions by integrating multiple indicators, helping traders make informed trading decisions based on market dynamics. The ability to visualize phases and key indicators aids in recognizing potential entry and exit points in trading strategies.
If you have any questions or need further modifications, feel free to ask!
Camarilla Pivots Extended KothaThis strategy is based on Camarilla Pivot Points, a popular technical analysis tool used to identify potential support and resistance levels in the market.
Key Points:
Camarilla Pivots are calculated using the previous day's high, low, and close prices.
The strategy generates 6 levels (R1–R6 for resistance and S1–S6 for support) that help determine price levels where the market might reverse or break out.
R1–R4 represent potential resistance levels.
S1–S4 represent potential support levels.
R5 & R6 offer additional levels for more refined market action.
How it's used:
Resistance Levels (R1–R6): These levels indicate where price could struggle to rise further and potentially reverse downward.
Support Levels (S1–S6): These levels act as potential price floors where the market might bounce upwards.
This strategy helps traders identify key price levels to watch for potential entry and exit points, particularly useful in volatile markets or for intraday trading.
*This system doesn't predict price direction; it merely highlights key levels to watch for potential reversals or breakouts.
XLevel%W52This is a simple yet very helpful indicator.
On the top fuchsia color is % change from 52 weeks low.
In the middle yellow line is %change from last year close. Year to date % change.
On the bottom aqua color is % pull back from 52 weeks high. Which I use for entries to trends.
Ethergy ChronosMonthly, Weekly and Daily pivots time-zone customizable and respective separators.
Enjoy...
Ethergy
50%er(PreMarket & ORB)50%er(PreMarket & ORB)
Overview:
50%er(PreMarket & ORB) is a streamlined version of my full 50%er script. It calculates the critical 50% level of the previous candle and extends this to daily, weekly, monthly, quarterly, and yearly timeframes. The script also detects and plots previous highs and lows for these timeframes, providing key price levels for traders. Additionally, it calculates and displays opening levels for the day, week, month, quarter, and year. A custom timeframe feature adds flexibility for setting 50% and high/low levels, catering to different trading preferences.
How It Works:
The script calculates the 50% midpoint of the previous candle’s high and low, a key support/resistance level for traders. It extends this logic across multiple timeframes, including daily, weekly, monthly, quarterly, and yearly, and tracks previous highs and lows for these periods. It also prints opening levels for various timeframes. The premarket high/low and ORB (Opening Range Breakout) levels are included when extended hours are enabled.
How to Use:
Adding to Chart: Apply the 50%er Script Lite to your TradingView chart.
Configuring Inputs: Adjust timeframes and levels to match your trading strategy. The custom timeframe feature allows for personalization.
Analyzing Levels: Use the plotted 50% lines and opening levels to identify potential support and resistance areas, as well as breakout or breakdown points.
Strategizing Trades: Incorporate these levels into your trading plan for potential entry and exit points.
What Makes It Original:
50%er Lite stands out for its simplicity and precision. It focuses on the essential 50% line and key price levels, offering a clear view of the market without unnecessary complexity. The inclusion of premarket levels and ORB breakout levels, along with the custom timeframe feature, makes it a versatile tool for traders of all levels.
ADX Di+ Di- [Scalping Setup]This ADX Di+ Di- Scalping Indicator is designed for traders looking to make quick and informed decisions in short-term scalping strategies, specifically on lower time frames like 15-minute charts.
Key Features:
ADX (Average Directional Index): Helps identify the strength of the trend, ensuring you trade only when there is sufficient market momentum.
+DI and -DI: These directional indicators show the market’s trend direction. The +DI line represents bullish momentum, while the -DI line shows bearish momentum.
Scalping Setup:
The indicator provides strong buy and sell signals based on trend strength and direction.
Quick Trend Reversal Alerts: Alerts when the trend switches from bullish to bearish and vice versa.
The indicator uses shorter smoothing periods for quicker trend identification, making it more responsive to rapid market changes.
Color-Coded Trend Visualization:
Green: Indicates strong bullish momentum.
Red: Indicates strong bearish momentum.
Orange: Indicates neutral or weak momentum, avoiding choppy trades.
Entry and Exit Signals:
Enter long (buy) when the +DI line is above the -DI and ADX signals a strong trend.
Enter short (sell) when the -DI line is above the +DI and ADX signals a strong bearish trend.
Exit trades based on crossovers and trend exhaustion signals.
Optimized for Scalping: This indicator is optimized for scalping strategies on a 15-minute time frame, with settings that allow traders to capture quick price movements in strong trends. Adjusted smoothing and DI lengths ensure that signals are fast, responsive, and effective for short-term trades.
Alerts:
Get alerted when a trend reversal is imminent or when a strong trend is confirmed.
Alerts are triggered when a potential entry or exit occurs, allowing you to react quickly to market changes.
Best For:
Day Traders
Scalpers
Short-Term Traders
Suitable for stocks, forex, and futures markets.
Note: This indicator is designed for educational purposes. Use at your own risk. Always backtest strategies before applying them in live trading.
Pivot Clouds [SS]Hey everyone,
Whopper indicator here that I have been working on for some time, excited to finally release it! So let's get into it!
☁️☁️ What are Pivot Clouds?! ☁️☁️
The concept for pivot clouds came from trailing and erroring different iterations of support and resistance (which ultimately led to the creation of the BIN Based Support and Resistance indicator).
In the design and creation of my BIN support and resistance indicator, I initially tried to do something similar with pivot points. However, I found pivots to be relatively ineffective as support and resistance, especially in very trendy markets, and the BIN approach reigned supreme. However, not wanting to abandon the utility of pivots, I tried something different, creating a pivot based SMA.
This proved most useful and very helpful for determining directions, rejections and trends! From there, came this indicator, the Pivot Clouds. This is currently iteration 32 haha, which will be the final iteration for the time being and most functional.
The pivot cloud indicator works by smoothing pivot highs and pivot lows over the course of your inputted length. My general suggestion is to keep it between 150 to 250. Going to low will make it incredibly choppy. Using 200 seems to be the sweet spot for most tickers.
Over the course of the pivot lookback, it collects all pivot highs and pivot lows, then averages them out to create 2 separate SMAs, those being an SMA for the pivot high and an SMA for the pivot low. Together, these create the cloud you see in the main chart.
In addition to creating this cloud, the indicator marks and tracks pivot maxes to both the upside and downside and will draw cloud support on a fall below the main cloud and cloud resistance on a rise above the main cloud, as exampled here:
Above:
And Below:
These clouds represent the average of the pivot high/pivot low and extend to the max or min (high or low depending on position on the main cloud).
💡 Alternative Abilities 💡
Resulting from the sometimes inadequacy of pivots to determine targets and resistance/support, the indicator is capable of pulling in ATR target prices. This allows the user to either use both, pivot max/min clouds AND ATR targets, or simply one or the other.
The ATR targets can be customized in the indicator settings, with a default of daily timeframe targets on a 14 ATR lookback.
Here are some examples of how the ATR targets look:
And to the upside:
📈 Standalone Strategy 📈
This indicator can be used as a standalone strategy, or to complement other strategies. I will go over both briefly, starting with standalone strategy:
Select your target preference (ATR, Pivot Maxes and Mins or both)
Long on a break and hold over the main cloud to the targets; or
Shrot on a break below the main cloud to the targets.
That simple!
🎯Supplemental to existing Strategy 🎯
This indicator for me is gold for my strategy, which involves longing or shorting to calculated target prices.
You essentially follow the above, only your targets are determined by your strategy. So for me, I look for a rejection or hold of the cloud, to long or short to my targets:
💰Customizing the Indicator 💰
Let's quickly go over these options:
Smooth length: Creates a smooth cloud. Suggested limits are 150 - 250
Lookback Length: This determines the length of lookback for the indicator to store historical pivot information and create the clouds.
Pivot Lookforward/backward: Allows the user to select custom pivot timeframes. The traditional rule is 10, but 5 sometimes is preferred on larger timeframes.
Show Pivot Max and Min: These enables the pivot max and min cloud for a crossover or crossunder of the main cloud.
ATR timeframe: determines the ATR target price levels to look for. You can toggle weekly, daily, hourly, whichever you prefer.
ATR Length: Allows you to customize the lookback for determining the ATR targets.
USE ATR targets: This will turn on / off the ATR targets, if you wish to use/not use these reference points with the indicator, same as with the pivot max and min cloud toggle.
And that's the indicator, folks!
Hope you like it,
Take care and safe trades!🚀
JR28 Overnight High/Low, 8/21 EMA Cloud & 50 EMAThis custom TradingView indicator combines key technical analysis tools to enhance decision-making:
Overnight High/Low: Displays the high and low levels for the specified overnight session (6 PM–9:30 AM ET), helping to identify important support and resistance levels. These levels are plotted as orange lines.
8/21 EMA Crossover Cloud: This feature uses two exponential moving averages (EMA)—8 and 21 periods—to highlight potential trends. The area between the 8 EMA and 21 EMA is shaded to indicate bullish (green) or bearish (red) conditions based on the crossover. A bullish signal occurs when the 8 EMA crosses above the 21 EMA, and a bearish signal occurs when the 8 EMA crosses below the 21 EMA.
50 EMA: The 50-period Exponential Moving Average (EMA) is also plotted to provide an intermediate-term trend perspective. It’s shown in orange and helps traders identify the overall trend direction. A price above the 50 EMA suggests an uptrend, while a price below indicates a downtrend.
This indicator combines these elements to provide a comprehensive view of market conditions, making it easier to spot potential reversals, trend continuations, and significant levels of support and resistance.
ORB - Futures and Stocks (Breakouts + Alerts + ORB Selector)This indicator shows the Opening Range Breakout (ORB) based on the time range you choose.
Important:
It only works for intraday trading on time frames less than 1 day (like 1-minute, 5-minute, or hourly charts).
You can use it with any stock or futures, such as US500, NAS100, or GER40.
Inputs:
ORB Range - Your preference.
Session Start
Time Zone Offset
Examples:
for EU Frankfurt, DAX (GER40):
Set your ORB range
Session Start 0900
Time Zone Offset +1
For US Stock Market and US500, NAS100:
Set your ORB range
Session Start 0930
Time Zone Offset -5
Created using ChatGPT
TheTradersLight ToolkitTheTradersLight Toolkit is a clean and efficient basic multi-purpose indicator designed to simplify your market analysis.
It combines:
✅ VWAP for intraday price positioning
✅ Weekly VWAP for broader context
✅ Daily Open line to monitor price in relation to the day's open
✅ 3 configurable EMAs (default: 50 / 200 / 800) for trend following
✅ Vector Candles for high volume and volatility candle identification
Perfect for traders who want to keep their charts clean while still having powerful references at a glance.
This toolkit has been built with attention to simplicity and readability.
🔗 Follow my trading journey on YouTube: www.youtube.com
Stay tuned for future updates!
PIXEL BLADE CONCEPTThe PIXEL BLADE CONCEPT indicator is designed to help traders visualize key support and resistance levels from higher timeframes directly on their charts. It displays the previous day's, week's, and month's highs and lows, making it easier to spot critical price zones that may influence market movements.
Key Features:
✅ Multi-Timeframe Levels – Track important price levels from:
Daily (PD High/Low) – Previous day’s high and low
Weekly (PW High/Low) – Previous week’s high and low
Monthly (PM High/Low) – Previous month’s high and low
✅ Customizable Appearance – Adjust colors and line styles for each level type:
Choose between solid (⎯⎯⎯), dashed (----), or dotted (····) lines
Set unique colors for daily, weekly, and monthly levels
✅ Clean & Organized Display
Lines extend 100 bars into the future for easy visibility
Right-aligned labels with exact price values
No clutter—levels are drawn only once per session
Why Use This Indicator?
Identify Key Levels: Quickly see where price might react based on historical highs/lows.
Improve Trade Decisions: Use higher timeframe levels for better confluence in your strategy.
Customizable: Adapt the visuals to match your chart style.
How to Use:
Add to Chart: Apply the indicator to any trading pair.
Configure Settings: Toggle levels on/off and adjust colors/styles as needed.
Trade with Confidence: Watch for price reactions near these levels for potential entries/exits.
Perfect for:
Day traders watching daily levels
Swing traders tracking weekly/monthly zones
Price action traders looking for confluences
Get a clearer view of the market’s structure with PIXEL BLADE CONCEPT! 🚀
(Note: Works best on TradingView’s intraday and higher timeframe charts. Adjust lookback settings if needed.)
📌 Like this script? Leave a comment & share your feedback!
🔔 Follow me for more trading tools & indicators!
(Disclaimer: This is for educational purposes only. Past performance is not indicative of future results.)
VICI Intra-Day LevelsIntroducing the "Ultimate Day Trading Indicator"
Our powerful new indicator is designed specifically for day traders , providing essential levels that help define key market movements throughout the session. This tool automatically plots the Previous Day’s High and Low, Overnight High and Low, Today’s Open, and the Initial Balance (First Hour’s High and Low) —giving traders clear reference points to navigate intraday price action with confidence.
A standout feature of this indicator is the 30-Second Opening Range , which captures the first 30 seconds of market activity and extends it across the entire trading session. Unlike TradingView’s standard opening range calculations—where the range adjusts based on the selected time frame (e.g., 5-minute or 15-minute open)— our tool ensures that the 30-second range remains constant across all time frames of 1-hour or lower. This allows traders to consistently track momentum shifts and breakout zones, regardless of their preferred chart view.
This indicator is fully compatible with stocks and futures, providing traders with essential market structure insights. For stock traders, a key configuration change is required: adjust the opening range start time forward by one hour to align with the stock market open (9:30-9:31 AM EST). By default, it is set to 8:30-8:31 AM EST to match CME futures trading hours.
Customization is at the core of this tool. All lines, styles, and drawings are fully configurable, with default settings optimized for a clean, minimalistic look. Whether you trade equities or futures, this indicator enhances your ability to identify key levels, react to market shifts, and trade with greater precision.
Upgrade your trading experience today with this must-have day trading tool and Conquer The Markets!
Risk Disclaimer:
Trading carries significant risks, and many day traders experience losses. All content, tools, scripts, articles, and educational resources provided by Vici Trading Solutions are intended solely for informational and educational purposes. Remember, past performance is not indicative of future results. The indicator published on TradingView is fully compliant, does not constitute investment advice, and is not exclusively designed for qualified investors.