DokterWolf's NASDAQ Scalper TP/SLDokterWolf's NASDAQ Scalper TP/SL
Description
A fast indicator for NASDAQ scalpers to set Take Profit (TP) and Stop Loss (SL) levels with ease. Plots high/low pivots and up to 20 customizable levels with dollar values ($2 per point for /MNQ micro-contracts). Designed for quick risk management in fast-paced trades.
How to Use
Adjust Levels: Defaults from 10 to 200 points. Use smaller values (e.g., 2.0, 5.0) for tight scalps.
Contracts: Set the number of micro-contracts (e.g., 10 points = $20 for 1 contract).
Pivots: High/low pivots highlight key levels (20-bar lookback, adjustable).
Chart: Toggle levels/labels for a clean view. Best on /MNQ, 1-5 minute timeframes.
Screenshot
The screenshot shows the indicator on a /MNQ 1-minute chart with TP/SL levels set at ±5 points, displaying dollar values (e.g., "+5 ($10)"). High/low pivots and the current price line are also visible for quick reference.
Notes
Invite-Only: Exclusive access—contact me to join!
Tested on /MNQ. Results may vary on other instruments.
No performance guarantees; always use your own analysis.
Updates planned. Feedback welcome!
Credits
Created by DokterWolf for my scalping community. Built for traders who value speed and precision.
Disclaimer
This is a trading tool, not financial advice. Trade responsibly and understand the risks.
Chỉ báo và chiến lược
Ruben.Ramiro - ATLAS MiniIt´s a volatility compression indicator designed to detect moments of potential explosive price movement. It works by analyzing the relative width of Bollinger Bands over time and measuring how tightly price is consolidating.
When the distance between the upper and lower Bollinger Bands becomes narrow, the indicator outputs a negative value.
This negative value (al1) signals that the market is in a low-volatility phase, often preceding a sharp breakout in either direction.
When there’s no compression, the indicator shows zero.
In essence, ATLAS Mini helps traders identify when the market is “loading energy” before a significant movement — acting as a “volatility radar”.
round numberPurpose:
Draws multiple equidistant horizontal lines above and below a user-defined base price.
Input Parameters:
1. Base Price: Central reference price (default: 100.0)
2. Number of Lines: How many lines to draw above/below base price (default: 5 each)
3. Points Distance: Space between lines in points (default: 10 points)
4. Line Color: Customizable line color (default: blue)
5. Line Width: Adjustable thickness (1-4px, default: 1)
6. Show Labels: Toggle price labels on/off (default: on)
No Wick Candle Finder"No Wick Candle Finder", is a visual that identifies and confirms candlestick patterns with no wicks—a rare but significant type of price action. Here's a breakdown of what it does, how it works, and why traders might find it useful:
This script highlights candles with no wicks and adds an extra layer of confirmation before plotting a signal.
📌 What is a No-Wick Candle?
A "no-wick" candle means:
Bullish (green) no-wick candle:
Open = Low
Close = High
Strong buying pressure from start to end of the candle.
Bearish (red) no-wick candle:
Open = High
Close = Low
Strong selling pressure throughout the candle.
These candles indicate a clear directional move with no retracement during the timeframe.
🧠 Trading Use Cases
Trend Continuation Entry: These candles can signal strong momentum continuation.
Breakout Confirmation: Often appear on breakouts—confirming strength.
Scalping or Intraday: Great for short timeframes where clean moves matter most.
UniversoIntroduction
The "Universo" indicator is a sophisticated trend analysis tool designed for the TradingView platform, written in Pine Script v6. It combines multiple technical indicators into a unified system to evaluate market trends and help traders identify potential entry and exit points. By integrating fast, medium, and slow-moving components, it provides a multi-dimensional view of market momentum. The indicator is highly customizable, featuring visual plotting and an optional table for detailed analysis, making it adaptable to various trading styles.
Key Features
Multi-timeframe trend analysis combining fast ("Flash"), medium-fast ("Glide"), and medium-slow ("Echo") indicators, plus hybrid combinations ("Flow" and "Pulse"), into a final "Universus" score.
Customizable long and short thresholds, adjustable between -100 and 100, to suit individual trading preferences.
Optional interactive table displaying current and historical values of key components and metrics like trend direction, Rate of Change (RoC), volatility, and momentum.
Color-coded visualization with multiple themes (e.g., Synthwave, Outrun, Lush) to highlight bullish, bearish, and neutral conditions.
Elegant plotting of a 20-period Simple Moving Average (SMA) with subtle gradients and glow effects for improved chart readability.
How It Works
The "Universo" indicator aggregates data from various technical indicators, computes composite scores, and presents them both visually and numerically. Below is an overview of its components and mechanics.
Core Components
Flash (Fast Indicators): Averages short-term, high-frequency indicators like RSIL, WIL, RSI, STO, FMOMZ, and LLSMA to detect immediate market momentum. Formula: flash = avg(fast_highomega, fast_highsortino) * 100.
Glide (Medium-Fast Indicators): Combines medium-term indicators such as FSPMOM, CCI, AAMDMOM, and ATRF, with weighted entry and exit calculations for a balanced trend perspective. Formula: glide = avg(glide_entry_weighted, glide_exit_weighted) * 100.
Echo (Medium-Slow Indicators): Uses slower indicators like UNUM, COFFEE, UNIGHE, UNIARSIX, and HULLLOOP to assess longer-term trends. Formula: Echo = avg(UNUM.x(0.2, -0.2), COFFEE.x(), ...) * 100.
Flow: Averages Flash and Glide for a short-to-medium-term view. Formula: Flow = avg(flash, glide).
Pulse: Combines Echo and Glide for a medium-to-long-term outlook. Formula: Pulse = avg(Echo, glide).
Universus (Final Score): Averages Flow, Flash, Glide, Echo, and Pulse to provide a comprehensive market condition score. Formula: Universo = avg(Flow, flash, glide, Echo, Pulse).
Visualization
SMA Plot: A 20-period SMA of the closing price is plotted with colors based on the Universus score: bullish (Universus ≥ Long Threshold) in the long color (e.g., cyan in Synthwave), bearish (Universus < Short Threshold) in the short color (e.g., pink in Synthwave), or neutral in gray. Subtle gradients and a glow effect, scaled by trend strength (math.abs(Universus) / 100), enhance readability.
Gradient and Glow: Uses ATR-based bounds (±0.2 ATR for inner gradient, ±0.8 ATR for glow) for a refined visual effect.
Table Display
When enabled, the table shows current and historical data (up to 2 bars ago) for components labeled as Flash ("Ieunium"), Glide ("Centum"), Flow ("Tres"), Echo ("Resonare"), Pulse ("Pulsar"), and Universus ("Universo").
Additional metrics include trend direction (Bullish, Bearish, or Neutral), Rate of Change (RoC) via ta.roc(Universus, 1), volatility via normalized standard deviation over 5 bars (ta.stdev(Universus, 5) / ta.sma(Universus, 5)), and momentum surge via 3-bar momentum normalized by Universus (ta.mom(Universus, 3) / Universus).
The table adapts to light or dark mode, with color-coded cells and a customizable position (e.g., Top Right).
Customization Options
Thresholds: Long threshold (longthreshold) and short threshold (shortthreshold), both defaulting to 0.0 and adjustable from -100 to 100.
Color Themes: Options like Synthwave (#00F1FF long, #FF019A short), Outrun, Lush, selectable via input.
Table Settings: Toggle to show/hide the table (show_table) and choose its position (e.g., Top Right, Top Left).
Practical Application
Day Trading: Use Flash and Glide to spot quick momentum shifts.
Swing Trading: Leverage Echo and Pulse for longer-term trend confirmation.
Trend Following: Rely on the Universus score and SMA for overall direction. The adjustable thresholds and detailed table make it versatile across markets and strategies.
Conclusion
The "Universo" indicator is a robust, all-in-one trend analysis tool for TradingView, blending fast, medium, and slow indicators into a single actionable score. With its elegant visuals and detailed data, it empowers traders with flexibility and depth for informed decisions.
Disclaimer
This indicator is for informational and educational purposes only and is not financial advice. Trading involves risks, and users should perform their own research before relying on its signals. The creator is not liable for any financial outcomes from its use.
round numberPurpose:
Draws multiple equidistant horizontal lines above and below a user-defined base price.
Input Parameters:
1. Base Price: Central reference price (default: 100.0)
2. Number of Lines: How many lines to draw above/below base price (default: 5 each)
3. Points Distance: Space between lines in points (default: 10 points)
4. Line Color: Customizable line color (default: blue)
5. Line Width: Adjustable thickness (1-4px, default: 1)
6. Show Labels: Toggle price labels on/off (default: on)
Opening Price LevelsOpening Price Levels
This simple and effective indicator automatically draws horizontal lines at the opening price of each major period:
Year
Quarter
Month
Week
Day
Each line extends until the end of its respective period, helping you quickly identify and react to key institutional price levels and market structure shifts.
🔧 Features:
Toggle visibility for each timeframe (Year, Quarter, Month, Week, Day)
Clean visual presentation using plot.style_linebr, ensuring no overlapping or vertical jumps
Automatically adapts to your chart’s timeframe and session settings
This tool is great for both discretionary and systematic traders who want to add more context and structure to their analysis.
Opening Price Levels (by Period)This indicator draws clean horizontal lines at the opening prices of key time periods: Year, Quarter, Month, Week, and Day.
Each line is plotted only within its own time range, so there's no visual clutter or vertical jumps between periods.
Perfect for traders who want to:
Identify and react to institutional levels.
Track price behavior relative to major opens.
Keep charts clean and easy to read.
Features:
✅ Toggle visibility for each period (Year, Quarter, Month, Week, Day).
🎯 Accurate open levels, aligned with your chart's timeframe and session settings.
✨ Clean segments — each line only spans its original period.
Swing form indicatorCandle 2 and Candle 3 Swing form
This indicator for check if swing formed credit to TTrade.
This only help you to identify the swing form.
Candle 2 > Candle 3,
If C2 is not found, indicator will look for C3
⮯ - form a swing point on the top
⮭ - form a swing point on the bottom
❓- potentially form a swing point
Global Liquidity IndexThe Global Liquidity Index measures the net liquidity in the global financial system by combining central bank balance sheets and M2 money supply, subtracting liquidity drains like TGA and RRP, and smoothing the result with moving averages or rate of change.
ATR % + Pump Detector📘 **ATR % + Pump Detector (Fixed 0.10%)**
This indicator combines two powerful volatility tools in one:
- **ATR % Display (Blue):**
Calculates the Average True Range as a percentage of price. Triggers an alert when ATR % exceeds **0.10%**, signaling rising volatility and potential breakout conditions.
- **Pump % Detector (Red):**
Measures the percentage change from **open to close** of the current candle. Triggers alerts when the move exceeds **+0.10%** (pump) or **–0.10%** (dump), helping you catch sudden price spikes in real time.
🔹 **Top-right display** shows both metrics in a clean table
🔹 Works on **any timeframe**
🔹 Ideal for **momentum trading, breakout entries**, or filtering low-vol setups
Cot DeltaCOT Delta by Jacopo
Designed to visualize and analyze data related to the Commitment of Traders (COT) report, which is published by the Commodity Futures Trading Commission (CFTC) in the United States. Its primary purpose is to display the long and short positions of traders on futures contracts, divided by categories like Commercial, Noncommercial, and Nonreportable.
Main Features:
Selection Mode: The user can choose from several modes to display COT data, such as "Auto", "Root", "Base currency", or "Currency". This determines which currency will be shown on the chart.
Contract Type: It is possible to select whether to display data for Futures, Options, or both (Futures + Options).
COT Category: The user can choose one of the trader categories like Commercial Positions, Noncommercial Positions, or Nonreportable Positions to analyze positions based on the type of market participant.
Data Visualization: The chart shows long, short, and net positions (long - short) with separate lines, using different colors for each type of position:
Long positions in green.
Short positions in red.
Net difference (long - short) in white.
Data Table: A table is displayed to present the data clearly, with the following columns:
Long: Long positions.
Short: Short positions.
Total: The net sum of positions (long - short).
Changes: The difference between current and previous data (delta) in both absolute and percentage terms.
Variation Visualization: The table also shows the variations from the previous period (both in absolute and percentage terms), with conditional background colors to highlight positive or negative changes.
Optional CFTC Code: The user can input a custom CFTC code to analyze specific data, if necessary.
In Summary:
This indicator provides a clear and precise visualization of trader positions (long and short) on futures and options contracts, making it easier to analyze market dynamics related to commercial and non-commercial traders. The combination of a chart and table allows for real-time tracking of position changes.
Super Oscillator - Monastrell [hamgkia]The Monastrell tool is an oscillator designed designed to track directional price movement adjusted by volume and normalized by volatility. It dynamically calculates overbought and oversold thresholds using percentiles and adapts to market conditions through trend bias and threshold smoothing.
Built with a layered, modular logic structure, the Monastrell Oscillator offers powerful analytical capabilities for both discretionary and algorithmic traders.
🔶 WHAT'S INCLUDED
Oscillator based on smoothed price change enhanced by a volume deviation factor.
Normalization through ATR to adapt readings across assets and timeframes.
Trend bias factor adjusts oscillator vertically depending on short- vs long-term EMA drift.
Overbought/Oversold zones determined by interpolation and smoothed via EMA.
Color-coded oscillator line indicating current state: green (above upper), red (below lower), gray (neutral).
Optional signal labels at key threshold crossings.
Optional informational label displaying live oscillator value, thresholds, and signal confidence.
Signal strength score based on distance to thresholds and threshold positioning.
Built-in alert conditions for 4 types of transitions.
🔷 HOW IT WORKS
Oscillator
The oscillator measures the smoothed difference between current and previous close prices, then scales this by the relative increase or decrease in volume compared to its average. This gives more weight to moves backed by participation.
Normalization
The result is normalized using ATR, turning the oscillator into a scale-independent metric. Then, trend bias is applied — calculated by comparing short- and long-term EMA slopes — shifting the oscillator up or down during trending environments.
Thresholds
Dynamic threshold levels are not static: they are calculated using percentile ranges over the lookback window. This ensures overbought and oversold zones reflect current volatility and price dynamics, rather than using fixed bands.
Signal Strength
Each bar is evaluated in relation to these adaptive thresholds, triggering label plots and alerts if conditions are met. In addition, the oscillator computes a real-time signal strength value that evaluates how actionable a signal is based on multiple internal metrics.
Labels
Stop SELL (L1) — Crossing above the oversold zone.
Stop BUY (L1) — Crossing below the overbought zone.
BUY and TP (L2) — Re-entering from below oversold.
SELL and TP (L2) — Re-entering from above overbought.
These label events are also available as alert conditions.
A dynamic scoring system rates the quality of the current signal based on:
Distance from the nearest threshold.
Width of the threshold channel.
Offset of thresholds relative to neutral zero level.
This produces a signal strength value categorized as:
💭 Weak
🔆 Average
🚀 Strong
If information label is enabled, the score and structure are displayed as a floating label on the chart.
🔶 USAGE
New signals appears when Oscillator crossing overbought/oversold zones.
L1 signals gives you advise what NOT TO DO .
L2 signals gives you advise what TO DO .
If you draw channels using my hint - you will have a very good SL level and potential TP1 level:
The indicator showed impressive results on the emulator in two formats:
1. With trailing stops.
2. With preset TP/SL, as I drew on the chart.
Tips
If the upper/lower threshold band is far from zero (> 0.3 & < -0.3), it often indicates trend exhaustion.
You can adjust Trend Bias Influence to control how sensitive the oscillator is to trend direction.
Use Signal Strength for confidence scoring or to gate trades in automation.
Draw channels, this will help to set SL and TP .
Fix profits before the trend reverses and drags you into minus, this indicator is more suitable for trades with clear ranges.
Zero-Lag Forex Buy/Sell Indicatorsimple buy and sell It Works:
Hull Moving Average (HMA) – Smoother and faster than SMA/EMA, reducing lag.
RSI Filter – Avoids buying in overbought conditions or selling in oversold.
Breakout Confirmation – Ensures the price confirms a new high/low before signaling.
Usage:
Buy Signal (Green Triangle):
✅ Price above HMA
✅ RSI below 30 (oversold)
✅ Price breaks recent high (confirmation)
Sell Signal (Red Triangle):
✅ Price below HMA
✅ RSI above 70 (overbought)
✅ Price breaks recent low (confirmation)
How to Improve Further:
Add Volume Confirmation (if trading a currency with reliable volume data).
Use Multi-Timeframe Analysis (e.g., check if the trend aligns on H4 + H1).
Combine with Support/Resistance Levels for stronger entries.
RSI Cross MA Signals Only"RSI Cross MA Signals Only"
This indicator generates clean and minimal buy/sell signals based on RSI crossing above or below its simple moving average (SMA). A buy signal is shown when the RSI crosses above its moving average, and a sell signal is shown when it crosses below — but only once per trend direction to avoid repeated alerts.
It is recommended to use an RSI MA Length of 5 for faster signal response.
Buy Signal: RSI crosses above its MA and you are not already in a trade.
Sell Signal: RSI crosses below its MA and you are in a trade.
Designed to reduce signal noise and repainting.
Buffett Indicator (Wilshire 5000 / GDP)The Buffett Indicator (Wilshire 5000 / GDP) is a macroeconomic metric used to assess whether the U.S. stock market is overvalued or undervalued. It is calculated by dividing the total market capitalization (represented by the Wilshire 5000 Index) by the U.S. Gross Domestic Product (GDP). A value above 1 (or 100%) may indicate an overvalued market, while a value below 1 suggests potential undervaluation. This indicator is best suited for long-term investment analysis.
Mebob High-Low Lines (30 Days)Here is the introduction to the rules:
1. You trade it on the SP500 Index.
2. You use a 5-min chart.
3. You only use it during Regular trading hours only (09:30am – 15:00pm
Eastern Standard time).
A more detailed explanation follows below:
1. The US stock market indices opens at 09:30am New York local time.
2. The 5-min reference bar to wait for is the 10:05am – 10:10am bar.
3. This is the 8th 5min bar into the regular trading session.
4. Observe the high and the low of the reference bar.
5. Draw a horizontal line through the high of the reference bar.
6. Draw a horizontal line through the low of the reference bar.
7. If the SP500 closes above the high of the reference bar “highest line”, it is a
BUY signal.
8. If the SP500 closes below the low of the reference bar “lowest line”, it is a SELL
SHORT signal.
9. The stop loss is placed either at the most recent swing or above/below the
reference bar.
The seemingly erratic performance of the "MeBob" (trading rule) is simply what one
would expect from a trend following system. Bob, who has a lot of good stuff, was
simply giving the newbies a "Trigger" to get them into day trades at good times.
Directional RSI Signal MapDirectional RSI Signal Map
This script analyzes RSI values across four different timeframes to detect market bias (bullish, bearish, or neutral) and trend direction. It generates:
Green up arrows for bullish signals (bias and trend are both bullish)
Red down arrows for bearish signals (bias and trend are both bearish)
Green circles when trend is bullish but bias is neutral
Red circles when trend is bearish but bias is neutral
You can adjust RSI levels, timeframes, and choose whether to enable the RSI filter. Alerts are included for the main bullish/bearish signals.
ATR % (Fixed 0.10% Alert)### 📘 **ATR % (Fixed 0.10% Alert)**
This indicator displays the **ATR as a percentage of price** in the **top-right corner** of the chart using a clean blue table. It also includes a **fixed alert** that triggers when ATR % exceeds **0.10%**, signaling increased volatility and potential breakout conditions.
🔹 Works on any timeframe
🔹 Designed for system traders using ATR-based risk or momentum filters
🔹 Ideal for confirming entry zones or filtering out low-volatility traps
Triple StochasticTriple Stochastic Elasticity Indicator
This custom indicator leverages the power of multi-timeframe analysis by combining three Stochastic Oscillators across different timeframes to identify potential trade entries based on elasticity and divergence between momentum curves.
📊 How It Works:
The indicator plots Stochastic values from three timeframes (e.g., 5m, 15m, and 1h), allowing you to observe how momentum behaves at different scales.
It highlights moments of elasticity—where the Stochastics stretch apart and then begin to converge—potentially signaling a reversion opportunity or trend continuation.
By identifying these stretches and snapbacks in momentum alignment, you can better time your entries and exits with improved confidence.
🔍 Use Case:
Look for divergence or convergence between the Stochastics.
Ideal for trend-following entries, pullback setups, and momentum reversal spotting.
Works best when combined with price action, S/R zones, or volume confirmation.
🛠 Customization:
Timeframes for each Stochastic are fully customizable.
Options to tweak %K, %D, and smoothing values to fit your strategy.
I recommend to remove the D%
And set the following settings
5 : 3 : 3
14 : 3 : 3
56 : 12 :12
Visual alerts can be added for when certain conditions are met (e.g., all three Stochs cross overbought/oversold levels).
Global Liquidity IndexGlobal Liquidity Index
This indicator tracks worldwide liquidity by aggregating global M2 money supply, the U.S. Treasury General Account (TGA), the Federal Reserve’s Reverse Repo (RRP) facility, and major central bank balance sheets. It offers insight into the overall liquidity environment, often a key driver of risk asset performance.
Global Liquidity IndexGlobal Liquidity Index
This indicator tracks worldwide liquidity by aggregating global M2 money supply, the U.S. Treasury General Account (TGA), the Federal Reserve’s Reverse Repo (RRP) facility, and major central bank balance sheets. It offers insight into the overall liquidity environment, often a key driver of risk asset performance.
Moving average with different timeThis script allowing you to plot up to 6 different types of moving averages (MAs) on the chart, each with customizable parameters such as type, length, source, color, and timeframe. It also allows you to set different timeframes for each moving average.
Key Features:
Multiple Moving Averages: You can add up to 6 different moving averages to your chart.
Each MA can be one of the following types: SMA, EMA, SMMA (RMA), WMA, or VWMA.
Custom Timeframes: Each moving average can be applied to a specific timeframe, giving you flexibility to compare different periods (e.g., a 50-period moving average on the 1-hour chart and a 200-period moving average on the 4-hour chart).
Customizable Inputs:
Type: Choose between SMA, EMA, SMMA, WMA, or VWMA for each MA.
Source: You can select the price data source (e.g., close, open, high, low).
Length: Set the number of periods (length) for each moving average.
Color: Each moving average can be assigned a specific color.
Timeframe: Customize the timeframe for each moving average individually (e.g., MA1 on 15-minute, MA2 on 1-hour).
User Interface:
The script includes a data window display for each moving average, allowing you to control whether to show each MA and configure its settings directly from the settings menu.
Flexible Use:
Toggle individual moving averages on and off with the show checkbox for each MA.
Customize each MA's parameters without affecting others.
Parameters:
MA Type: You can choose between different moving averages (SMA, EMA, etc.).
Source: Price data used for calculating the moving average (e.g., close, open, etc.).
Length: Defines the period (number of bars) for each moving average.
Color: Change the line color for each moving average for better visualization.
Timeframe: Set a different timeframe for each moving average (e.g., 1-day MA vs. 1-week MA).
Example Use Case:
You might use this indicator to track short-term, medium-term, and long-term trends by adding multiple MAs with different lengths and timeframes. For example:
MA1 (20-period) might be an SMA on a 1-hour chart.
MA2 (50-period) might be an EMA on a 4-hour chart.
MA3 (100-period) might be a WMA on a daily chart.
This setup allows you to visually track the market's behavior across different timeframes and better identify trends, crossovers, and other patterns.
How to Customize:
Show/Hide MAs: Enable or disable each moving average from the input menu.
Modify Parameters: Change the MA type, source, length, and color for each individual moving average.
Timeframes: Set different timeframes for each moving average for more detailed analysis.
With this Moving Average Ribbon, you get a versatile and visually rich tool to aid in technical analysis.
RSI Multi-Timeframe StatusThis multi-timeframe RSI status indicator provides a comprehensive overview of RSI conditions across four different timeframes (1-minute, 5-minute, 15-minute, and 1-hour) in a clean, organized table format.
The indicator features:
1. **Multi-timeframe RSI Analysis**: Tracks RSI values across four timeframes simultaneously
2. **RSI Trend Detection**: Shows whether each RSI is rising or falling compared to previous bars
3. **Visual Status Indicators**: Color-coded cells instantly show bullish (green), bearish (red), or neutral (gray) conditions
4. **Momentum Tracking**: Displays the numerical change in RSI values to show strength of momentum
5. **Summary Row**: Provides an at-a-glance overview of the overall market bias and trend direction
6. **Configurable Parameters**: Adjustable RSI length, threshold levels, and momentum period
The indicator is designed to help traders identify potential trade setups where multiple timeframes align in the same direction. When more timeframes show similar conditions (all bullish or all bearish) with consistent trend direction (all rising or all falling), it can signal stronger potential trade opportunities.
The status table appears in the top-right corner of your chart and updates in real-time, allowing you to monitor multi-timeframe RSI conditions without switching between timeframes.