5min orb (9:50end)5min opening range... breakout signal fired off first 5minute candle to open/close outside the range... has a trailing auto breakeven stp when price hits first tp at 100 ticks (100%) trailing the stp to breakeven for target 2 at 700 ticks at (60%) only works on a 5min chart
Indicators and strategies
5min orb trade box (9:45 end)plots a tradebox on the first5min candle that can open and close above or below the 5min orb
fully customizable between 15m 30m orbs and trend filters
Selectable Time Stoch Quad OscillatorJust like my other Stochastic oscillator, with the addition of selectable timeframe!
Stoch Quad Oscillator — User Guide
🧠 Overview
The Stoch Quad Oscillator is a multi-timeframe momentum indicator that tracks four independent stochastic %D lines, each with different smoothing and period settings. It helps detect strong bullish or bearish rotational conditions and overbought/oversold extremes across timeframes.
This version includes:
Configurable timeframe (default: 1-minute) using security()
Slope-based rotation detection across four stochastic levels
Background highlights for strong bullish/bearish momentum setups
⚙️ Inputs & Parameters
🕒 Timeframe
Timeframe for Stochastic Calculation
Type: timeframe
Default: "1" (1-minute)
Sets the timeframe on which all stochastic calculations are performed using request.security().
📈 Stochastic Levels
Each stochastic level has its own %K period and %D smoothing:
Level %K Length %D Smoothing Default Label
1 9 3 %D K9 D3
2 14 3 %D K14 D3
3 40 4 %D K40 D4
4 60 10 %D K60 D10
Smoothing Type: Choose between SMA and EMA for the %D line (default: EMA).
📊 Overbought / Oversold Levels
Overbought Level: Default = 80
Oversold Level: Default = 20
Used to highlight all four stochastics being in extreme zones.
🔁 Quad Rotation Detection
Detects high-momentum reversals across all four stochastic levels using slope and aggregate thresholds.
Setting Description
Enable Quad Rotation Enables detection of bullish/bearish multi-level slope convergence
Slope Calculation Bars How many bars back to compare the slope
Slope Threshold Slope required to trigger a sharp rotation
Oversold Quad Level Total %D value across all 4 levels to consider as oversold (default: 90)
Overbought Quad Level Total %D value to consider as overbought (default: 310)
Slope Averaging Method "Simple" or "Weighted" slope averaging across levels
Max Signal Bar Window Future-proof field (not actively used in this version)
🎨 Visualization Colors
Bullish Rotation Highlight: Background color when bullish quad rotation is detected
Bearish Rotation Highlight: Background color when bearish quad rotation is detected
Also includes faint background when all four %D values are simultaneously:
Above the overbought level (deep red)
Below the oversold level (deep green)
📉 Chart Display
✅ Lines Plotted
Four %D lines representing different stochastic timeframes and lengths
Overbought (80) and Oversold (20) horizontal reference lines
🎯 Background Highlights
Light Green: Bullish rotation across all 4 stochastics from oversold zone with strong slope up
Light Red: Bearish rotation across all 4 stochastics from overbought zone with strong slope down
Faint Red/Green: All four stochastics are above or below extreme levels
📌 How to Use
Bullish Setup
All four %D lines are oversold (sum < oversoldQuadLevel)
Average slope across levels is rising above slopeThreshold
Background turns light green — signals potential reversal up
Bearish Setup
All four %D lines are overbought (sum > overboughtQuadLevel)
Average slope across levels is falling below -slopeThreshold
Background turns light red — signals potential reversal down
🚧 Limitations
Uses only %D lines (smoothed K) — raw %K values are not plotted
Assumes valid %D range is , clamps values accordingly
Not predictive — signals may lag if settings are too long or slope is too smooth
May repaint when using higher timeframes due to request.security() behavior
🧪 Tips for Power Users
Set timeframe to "5" or "15" to align fast signals with higher-timeframe context
Combine with price action tools (support/resistance, trendlines, candles) for confirmation
Use "Weighted" slope averaging to emphasize longer-period stochastic moves
ORB - Opening Range Breakout + AlertsThe only ORB indicator you'll ever need.
- Flexible Range: Tailor the opening range (e.g., 5m, 15m, 30m) to your trading style.
- Key Levels: Auto-plots striking pink/purple support/resistance lines post-range for clear trade setups.
- Breakout Alerts: Reliable LONG/SHORT signals on 5m chart for confirmed breakouts; enable/disable as needed.
- Personalized Design: Customize line color and thickness for optimal visibility.
A friendly reminder that no tool or indicator guarantees success. Integrate this into a robust trading plan.
🚀 KRAL / KING ROKET - Stoch RSI & CCI ComboHello. I am publishing a strategy that captures an uptrend with cci and stoch rsi indicators. You can parametrically optimize the stoch rsi lower band value, cci lower band value and cci based ma lower band values according to the product you are following.
Fear-Greed ThermometerFear-Greed Thermometer
This simple indicator measures market sentiment, ranging between fear and greed, based on volatility, volume, and price changes.
Values above 50 indicate greed (optimism).
Values below 50 indicate fear (pessimism).
Optional dynamic background that changes color according to sentiment.
Adjustable parameters for volatility, volume, and price change periods.
Creator’s note: This indicator must be visually calibrated by observing the chart and adjusted as needed.
Private creator — no affiliation with TradingView or any brokers.
If you appreciate the developer’s work, please consider contributing voluntarily to help keep this project alive for the whole community.
✔️ Donation Wallet (low-fee network):
USDT-(TRC20)= TZB4spB1XErqw9BPSWmaAkCznXb172quEY
USDT (BSC-BEP20)= 0xa177945d6fab3b2d3726366c951f4955ab338593
USDT (APTOS)= 0x47014ea8d6a22634046fa19fd8b7574db4ef702758a4d80a2d189b610438ce43
USDT (Mantle-Network)= 0xa177945d6fab3b2d3726366c951f4955ab338593
Scalp SaitamaThis indicator was created for those looking for quick entries on the 1-minute chart, making it ideal for scalping operations. It uses the crossover between the 9 EMA and 20 EMA to generate buy and sell signals.
⚙️ How it works:
✅ Buy signal: When the 9 EMA crosses above the 20 EMA → Green triangle below the candle.
✅ Sell signal: When the 9 EMA crosses below the 20 EMA → Red triangle above the candle.
📌 Recommended use:
Preferably use it on the 1-minute chart.
Set alerts for EMA crossovers to manage your trade entries and exits.
Combine with other filters such as volume, RSI, liquidity, or price action to increase accuracy.
Useful for identifying moments of acceleration or short-term reversals.
CustomizedRangeDetectorLibrary "CustomizedRangeDetector"
getRange(_length, _mult, _atrLen)
Parameters:
_length (int)
_mult (float)
_atrLen (simple int)
Customized Range DetectorThis script replicates the LuxAlgo Range Detector by dynamically identifying price consolidation zones using ATR and SMA logic. It draws range boxes and top/bottom boundaries and updates them in real time. This library is designed for use in modular confluence strategies that require breakout validation, fakeout detection, or range-aware trading logic. Forked and adapted from LuxAlgo under the CC BY-NC-SA 4.0 license. Attribution is preserved.
Marketia strategyThis indicator script is designed for TradingView and helps identify potential long entry signals based on a simple price action pattern that involves a new low followed by two consecutive breakouts.
Fibonacci-Medium"Fibonacci-Medium" is an indicator created by the independent developer Canhoto-Medium, with no affiliation to TradingView or any broker. All development costs and work are fully funded by the creator. If you value this effort, consider contributing voluntarily to help cover costs and motivate the creator to continue supporting the community.
💰 Donations via USDT (low-fee network transfer).
USDT-(TRC20)= TZB4spB1XErqw9BPSWmaAkCznXb172quEY
USDT (BSC-BEP20)= 0xa177945d6fab3b2d3726366c951f4955ab338593
USDT (APTOS)= 0x47014ea8d6a22634046fa19fd8b7574db4ef702758a4d80a2d189b610438ce43
USDT (Mantle-Network)= 0xa177945d6fab3b2d3726366c951f4955ab338593
Megazones📦 Megazones — Auto-Expanding Range Detection
Megazones is a dynamic tool that detects price expansion ranges based on pivot structure. It automatically plots a pair of horizontal lines when both pivot highs and pivot lows are expanding — signaling directional strength and potential breakout zones.
🧠 How It Works:
- Pivot Detection: The script finds local highs/lows using a configurable Pivot Lookback length.
- Expansion Logic: It checks for consecutive higher highs and higher lows (configurable count).
- Zone Projection: When both expansions are detected, it draws a fading "zone" using two horizontal lines based on the latest pivot high and low.
⚙️ Settings:
- Pivot Lookback: How far left/right to confirm a pivot.
- Expansion Detection Window: How many bars back to keep pivots in memory.
- Min Expanding Highs/Lows: How many higher highs/lows must occur in a row to trigger zone detection.
🔍 Key Concept:
It identifies moments when the market is forming a structured expansion, where both higher highs and higher lows appear sequentially — suggesting potential breakout pressure or momentum continuation.
✅ Use Cases:
- Visual confirmation of building bullish structure.
- Anticipating breakout areas from clean expansion phases.
- Identifying trend-following continuation zones.
cd_respect2_EQ_Cx🔹 Overview :
Many traders form a bias or look for trade setups by analyzing the high (H) and low (L) of previous higher timeframe candles. For example: a close above the previous daily high, a failure to close after breaking the high, or approaching the level without making a new high. As we’ve been taught to focus on these key levels, I wanted to draw attention to what's happening at the mid-levels (Equilibrium) of the current and higher timeframe candles.
We’ve all heard the phrase “Strong price reacts from equilibrium,” yet most of us wait at the extremes.
While working on equilibrium levels of both higher timeframes and the current timeframe, I noticed that when a current candle closes above/below the previous HTF candle's high/low, price often respects the part of the candle that caused the break — which I refer to as the Last Block. When respected, price tends to continue with momentum; when lost, a pullback or reversal often follows.
________________________________________
🔹 About the Indicator:
This tool analyzes four different higher timeframes and shows:
• Current candle equilibrium levels
• Previous candle equilibrium levels (2 display options):
1. On Box – classic display
2. On Candle – equilibrium is linked to the last candle that includes the level, making those candles more meaningful or "strengthened"
• Alerts (standard) and on-screen warnings when price approaches previous equilibrium levels
• High/Low levels of previous HTF candles
• High/Low levels of live HTF candles
• Last Block: the upper or lower part of the candle that caused the breakout when price closes above/below the previous HTF high/low
• Countdown timer until the close of selected HTFs
________________________________________
🔹 Menus & Usage:
🔸 Show/Hide Tab:
• Toggle Previous Equilibrium display (On Candle / On Box)
• Toggle Live Equilibrium levels, color selection, and left extension
• Toggle Current Candle Equilibrium and colors
• Alert on Chart: flashing on-screen visual alert
• Approach Limit: sets how close price must be to trigger alert
• Remaining Time (RT): toggle countdown display for selected timeframes
________________________________________
🔸 HTF H/L Levels Tab:
• Show previous and live HTF candle highs/lows
• Customize colors, starting points, and left extension options
________________________________________
🔸 Timeframes & Options Tab:
• Select which timeframes to display
• Choose level colors
• Enable price alerts
• Control visibility in the time chart
• Toggle Last Block display (close-to-high/low)
🔸 Look Back HTF Candles Tab:
• Delete filled levels: removes invalidated zones; only unmitigated remain
• Back Control: set how many candles to look back per timeframe (unlimited if not set)
________________________________________
🔸 HTF Boxes Tab:
• Display HTF candles in boxes
• Set colors (single color or per timeframe)
• Adjust font sizes across the chart
________________________________________
🔹 Usage & Last Blocks:
The core idea behind both equilibrium levels and last blocks is:
Price should “gain” and respect them to validate continuation.
Viewing multiple timeframes together strengthens bias.
Each level is treated as part of the candle it's associated with — defining the “area to be gained.”
“Did price respect the level because of that candle, or did the candle gain significance because it aligned with the level? That’s open for debate.”
(In my opinion, the candle gains significance because it aligns with the level.)
When respected, these levels/blocks act as support; when lost, they act as resistance.
In suitable timeframes, reclaiming previous equilibrium levels may be interpreted as choch/ cisd / idm depending on the context.
The real-time equilibrium box is colored bullish if the price is above the equilibrium level across all selected timeframes, bearish if below, and range-colored when in between. (Bias)
________________________________________
🔹 Usage Example – Last Blocks:
I personally trade on 1-minute and use Daily / H4 / H1 / 15m as selected timeframes.
For example, if price reclaims the previous 15m level, I view it as a change of character. I then expect the next candle to show respect in that direction.
Choose timeframes based on your trading style.
Sometimes, HTF levels (past and live) cluster tightly — these areas are key watch zones for me.
That’s the reason I decided to share this indicator.
________________________________________
🔹 Chart Examples:
🔸 Example 1:
Price closes above both the 12:45 15m candle and the 12:00 H1 equilibrium levels.
Last Block forms. After retracing, price mitigates the block and respects live equilibrium levels (H4/H1/15m).
🔸 Example 2:
Explained on chart – Levels that pushed price down in the bearish trend later acted as support.
🔸 Example 3 – CHoCH/CISD/IDM Alternative:
Explained on chart – Replacing structural signals with equilibrium levels.
Trick: I see this pattern often — very effective.
🔸 Example 4:
Many levels are clustered in a narrow range; price shows respect across the board.
________________________________________
🔹 Final Note:
Hope you like the tool. I’d love to hear your thoughts and suggestions.
"Keep in mind, strong price reverses from equilibrium."
Cheerful trading!
Enjoy!
Notes: "Examples have been added to the comments section."
Vertical Line at Current CandleCreates a vertical dotted line to follow the current candle making a cross at the current time and price
LetsWinbyMrAthis is simple strategy
Follow only simple trend risk reward management and use magic of bolingar band.
Use the script back test and enjoy :)
Writer: Mr. A :)
Z-Score Stat Trading🔷 Z-Score Stat Trading
Description:
⚠️ This indicator is published for educational purposes only. All responsibility for its use lies solely with the user. It does not constitute financial advice or a trading recommendation.
The Z-Score Stat Trading indicator is a statistical tool designed for pair trading strategies, helping traders identify mean-reversion opportunities between two correlated assets.
This indicator analyzes the log-price spread between two user-defined symbols (e.g., BTCUSDT vs ETHUSDT) and calculates both long-term and short-term Z-Scores to detect overbought and oversold conditions.
📊 Key Features:
Dual Z-Score lines (long-term and short-term) for increased confirmation.
Dynamic correlation tracking between the two assets.
Volatility estimation based on log-return standard deviations.
Visual and alert-based entry signals when Z-Score crosses a customizable threshold.
On-chart table showing real-time correlation, spread, and volatility data.
📈 Strategy Logic:
Z-Score = (spread - mean) / standard deviation
A long signal is triggered when both long and short Z-Scores are below the negative threshold (e.g., -2).
A short signal is triggered when both Z-Scores are above the positive threshold (e.g., +2).
Spread is calculated as the difference between log-prices: log(Symbol A) - log(Symbol B)
This indicator is suitable for traders looking to exploit statistical arbitrage between highly correlated crypto pairs or other assets.
⚙️ Inputs:
Symbol A / Symbol B – The two assets to compare.
Long & Short Z-Score Periods – Defines how many bars are used in each Z-Score.
Correlation Period – Controls the window for calculating the rolling correlation.
Z-Score Threshold – The deviation level required to trigger signals.
Turtle Channels PRO+ | All FeaturesThis is a powerful, adaptive trend-following strategy based on Turtle Trading principles — enhanced with:
Auto-adjusting stop loss/take profit via ATR volatility percentiles
Partial profit-taking with trailing stops
EMA trend filtering, RSI filters, and swing structure confirmation
It’s designed to be profitable across all assets and timeframes, with default optimization for 15-minute charts.
🧭 How to Use the Strategy
1. Applying to Chart
Copy/paste the full script into a TradingView Pine Script Editor
Click “Add to chart”
Open the Strategy Tester tab to see performance results
2. Entry Logic
🟢 Long Entry:
Triggered when:
Price crosses above the upper channel (20-period high)
AND optional filters pass:
EMA filter: price above EMA(55)
RSI: below overbought
Swing: current bar is a swing low
🔴 Short Entry:
Triggered when:
Price crosses below the lower channel (20-period low)
AND optional filters pass:
EMA filter: price below EMA(55)
RSI: above oversold
Swing: current bar is a swing high
3. Exit Logic
🟦 Partial Take Profit (if enabled):
50% of position closed at 1x ATR target (adaptive to volatility)
Remaining 50% exits at 2x ATR target or via trailing stop
🚪 Exit by Channel Break:
Exits if price breaks opposite channel (exitHigh or exitLow)
4. Auto SL/TP Adaptation
If enabled:
ATR volatility is compared to a rolling average (percentile)
The strategy scales SL/TP automatically between a min and max multiplier
Example: SL = ATR × 1.0 to 2.5 depending on recent volatility
5. Filters (Toggleable)
Filter Description
✅ EMA Ensures trades align with trend
✅ RSI Avoids entries in overbought/sold extremes
✅ Swing Confirms momentum with structural highs/lows
Use combinations for precision entries and avoid false signals in choppy zones.
6. Optimizing Settings
You can tune the following for each market:
entry Len & exit Len: Adjust for faster/slower channels
ema Len: Modify trend responsiveness
atr Min Mult/atr Max Mult: Adjust SL/TP size based on market volatility
partial Ratio: Scale more or less at TP1
trail Offset Mult: Adjust trailing stop tightness
Start with 15m timeframe and test across BTC/USD, Gold, Forex, etc.
📈 Strategy Tester Metrics to Watch
Win rate vs Profit Factor
Max Drawdown
Net Profit
Sharpe Ratio (lower timeframe = more noise, so smooth settings help)
Inspired by turtle soup indicator
BowtieThe bowtie is merely a plot of the 10 period SMA, the 20 period, EMA and the 30 period EMA. When the shorter SMA crosses above both of the longer EMA's it is considered a bullish indicator. When the shorter SMA crosses below both of the longer EMA's, it is consider a bearish indicator. As with all such indicators, this lags actual price action.
The name comes from the crossover that resembles the shape of a bowtie.
Real-Time SMT Divergencesthis is a smt signal indicator it prints a smt signal when there is divergence between futures NQ1! and ES1! real time as possible printing the very same candle it creates the SMT all while being accurate the look back settings can be changed for how frequent you want a smt signal to print
Línea Vertical y Apertura 00:00 VeranoThis TradingView Pine Script plots vertical lines at specific key times throughout the trading day based on the New York timezone (Eastern Time), which aligns with Colombian time during Daylight Saving Time (UTC-4). It also highlights the opening price of the 00:00 candle and shades a specific time range on the chart.
Key Features:
Timezone Configuration:
Uses "America/New_York" to define the trading session times.
Opening Price at 00:00:
Captures and stores the opening price of the candle at exactly 00:00.
Optionally stores the bar index (although it's not used visually here).
Vertical Lines at Key Times:
Draws vertical dashed lines at these specific times each day:
00:00
07:30
08:30
09:45
10:00
10:15
10:30
10:45
11:00
13:30
16:30
These lines extend above and below the chart range, from the highest to the lowest price over the last 500 bars.
Background Highlight:
Shades the time interval between 11:00 and 13:30 with a semi-transparent gray background, but only for the current day.
D1 - RangesGoldbach Daily Bias Ranges Used For Support and Resistance Levels in determining which way the algo path is most likely to move in