Pivots WSGTAThis is the same style Pivots Point indicator used in the WSGTA course, using the dotted lines instead of the standard solid lines in TradingView.
Indicadores y estrategias
YounesFXIt calculates and plots the RSI, which is a popular momentum oscillator used to measure the speed and change of price movements. Below is a detailed breakdown of the script:
Features:
User Inputs:
rsiLength: Defines the period for RSI calculation (default = 14).
overbought: Sets the overbought level (default = 70).
oversold: Sets the oversold level (default = 30).
RSI Calculation:
The script uses ta.rsi(close, rsiLength) to compute the RSI based on the closing price of the asset.
Plotting:
The RSI value is plotted as a purple line.
A red horizontal line is drawn at the overbought level (70).
A green horizontal line is drawn at the oversold level (30).
Usage:
Overbought Condition: If RSI moves above 70, the asset may be overbought and could be due for a reversal or pullback.
Oversold Condition: If RSI drops below 30, the asset may be oversold, indicating a potential buying opportunity.
Trend Confirmation: RSI values above 50 suggest a strong uptrend, while values below 50 indicate a downtrend.
Personal Time Zone: Days of WeekThis is probably the simplest indicator I have ever made.
It just gives you a the days of weeks in your specified time zone and puts the day on the first bar in your time zone.
You can use UTC time format or named time zones like the default.
Just for fun I tried to give it symbols that sort of relate the old gods that the days of week were named after and even colors that one could argue match, but it was all in fun because it was so simple I felt I had to add something.
Enjoy.
RSI with Trend LinesThe RSI with Trend Lines indicator is a tool designed to analyze the behavior of the Relative Strength Index (RSI) combined with dynamic trend lines. This indicator not only provides the standard RSI reading but also identifies pivot points on the RSI and draws bullish and bearish trend lines based on these points. It also includes customizable options for adjusting trend lines, displaying the RSI moving average, and highlighting key levels such as overbought, oversold, and the center line.
This indicator is ideal for finding and identifying clear trends in the RSI and taking advantage of market breakout or consolidation signals. It also includes a table with the POC value, which represents the price level at which the most trading activity has occurred, indicating the highest liquidity and highest trading volume.
Key Features:
1. Basic RSI:
• Calculates the RSI using a configurable period length (default 14).
• Colors the RSI based on its direction (green for rising, red for falling) and its position relative to the center line (50).
2. Key Levels:
• Displays overbought (70 and 80), oversold (20 and 30), and the center line (50) levels for easy visual interpretation.
3. RSI Moving Average:
• Enables and configures an RSI moving average (SMA, EMA, WMA, or ALMA) to smooth out fluctuations and detect clearer trends.
4. Dynamic Trend Lines:
• Identifies pivot points on the RSI and draws bullish and bearish trend lines.
• Trend lines can be extended into the future or limited to the visible range.
• Includes options to display broken lines (trends that are no longer valid) and customize the style (solid or dashed).
5. Pivot Points:
• Displays the high and low pivot points on the chart for a better understanding of trend changes.
6. Advanced Customization:
• Adjust the pivot point period.
• Control the number of pivot points to consider for trend lines.
• Customize the line thickness and style.
How to Use the Indicator:
1. RSI Interpretation:
• Overbought Zone (RSI > 70): Indicates that the asset may be overvalued and could correct downward.
• Oversold Zone (RSI < 30): Suggests that the asset may be undervalued and could rebound.
• Centerline Crossover (50): A cross above 50 indicates bullish strength, while a cross below suggests weakness.
2. Trend Lines:
• Bullish Lines: Drawn when the RSI forms ascending low pivot points. These lines represent dynamic support.
• Bearish Lines: These are drawn when the RSI forms descending high pivot points. These lines represent dynamic resistance.
• Broken Lines: When a trend line becomes invalid (the RSI breaks the line), they are displayed in a dotted style to highlight the breakout.
3. Possible Trading Signals:
• Buy: When the RSI breaks an upward downtrend line.
• Sell: When the RSI breaks a downward uptrend line.
• Trend Confirmation: When the RSI stays within a valid trend line, it suggests that the current trend is strong.
4. A chart with the POC value:
• The point of control is a price level at which the highest trading volume occurs in a given time period. It is a key component of the Volume Profile indicator, which displays volume by price.
• Use of the POC in trading:
• The POC is used to identify areas of high interest and liquidity for trading.
• The POC provides information about the equilibrium point where buyers and sellers are most evenly matched.
• Therefore, it can be considered a zone of interest, meaning it can act as support or resistance.
Universal EMA Strategy (Nifty & BTC)This Universal EMA Crossover Indicator is designed for intraday trading on both Nifty 50 (Index) and Bitcoin (Crypto). It dynamically adjusts the Exponential Moving Average (EMA) settings based on the asset type to provide precise Buy and Sell signals using EMA crossovers.
liquidez✅ Señales de compra y venta cuando se cumplan las condiciones
✅ Stop Loss y Take Profit con ratio 1:2
✅ Alertas automáticas para operar más fácilmente
✅ Detecta la eliminación de un alto/bajo anterior en 1H o 5M.
✅ Confirma con una vela envolvente en 5M.
✅ Identifica zonas FVG y Order Blocks.
✅ Establece un ratio de riesgo-recompensa 1:2.
✅ Dibuja etiquetas de BUY/SELL, niveles de SL y TP y envía alertas.
Recency-Weighted Market Memory w/ Quantile-Based DriftRecency-Weighted Market Memory w/ Quantile-Based Drift
This indicator combines market memory, recency-weighted drift, quantile-based volatility analysis, momentum (RoC) filtering, and historical correlation checks to generate dynamic forecasts of possible future price levels. It calculates bullish and bearish forecast lines at each horizon, reflecting how the price might behave based on historical similarities.
Trading Concepts & Mathematical Foundations Explained
1) Market Memory
Concept:
Markets tend to repeat past behaviors under similar conditions. By identifying historical market states that closely match current conditions, we predict future price movements based on what happened historically.
Calculation Steps:
We select a historical lookback window (for example, 210 bars).
Each historical bar within this window is evaluated to see if its conditions match the current market. Conditions include:
Correlation between price change and bullish/bearish volume changes (over a user-defined correlation lookback period).
Momentum (Rate of Change, RoC) measured over a separate lookback period.
Only bars closely matching current conditions (within user-defined tolerance percentages) are included.
2) Recency-Weighted Drift
Concept:
Recent market movements often influence future direction. We assign more importance to recent bars to capture the current market bias effectively.
Calculation Steps:
Consider recent price changes between opens and closes for a user-defined drift lookback (for example, last 20 bars).
Give higher weight to recent bars (the most recent bar gets the highest weight, and weights decrease progressively for older bars).
Average these weighted changes separately for upward and downward movements, then combine these averages to calculate a final drift percentage relative to the current price.
3) Correlation Filtering
Concept:
Price changes often correlate strongly with bullish or bearish volume activity. By using historical correlation comparisons, we focus only on past market states with similar volume-price dynamics.
Calculation Steps:
Compute current correlations between price changes and bullish/bearish volume over the user-defined correlation lookback.
Evaluate each historical bar to see if its correlation closely matches the current correlation (within a user-specified percentage tolerance).
Only historical bars meeting this correlation criterion are selected.
4) Momentum (RoC) Filtering
Concept:
Two market periods may exhibit similar correlation structures but differ in how fast prices move (momentum). To ensure true similarity, momentum is checked as an additional filter.
Calculation Steps:
Compute the current Rate of Change (RoC) over the specified RoC lookback.
For each candidate historical bar, calculate its historical RoC.
Only include historical bars whose RoC closely matches the current RoC (within the RoC percentage tolerance).
5) Quantile-Based Volatility and Drift Amplification
Concept:
Quantiles (such as the 95th, 50th, and 5th percentiles) help gauge if current prices are near historical extremes or the median. Quantile bands measure volatility expansions and contractions.
Calculation Steps:
Calculate the 95%, 50%, and 5% quantiles of price over the quantile lookback period.
Add and subtract multiples of the standard deviation to these quantiles, creating upper and lower bands.
Measure the bands' widths relative to the current price as volatility indicators.
Determine the active quantile (95%, 50%, or 5%) based on proximity to the current price (within a percentage tolerance).
Compute the rate of change (RoC) of the active quantile to detect directional bias.
Combine volatility and quantile RoC into a scaling factor that amplifies or dampens expected price moves.
6) Expected Value (EV) Computation & Forecast Lines
Concept:
We forecast future prices based on how similarly-conditioned historical periods performed. We average historical moves to estimate the expected future price.
Calculation Steps:
For each forecast horizon (e.g., 1 to 27 bars ahead), collect all historical price moves that passed correlation and RoC filters.
Calculate average historical moves for bullish and bearish cases separately.
Adjust these averages by applying recency-weighted drift and quantile-based scaling.
Translate adjusted percentages into absolute future price forecasts.
Draw bullish and bearish forecast lines accordingly.
Indicator Inputs & Their Roles
Correlation Tolerance (%)
Adjusts how strictly the indicator matches historical correlation. Higher tolerance includes more matches, lower tolerance selects fewer but closer matches.
Price RoC Lookback and Price RoC Tolerance (%)
Controls how momentum (speed of price moves) is matched historically. Increasing tolerance broadens historical matches.
Drift Lookback (bars)
Determines the number of recent bars influencing current drift estimation.
Quantile Lookback Period and Std Dev Multipliers
Defines quantile calculation and the size of the volatility bands.
Quantile Contact Tolerance (%)
Sets how close the current price must be to a quantile for it to be considered "active."
Forecast Horizons
Specifies how many future bars to forecast.
Continuous Forecast Lines
Toggles between drawing continuous lines or separate horizontal segments for each forecast horizon.
Practical Trading Applications
Bullish & Bearish EV Lines
These forecast lines indicate expected price levels based on historical similarity. Green indicates positive expectations; red indicates negative.
Momentum vs. Mean Reversion
Wide quantile bands and high drift suggest momentum, while extremes may signal possible reversals.
Volatility Sensitivity
Forecasts adapt dynamically to market volatility. Broader bands increase forecasted price movements.
Filtering Non-Relevant Historical Data
By using both correlation and RoC filtering, irrelevant past periods are excluded, enhancing forecast reliability.
Multi-Timeframe Suitability
Adaptable parameters make this indicator suitable for different trading styles and timeframes.
Complementary Tool
This indicator provides probabilistic projections rather than direct buy or sell signals. Combine it with other trading signals and analyses for optimal results.
Important Considerations
While historically-informed forecasts are valuable, market behavior can evolve unpredictably. Always manage risks and use supplementary analysis.
Experiment extensively with input settings for your specific market and timeframe to optimize forecasting performance.
Summary
The Recency-Weighted Market Memory w/ Quantile-Based Drift indicator uniquely merges multiple sophisticated concepts, delivering dynamic, historically-informed price forecasts. By combining historical similarity, adaptive drift, momentum filtering, and quantile-driven volatility scaling, traders gain an insightful perspective on future price possibilities.
Feel free to experiment, explore, and enjoy this powerful addition to your trading toolkit!
VWMA with 3 SD BandsVolume weighted moving average with 3 standard deviation bands, this indicator is meant to be used either for confirmation or in mean reversion strategies. I do not trade solely with this, I pair it with price action and trend around the standard deviation bands in an attempt to get a holistic view of market movement and conviction.
Inside/Outside Based on Current Price (No Overlap)Timeframe continuity indicator that shows the 5m / 15m / 1h timeframes, going from least to greatest, top to bottom. When the timeframe is yellow that means it is inside the previous bar on the timeframe being indicated, green is for outside bullish, and red is for outside bearish. I use this in conjunction with a couple different tools for trend analysis, mostly for confirmation and confluence not for sell and buy signals. The best way to run this is in a separate pane like you see in the screenshot for the cover.
Happy trading!!
-Drgzzz
EMA Trend TableShows Trend of each fib ema using ema high/low. There is also a consecutive close threshold to filter out fake-out trend flips
Cumulative Weighted Change (Session) with 14 MAThis indicator provides the session weighted cumulative change of the Magnificent 7(AAPL META GOOG AMZN MSFT NVDA TSLA), it is weighted according to their market capitalization and size in relation to size of the market. The bar to bar current change is plotted by the fast line that begins its calculations at the start of each daily session, the smoother(slower) line is the 14 period Volume Weighted Moving Average of the cumulative change.
I use this in conjunction with a timeframe continuity indicator in order to weed out invalid signals, I have one that I have recently published. I use this to trade futures and index stock options, since the 7 tickers that this indicator is built off of are the biggest force that moves markets this ends up acting as an alpha indicator if you can find a consistent and reliable way to weed out false signals.
Happy Trading!
-Drgzzz
Calculadora de Lotaje Universal Pro y Multi Time ZoneCalculadora de Lotaje + Multi Time Zone Pro
Calculadora de Lotaje + Multi Time Zone Pro
Calculadora de Lotaje + Multi Time Zone Pro
Calculadora de Lotaje + Multi Time Zone Pro
Calculadora de Lotaje Universal Pro y Multi Time ZoneIndicador de Lotaje y Multi Zone Pro
Indicador de Lotaje y Multi Zone Pro
Indicador de Lotaje y Multi Zone Pro
Indicador de Lotaje y Multi Zone Pro
Coffee GPT: Generative Price TargetsSip Across Multiple
Auto/Manual Adjusted (Support &
Resistance Price Targets & Ranges)
Using ChatGPT Based Text Inputs
With Meticulous Labels, Tables, Ideas,
Tooltips, Colors, and Alerts.
Price Targets & Ranges:
(Assumptions, Ideas, and Notes)
Supports, Extreme Supports,
Resistances, Extreme Resistances,
Best Longs/Shorts, and Pivots.
⬛️ KEY WORDS:
📗 Cross Over | 📕 Cross Under
(◼️) Label | (▢) Table | (◻️) Text
(VT) Vertical | (HT) Horizontal
(Dash) Dashed | (Dots) Dotted
(TX) Text | (BG) Background
(TP) Top | (MD) Mid | (BT) Bottom
⏶ Above Averages | ⏷ Below Averages
(EM) Exponential | (RM) Relative
(SM) Simple | (WM) Weighted
(GPT) General Price Target Average
(CPT) Core Price Target Average
(Chart) Current Chart Timeframe
🧪 Up Trend Pivot | 🖍️ Down Trend Pivot
🎲 Neutral/Trend Pivot | 🎳 Trend Addition
⭐️ Extreme Resistance | 🔥 Best Short
🧨 High Resistance | 🛢️ Low Resistance
🔋 High Support | 🔫 Low Support
💎 Best Long | 🔮 Extreme Support
🟥 TYPES:
(✓) Swap Types?
Default Values: (2)
Targets Are Shown Using
Dotted Lines On Label Types
Averages Are Shown Using
Sorted Cells On Table Types
Swap Types To Show All
Targets/Averages On Tables
Increase: (1 Alert) Values To
Show Averages With Labels
🟧 ALERTS:
Default Value: (Bar Close)
Only Alerts Once Conditions
Are Met After Current Bar Closes
(Per Bar) Alerts Once Conditions
Are Met Before Current Bar Closes
Default Value: (Reg)
Only Alerts During Regular Market
Trading Hours, (0930-1600)
(Ext) Only Alerts During Extended
Market Hours, (1600-0930)
(24/7) Alerts All Day
🟨 VALUES:
Default Value: (1)
Swaps High/Low Price Ranges
(1) Based On Previous Day Range
(0) Based On Current Day Range
(0) Min Value | (30) Max Value
Default Value: (VT Dots)
Swaps Table & Line Styles
(VT Dots) Vertical Table
Axis With Dotted Lines
(HT Dash) Horizontal Table
Axis With Dashed Lines
Default Value: (TX Color)
Text Color Is Shown Using
Background Color On Labels
(BG Color) Background Color
Uses Text Color On Labels
Default Value: (MD Right)
Sets Table Position, Using
Middle Center Allows Table
To Move In Any Direction
Default Value: (1)
Uses Table Axis/Position
To Adjust Table Coordinates
(1) Min Value | (200) Max Value
Default Value: (Default)
Fixed Table Order, Swap Values
To Adjust Table Rotation
Default Value: (Tiny)
Sets Level Text Sizes, Tables
Auto Adjust Columns & Rows
Size Based On Levels In Use
🟩 AVERAGES:
Show Averages? (✓)
Default Values: (6)
Averages Use Four Keyword Identifiers
To Generate Technical Moving Averages
(EM | RM | SM | WM) + Length Values
(2) Min Value | (1000) Max Value
Targets Use Averages To Separate General
Periodic Shifts From Pivotal Core Ranges
(GPT 6) Fast Target + 6x Trend Streak
(CPT 60) Slow Target + 60x Trend Streak
6th Default Alert & Plot: (EM8)
Exponential Type + 8 Length
🔴 Lower Resistance
🟢 Higher Support
5th Default Alert & Plot: (MA21)
Exponential Type + 21 Length
🔴 Higher Resistance
🟢 Lower Support
4th Default Alert & Plot: (WM50)
Weighted Type + 50 Length
🟠 Best Short Average
🔵 Best Long Average
3rd Default Alert & Plot: (SM200)
Simple Type + 200 Length
🟡 Extreme Resistance
🟣 Extreme Support
2nd Default Alert & Plot: (GPT)
General Type + Trend Streak
🟥 Moderate Downtrend
🟩 Moderate Uptrend
1st Default Alert & Plot: (CPT)
Core Type + Trend Streak
🟥 Extreme Downtrend
🟩 Extreme Uptrend
🟦 AUTO TARGETS:
Show Auto Targets? (✓)
Default Values: (12)
Auto Targets Use (Daily OHLC Ranges)
To Generate Pivots & Extract Variable
Targets Which Provide Automatic
Support/Resistance Levels
Pivots Swap Between (PVT | UTP | DTP)
Based On Current Daily Price Action
Movement To Distinguish Between
Neutral/Trend Levels
🎲 PVT | Neutral/Trend Pivot
🎳 ADD | Trend Addition
⭐️ XRS | Extreme Resistance
🔮 XSP | Extreme Support
🔥 BST | Best Short Target
💎 BLT | Best Long Target
🧨 RES | Higher/Middle Resistance
🔫 SUP | Middle/Lower Support
🛢️ RES | Lower Resistance
🔋 SUP | Higher Support
🖍️ DTP | Down Trend Pivot
🧪 UTP | Up Trend Pivot
🟪 MANUAL TARGETS:
Show Manual Targets? (✓)
Default Values: (20)
Manual Targets Use Two Keyword
Identifiers To Generate Text Strings,
Separate Float Values, & Integrate
Color Types (Text String | Float Value)
+ (Line Break) Within Text Area Boxes
Targets Use ChatGPT Based Prompts
& Instructions To Convert Any Technical,
Historical, & Price-Derived Levels From
Market Data Sources Into Structured
Formats Organized For Precision
🔮 XSP | 1 🎲 PVT | 11
🔮 XSP | 2 🛢️ RES | 12
💎 BLT | 3 🛢️ RES | 13
💎 BLT | 4 🖍️ DTD | 14
🔫 SUP | 5 🧨 RES | 15
🔫 SUP | 6 🧨 RES | 16
🧪 UTD | 7 🔥 BST | 17
🔋 SUP | 8 🔥 BST | 18
🔋 SUP | 9 ⭐️ XRS | 19
🎲 PVT | 10 ⭐️ XRS | 20
Show ES/NQ/SPY/QQQ/SPX Targets? (✓)
Fixed Symbol Based Targets
Default Values: (20)
🔮 XSP | 21 🎲 PVT | 31
🔮 XSP | 22 🛢️ RES | 32
💎 BLT | 23 🛢️ RES | 33
💎 BLT | 24 🖍️ DTD | 34
🔫 SUP | 25 🧨 RES | 35
🔫 SUP | 26 🧨 RES | 36
🧪 UTD | 27 🔥 BST | 37
🔋 SUP | 28 🔥 BST | 38
🔋 SUP | 29 ⭐️ XRS | 39
🎲 PVT | 30 ⭐️ XRS | 40
⬜️ EXAMPLES:
🔮 LVL | 1.00
Add 1 Single Text/Letter/Number
Followed By " | "
💎 LVL | 2.00
Add 1 Numerical Two Decimal
Value Except 0
🔫 LVL | 3.00
Use A Line Break After Values
To Add Additional Manual Targets
🧪 LVL | 0.00
This Manual Target Will Not
Appear As The Value Is Set To 0
🔋 LVL | 4.00
Only A Maximum Of 20 Targets Are
Able To Be Shown Per Text Area Box
🎲 LVL | 5.00
Using More Than The Max Results In
First 20 Targets Being Shown Only
🛢️ LVL | 6.00
Any Extra Text/Values Within Text
Areas Box Can Be Used For Notes
🖍️ LVL |
This Manual Target Will Not
Appear As The Value Is Undefined
🧨 LVL | 7.00
Colors Are Based Off Default Text
Inputs Used With Auto Targets
🔥 LVL | 8.00
🎳ADD/⭐️XRT/🔥BST/🧨-🛢️RES/🖍️DTP
Match These Emojis + Keywords For Colors
⭐️ LVL | 9.00
🎲PVT/🔮XSP/💎BLT/🔋-🔫SUP/🧪UTP
Match These Emojis + Keywords For Colors
🎳 LVL | 10.00
Hover Over Levels To View Percent Range
Increase/Decrease Between Current Prices
🔮 XSP | 11.00
This Is The First Level That Will Be
Shown Using The Default Input Colors
💎 BLT | 12.00
Clear Default Text Input Boxes To
Temporarily Disable Auto Targets
🔫 SUP | 13.00
While Text Inputs Are Disabled,
Manual Targets Use Temporary Colors
🧪 UTP | 14.00
These Targets Highlight Significant
Values With Color Coded Identifiers
🔋 SUP | 15.00
Using Less Than 20 Manual Targets
Adds A Missing Level Auto Counter
🎳 ADD 1 |
Missing Level Counter Appears As
This With Incremental Text Values
🛢️ RES | 16.00
Disable Missing Level Counter Within
Menu Under Disable Targets Section
🖍️ DTP | 17.00
Manual Targets Are Able To Be Used
On Any And All Types Of Symbol Charts
🧨 RES | 18.00
ES/NQ/SPY/QQQ Targets Are Specifically
Chart Locked For Those Symbols Only
🔥 BST | 19.00
Additional Levels Will Not Be Shown
Until Any Previous Ones Are Removed
⭐️ XRS | 20.00
Remove Any Two Levels To Show Variable
Daily High/Low Targets Without Any Values
🟥 DL! | Low Of Day
Remove "!" To Enable Daily High/Low
Incremental Text Value Ranges
🟩 DH! | High Of Day
Use First Default Value (1) To Swap
Incremental Text Value Ranges
⬛️ REFERENCES:
Chat GPT | Template
Instructions
Identify And Categorize Levels:
Split The Levels Into The Following
Categories:
* Supports
* Uptrend
* Best Longs
* Extreme Supports
* Pivots
* Resistances
* Downtrend
* Best Shorts
* Extreme Resistances
Structure Of Categories:
Each Symbol Should Have The Specified
Number Of Levels:
* Supports: Max 4 Levels
* Uptrend: Always 1 Level
* Best Longs: Max 2 Levels
* Extreme Supports: Max 2 Levels
* Pivots: Max 2 Levels
* Resistances: Max 4 Levels
* Downtrend: Always 1 Level
* Best Shorts: Max 2 Levels
* Extreme Resistances: Max 2 Levels
Ensure Each Category Has The Right Number
Of Levels, Filling With 1 If Needed.
Always Include At Least One Extreme
Level In Supports/Resistances If
Provided. There Will Always Be A Total
Of 20 Levels For Each Symbol.
For Example, If There Are:
7 Levels:
* 1 (Support/Resistance)
* 2 (Support/Resistance)
* 3 (Support/Resistance)
* 4 (Support/Resistance)
* 5 (Extreme)
* 6 (Extreme)
5 Levels:
* 1 (Support/Resistance)
* 2 (Support/Resistance)
* 3 (Support/Resistance)
* 4 (Support/Resistance)
* 5 (Extreme)
4 Levels:
* 1 (Support/Resistance)
* 2 (Support/Resistance)
* 3 (Support/Resistance)
* 4 (Extreme)
3 Levels:
* 1 (Support/Resistance)
* 2 (Support/Resistance)
* 3 (Extreme)
2 Levels:
* 1 (Support/Resistance)
* 2 (Extreme)
Pivots, Best Longs, And Shorts Mainly
Apply To ES But Can Occasionally Be
Used For NQ, SPY, Or QQQ. Uptrend And
Downtrend Serve As Extra Blank Levels
And Should Always Be Set To 1 Unless
Stated Otherwise. If Any Levels Are
Missing Or Incomplete, Default Them To
1 So The Total Always Reaches 20.
Symbols And Formatting:
Supports
🔋 SUP | 1
🔋 SUP | 1
🧪 UTP | 1
🔫 SUP | 1
🔫 SUP | 1
Best Longs
💎 BLT | 1
💎 BLT | 1
Extreme Supports
🔮 XSP | 1
🔮 XSP | 1
Pivots
🎲 PVT | 1
🎲 PVT | 1
Resistances
🛢️ RES | 1
🛢️ RES | 1
🖍️ DTP | 1
🧨 RES | 1
🧨 RES | 1
Best Shorts
🔥 BST | 1
🔥 BST | 1
Extreme Resistances
⭐️ XRS | 1
⭐️ XRS | 1
Notes Section:
* Add An Additional Line Break After Each
Bullet Point (*) In The Notes Section.
* Repeat The Notes For NQ If Notes Are
Provided For ES. Ensure Notes Are
Consistent For Both Symbols Unless
Otherwise Specified.
Example Before:
ES
Supports:
* 5750
* 5740
* 5730
* 5720
* 5710
* 5700
Resistances:
* 5800
* 5815
NQ
Supports:
* 21750
* 21500
* 21250
Resistances:
* 22000
* 22250
* 22500
Assumptions
Pivot:
* 5755
Best Shorts:
* 5799
* 5788
Best Longs:
* 5711
* 5733
Notes:
* JPow On At 10AM EST. Rumor Is Nikkei
Leaks And Fed Leading Into The
September Report For A Cut.
* Let's See How His Tone Is And If He
Gives Hints On The CPI Print.
Example After:
Supports
🔋 SUP | 5750
🔋 SUP | 5740
🧪 UTP | 1
🔫 SUP | 5730
🔫 SUP | 5720
Best Longs
💎 BLT | 5711
💎 BLT | 5733
Extreme Supports
🔮 XSP | 5710
🔮 XSP | 5700
Pivots
🎲 PVT | 5755
🎲 PVT | 1
Resistances
🛢️ RES | 5800
🛢️ RES | 1
🖍️ DTP | 1
🧨 RES | 1
🧨 RES | 1
Best Shorts
🔥 BST | 5799
🔥 BST | 5788
Extreme Resistances
⭐️ XRS | 5815
⭐️ XRS | 1
Notes
* JPow On At 10AM EST. Rumor Is Nikkei
Leaks And Fed Leading Into The
September Report For A Cut.
* Let's See How His Tone Is And If He
Gives Hints On The CPI Print.
Supports
🔋 SUP | 21750
🔋 SUP | 21500
🧪 UTP | 1
🔫 SUP | 1
🔫 SUP | 1
Best Longs
💎 BLT | 1
💎 BLT | 1
Extreme Supports
🔮 XSP | 21250
🔮 XSP | 1
Pivots
🎲 PVT | 1
🎲 PVT | 1
Resistances
🛢️ RES | 22000
🛢️ RES | 22250
🖍️ DTP | 1
🧨 RES | 1
🧨 RES | 1
Best Shorts
🔥 BST | 1
🔥 BST | 1
Extreme Resistances
⭐️ XRS | 22500
⭐️ XRS | 1
Notes
* JPow On At 10AM EST. Rumor Is Nikkei
Leaks And Fed Leading Into The
September Report For A Cut.
* Let's See How His Tone Is And If He
Gives Hints On The CPI Print.
I Will Continue Sending You These Levels/Notes.
Make Sure To Send A Plain Text Code Block Without
Formats. Send A Separate Code Block Per Symbol.
When SPY/QQQ Are Used, Do Not Include The Notes
With Their Levels, Only For ES/NQ.
Coffee CPT | Template
🔋 SUP |
🔋 SUP |
🧪 UPT |
🔫 SUP |
🔫 SUP |
💎 BST |
💎 BST |
🔮 XSP |
🔮 XSP |
🎲 PVT |
🎲 PVT |
🛢️ RES |
🛢️ RES |
🖍️ DTP |
🧨 RES |
🧨 RES |
🔥 BST |
🔥 BST |
⭐️ XRS |
⭐️ XRS |
Economic Calendar | DojiEmoji
Multi EMA | Chipmonk
Aizat Asian PP B/O + MAThis indicator marks the high and the low of the Asian session and produce a buy and sell signal when either side is broken.
Also has the ability to show Moving Average lines for confluence
Trade The Fear - UltimateTrade The Fear - Ultimate (TTF - Ultimate)
Overview
"Trade The Fear - Ultimate" (TTF - Ultimate) is a powerful, all-in-one technical analysis indicator designed to help traders identify key market opportunities. Combining support/resistance break-and-retest detection, reversal and breakout signals, and RSI divergence analysis, this indicator provides a comprehensive toolkit for trading across various markets and timeframes. Built with flexibility in mind, TTF - Ultimate offers customizable settings and rich visualizations to suit different trading styles.
What It Does
1. **Break and Retest Detection**
- Identifies support and resistance levels using pivot points.
- Detects breakouts when price crosses these levels and highlights potential retests for confirmation.
- Visualizes zones with boxes and labels for easy interpretation.
2. **Reversal and Breakout Identification**
- Spots reversal patterns using weighted moving averages and volume strength.
- Flags breakout opportunities with strong momentum, supported by volume analysis.
- Tracks trend direction with a dynamic trend line and candle coloring.
3. **RSI Divergence Analysis**
- Calculates RSI and detects bullish/bearish divergences between price and momentum.
- Marks divergences with clear visual cues to signal potential reversals.
4. **Visual Tools & Alerts**
- Displays support/resistance zones, breakouts, retests, reversals, and divergences with boxes, labels, and shapes.
- Colors candles based on trend state for quick trend recognition.
- Includes customizable alerts for all key events.
How to Use It
1. **Add to Chart**
- Search for "Trade The Fear - Ultimate" in TradingView’s indicator library and add it to your chart.
- The indicator overlays directly on your price chart.
2. **Key Visual Elements**
- **Boxes**: Red for support, Green for resistance—indicate key zones.
- **Labels**: "Break" for breakouts, "Retest" or "P. Re" for retests—mark significant price actions.
- **Shapes**: Triangles for reversals/divergences, diamonds for breakouts—highlight trade setups.
- **Trend Line**: Colored line (green/red) tracks trend direction.
- **Candle Colors**: Green (bullish), Red (bearish), Yellow (breakout)—show market state.
3. **Trading Strategies**
- **Break and Retest**: Enter trades when price breaks a level (e.g., support) and retests it as new resistance (bearish) or support (bullish).
- **Reversals**: Look for triangle markers (R) with RSI divergence for potential trend changes.
- **Breakouts**: Trade diamond markers (B) with yellow candles for strong momentum moves.
- **Trend Following**: Use candle colors and the trend line to ride bullish (green) or bearish (red) trends.
4. **Customize Settings**
- Open the indicator settings to tweak:
- **Lookback Periods**: Adjust sensitivity for breaks, retests, and reversals (e.g., 20 bars default).
- **Repainting**: Choose "On" for real-time signals or "Off" for confirmed signals.
- **Colors/Styles**: Modify box outlines, label sizes, and colors to your preference.
- **Alerts**: Enable/disable specific alerts (e.g., breakouts, retests, divergences).
- **Volume Threshold**: Set the level for strong breakout confirmation (default: 2).
5. **Alerts**
- Set up alerts via TradingView’s alert menu to get notified of:
- New support/resistance levels.
- Breakouts and confirmed retests.
- Reversals, breakouts, and RSI divergences.
Best Practices
- **Timeframes**: Works on all timeframes—shorter for scalping, longer for swing trading.
- **Markets**: Applicable to stocks, forex, crypto, and more.
- **Confirmation**: Combine with other indicators (e.g., volume, moving averages) for stronger signals.
- **Risk Management**: Always use stop-losses and proper position sizing.
Net Weighted vs Unweighted & S&P Cumulative Return (Intraday)this is a yousef stradegy those who know will like this stradegy
Multi-Stochastic Signal IndicatorMulti-Stochastic Signal Indicator
This indicator combines four stochastic oscillators with different settings to identify potential strong reversal signals in the market.
Key Features
Multiple Timeframe Analysis: Utilizes four different stochastic oscillator settings (9-1-3, 14-1-3, 40-1-4, and 60-1-10) to confirm signals across multiple timeframes
Strong Buy Signal: GREEN up arrows appear when all four stochastic oscillators have their %D lines below 20 (oversold condition)
Strong ShortSignal: RED down arrows appear when all four stochastic oscillators have their %D lines above 80 (overbought condition)
Post-Close Confirmation: Signals are only confirmed after candle close, reducing false signals
Real-Time Tracker: Displays current values of all four stochastic settings in the top-right corner of your chart
How to Use
The indicator identifies potential reversal points where multiple timeframes confirm oversold/overbought conditions
GREEN up arrows suggest strong buying opportunities when the market is extremely oversold across all timeframes
RED down arrows suggest strong short opportunities when the market is extremely overbought across all timeframes
Use in conjunction with other technical analysis tools for confirmation
The real-time tracker allows you to monitor all four stochastic values without needing separate indicators
Settings
Each stochastic oscillator has its own color for easy identification
The %K line is hidden for cleaner visualization while still being used in calculations
Alert conditions are included for both buy and sell signals
This indicator helps identify high-probability reversal points by requiring confirmation from multiple stochastic timeframes, potentially reducing false signals common with single-timeframe indicators.
SemaforI simply added ADR and Daily Open Line to DevLucem's Semafor script. Thank you, DevLucem for your work on producing this semafor indicator in the first place. It was exactly what I was looking for.
Simple Breakout Detectorsimple breakout detector, a simple 5 minute scalping, breakout and retest detector