Volatilità
Indices Scalping Strategy (5min&30minTF)BB+P.Sar by TBTPHPine Script code is a trading strategy using Bollinger Bands and a 50-period Simple Moving Average (SMA) to generate buy and sell signals. You've also incorporated session-specific background coloring for both the London Stock Exchange (LSE) and the New York Stock Exchange (NYSE), which adds extra context for users. Here's a breakdown of the key parts:
Bollinger Bands Calculation:
The script calculates Bollinger Bands using a moving average (basis) and a multiplier for the standard deviation (dev).
It plots the upper, lower, and middle Bollinger Bands (upper_band, lower_band, and basis).
50-period Simple Moving Average (SMA):
It calculates a 50-period SMA (sma_50).
The color of the 50 SMA changes based on the price's relationship to it. It turns green if the price is above the SMA, and red if the price is below it.
Buy and Sell Signals:
A Buy Signal is generated when the price crosses above the lower Bollinger Band.
A Sell Signal is generated when the price crosses below the upper Bollinger Band.
The signals are plotted on the chart as green and red shapes, respectively.
Candle Color Change:
The candle color turns white when the price crosses the middle Bollinger Band (basis), which visually indicates a potential reversal or shift.
Alerts:
Alerts are set up for both Buy and Sell signals, so you can receive notifications when these conditions are met.
Session Times:
The script defines trading hours for both the LSE and NYSE, and changes the background color to blue for LSE and purple for NYSE.
(US) Historical Trade WarsHistorical U.S. Trade Wars Indicator
Overview
This indicator visualizes major U.S. trade wars and disputes throughout modern economic history, from the McKinley Tariff of 1890 to recent U.S.-China tensions. This U.S.-focused timeline is perfect for macro traders, economic historians, and anyone looking to understand how America's trade conflicts correlate with market movements.
Features
Comprehensive U.S. Timeline: Covers 130+ years of U.S.-centered trade disputes with historically accurate dates.
Color-Coded Events:
🔴 Red: Marks the beginning of a U.S. trade war or major dispute.
🟡 Yellow: Highlights significant events within a trade conflict.
🟢 Green: Shows resolutions or ends of trade disputes.
Global Partners/Rivals: Tracks U.S. trade relations with China, Japan, EU, Canada, Mexico, Brazil, Argentina, and others.
Country Flags: Uses emoji flags for easy visual identification of nations in trade relations with the U.S.
Major Trade Wars Covered:
McKinley Tariff (1890-1894)
Smoot-Hawley Tariff Act (1930-1934)
U.S.-Europe Chicken War (1962-1974)
Multifiber Arrangement Quotas (1974-2005)
Japan-U.S. Trade Disputes (1981-1989)
NAFTA and Softwood Lumber Disputes
Clinton and Bush-Era Steel Tariffs
Obama-Era China Tire Tariffs
Rare Earth Minerals Dispute (2012-2014)
Solar Panel Dispute (2012-2015)
TPP and TTIP Negotiations
U.S.-China Trade War (2018-present)
Airbus-Boeing Dispute
Usage
Analyze how markets historically responded to trade war initiations and resolutions.
Identify patterns in market behavior during periods of trade tensions.
Use as an overlay with price action to examine correlations.
Perfect companion for macro analysis on daily, weekly, or monthly charts.
About
This indicator is designed as a historical reference tool for traders and economic analysts focusing on U.S. trade policy and its global impact. The dates and events have been thoroughly researched for accuracy. Each label includes emojis to indicate the U.S. and its trade partners/rivals, making it easy to track America's evolving trade relationships across time.
Note: This indicator works best on larger timeframes (daily, weekly, monthly) due to the historical span covered.
Vortex Sniper Elite @DaviddTechThis is the original script from DaviddTech. I've added a new input setting call "Vortex Strength Alert". Once the Vortex strength is greater than the "Vortex Strength Alert" value, a alert will be triggered. The purpose is for me to look at a particular crypto when it is trending.
Follow Line Strategy Version 2.5 (React HTF)Follow Line Strategy v2.5 (React HTF) - TradingView Script Usage
This strategy utilizes a "Follow Line" concept based on Bollinger Bands and ATR to identify potential trading opportunities. It includes advanced features like optional working hours filtering, higher timeframe (HTF) trend confirmation, and improved trend-following entry/exit logic. Version 2.5 introduces reactivity to HTF trend changes for more adaptive trading.
Key Features:
Follow Line: The core of the strategy. It dynamically adjusts based on price breakouts beyond Bollinger Bands, using either the low/high or ATR-adjusted levels.
Bollinger Bands: Uses a standard Bollinger Bands setup to identify overbought/oversold conditions.
ATR Filter: Optionally uses the Average True Range (ATR) to adjust the Follow Line offset, providing a more dynamic and volatility-adjusted entry point.
Optional Trading Session Filter: Allows you to restrict trading to specific hours of the day.
Higher Timeframe (HTF) Confirmation: A significant feature that allows you to confirm trade signals with the trend on a higher timeframe. This can help to filter out false signals and improve the overall win rate.
HTF Selection Method: Choose between Auto and Manual HTF selection:
Auto: The script automatically determines the appropriate HTF based on the current chart timeframe (e.g., 1min -> 15min, 5min -> 4h, 1h -> 1D, Daily -> Monthly).
Manual: Allows you to select a specific HTF using the Manual Higher Timeframe input.
Trend-Following Entries/Exits: The strategy aims to enter trades in the direction of the established trend, using the Follow Line to define the trend.
Reactive HTF Trend Changes: v2.5 exits positions not only based on the trade timeframe (TTF) trend changing, but also when the higher timeframe trend reverses against the position. This makes the strategy more responsive to larger market movements.
Alerts: Provides buy and sell alerts for convenient trading signal notifications.
Visualizations: Plots the Follow Line for both the trade timeframe and the higher timeframe (optional), making it easy to understand the strategy's logic.
How to Use:
Add to Chart: Add the "Follow Line Strategy Version 2.5 (React HTF)" script to your TradingView chart.
Configure Settings: Customize the strategy's settings to match your trading style and preferences. Here's a breakdown of the key settings:
Indicator Settings:
ATR Period: The period used to calculate the ATR. A smaller period is more sensitive to recent price changes.
Bollinger Bands Period: The period used for the Bollinger Bands calculation. A longer period results in smoother bands.
Bollinger Bands Deviation: The number of standard deviations from the moving average that the Bollinger Bands are plotted. Higher deviations create wider bands.
Use ATR for Follow Line Offset?: Enable to use ATR to calculate the Follow Line offset. Disable to use the simple high/low.
Show Trade Signals on Chart?: Enable to show BUY/SELL labels on the chart.
Time Filter:
Use Trading Session Filter?: Enable to restrict trading to specific hours of the day.
Trading Session: The trading session to use (e.g., 0930-1600 for regular US stock market hours). Use 0000-2400 for all hours.
Higher Timeframe Confirmation:
Enable HTF Confirmation?: Enable to use the HTF trend to filter trade signals. If enabled, only trades in the direction of the HTF trend will be taken.
HTF Selection Method: Choose between "Auto" and "Manual" HTF selection.
Manual Higher Timeframe: If "Manual" is selected, choose the specific HTF (e.g., 240 for 4 hours, D for daily).
Show HTF Follow Line?: Enable to plot the HTF Follow Line on the chart.
Understanding the Signals:
Buy Signal: The price breaks above the upper Bollinger Band, and the HTF (if enabled) confirms the uptrend.
Sell Signal: The price breaks below the lower Bollinger Band, and the HTF (if enabled) confirms the downtrend.
Exit Long: The trade timeframe trend changes to downtrend or the higher timeframe trend changes to downtrend.
Exit Short: The trade timeframe trend changes to uptrend or the higher timeframe trend changes to uptrend.
Alerts:
The script includes alert conditions for buy and sell signals. To set up alerts, click the "Alerts" button in TradingView and select the desired alert condition from the script. The alert message provides the ticker and interval.
Backtesting and Optimization:
Use TradingView's Strategy Tester to backtest the strategy on different assets and timeframes.
Experiment with different settings to optimize the strategy for your specific trading style and risk tolerance. Pay close attention to the ATR Period, Bollinger Bands settings, and the HTF confirmation options.
Tips and Considerations:
HTF Confirmation: The HTF confirmation can significantly improve the strategy's performance by filtering out false signals. However, it can also reduce the number of trades.
Risk Management: Always use proper risk management techniques, such as stop-loss orders and position sizing, when trading any strategy.
Market Conditions: The strategy may perform differently in different market conditions. It's important to backtest and optimize the strategy for the specific markets you are trading.
Customization: Feel free to modify the script to suit your specific needs. For example, you could add additional filters or entry/exit conditions.
Pyramiding: The pyramiding = 0 setting prevents multiple entries in the same direction, ensuring the strategy doesn't compound losses. You can adjust this value if you prefer to pyramid into winning positions, but be cautious.
Lookahead: The lookahead = barmerge.lookahead_off setting ensures that the HTF data is calculated based on the current bar's closed data, preventing potential future peeking bias.
Trend Determination: The logic for determining the HTF trend and reacting to changes is critical. Carefully review the f_calculateHTFData function and the conditions for exiting positions to ensure you understand how the strategy responds to different market scenarios.
Disclaimer:
This script is for informational and educational purposes only. It is not financial advice, and you should not trade based solely on the signals generated by this script. Always do your own research and consult with a qualified financial advisor before making any trading decisions. The author is not responsible for any losses incurred as a result of using this script.
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.
BB Breakout + Momentum Squeeze [Strategy]This Strategy is Based on 3 free indicators
- Bollinger Bands Breakout Oscillator: Link
- TTM Squeeze Pro: Link
- Rolling ATR Bands: Link
Bollinger Bands Breakout Oscillator - This tool shows how strong a market trend is by measuring how often prices move outside their normal Bollinger bands range. It helps you see whether prices are strongly moving in one direction or just moving sideways. By looking at how much and how frequently prices push beyond their typical boundaries, you can identify which direction the market is heading over your selected time period.
TM Squeeze Pro - This is a custom version of the TTM Squeeze indicator.
It's designed to help traders spot consolidation phases in the market (when price is coiling or "squeezing") and to catch breakouts early when volatility returns. The logic is based on the relationship between Bollinger Bands and Keltner Channels, combined with a momentum oscillator to show direction and strength.
Rolling ATR Bands - This indicator combines volatility bands (ATR) with momentum and trend signals to show where the market might be breaking out, retesting, or trending. It's highly visual and helpful for traders looking to time entries/exits during trending or volatile moves.
Logic Of the Strategy:
We are going to use the Bollinger Bands Breakout to determine the direction of the market. Than check the Volatility of the price by looking at the TTM Squeeze indicator. And use the ATR Bands to determine dynamic Stop Losses and based on the calculate the Take Profit targets and quantity for each position dynamically.
For the Long Setup:
1. We need to see the that Bull Power (Green line of the Bollinger Bands Breakout Oscilator) is crossing the level of 50.
2. Check the presence of volatility (Green dot based on the TTM Squeeze indicator)
For the Short Setup:
1. We need to see the that Bear Power (Red line of the Bollinger Bands Breakout Oscilator) is crossing the level of 50.
2. Check the presence of volatility (Green dot based on the TTM Squeeze indicator)
Stop Loss is determined by the Lower ATR Band (for the Long entry) and Upper ATR Band (For the Short entry)
Take Profit is 1:1.5 risk reward ration, which means if the Stop loss is 1% the TP target will be 1.5%
Move stop Loss to Breakeven: If the price will go in the direction of the trade for at least half of the Risk Reward target then the stop will automatically be adjusted to the entry price. For Example: the Stop Loss is 1%, the price has move at least 0.5% in the direction of your trade and that will move the Stop Loss level to the Entry point.
You can Adjust the parameters for each indicator used in that script and also adjust the Risk and Money management block to see how the PnL will change.
Bright Future Enhanced v2"Bright Future Enhanced v2" Scalping Indicator
This sophisticated Pine Script indicator combines 12+ technical tools for 5-minute scalping, featuring multi-timeframe confirmation, adaptive filters, and professional risk management. Here's the breakdown:
Core Components
Core Components
EWO Hybrid Oscillator
Dual MA ratio (3/21 EMAs or 5/34 SMAs)
Signal line with adjustable delay (3 periods)
Requires 0.05 gap threshold for valid crossover
Trend Quad-Filter System
ADX (6-period) with 25+ strength threshold
Heikin Ashi Smoothed Bias (30-period EMA)
Higher TF ADX alignment (15-min timeframe)
MA Filter (20-period EMA/SMA price position)
Momentum Confirmation
RSI (6-period) with 75/25 thresholds
CCI (6-period) with 75-level cross
Rate of Change (5-period)
Awesome Oscillator (5/34 differential)
Smart Risk Management
ATR-Based Stops
profitTarget = 1.5 * ATR(10) | stopLoss = 1 * ATR(10)
Volatility Filter
Allows trades only when ATR is between 0.3-1.2x of 14-period average
Signal Reset Logic
Cancels opposite positions on counter-signals
Trader Kit: MAs | ADR% | ATR% | $ Vol | RVol | Float%Trader Kit is a data-rich indicator designed to give traders quick access to essential technical context — from price structure and volatility to volume dynamics and sector strength.
🔧 Key Features
Moving Average Ribbon
Eight customizable moving averages with full control over:
Type (SMA, EMA, SMMA, WMA, VWMA, HMA)
Source (close, hl2, etc.)
Length
Color
Visibility toggle
→ Alerts can be placed on any MA.
Volatility Metrics
ADR%: Measures the average high-low range over the past 20 days (can be edited), ignoring gaps. It reflects how much a stock typically moves within the day.
ATR%: Measures the average true range over 14 periods (can be edited), including gaps. It reflects total daily volatility, accounting for overnight moves.
Volume Intel
Lookback period for all volume parameters.
Average Volume
Average Dollar Volume: Volume × price, formatted with K/M/B. A vital liquidity gauge — high $Vol often indicates institutional interest and facilitates smoother trade execution.
Relative Volume: Compares current volume to its 20-day average. Spikes in Rel. Vol often signal unusual interest or developing setups.
Up/Down Volume Ratio: Sum of up days’ volume vs. down days over the lookback period. Useful for identifying accumulation vs. distribution behavior.
Market Context
Market Cap
Float %: Shows the tradable portion of shares — lower float often means more volatility.
% from Open: Measures current positioning within the daily range.
% from 52-Week High / Low: Identifies strength or weakness relative to long-term extremes.
RSI (14): Included for basic momentum context.
Sector & Industry Mapping
Automatically detects the asset’s sector and industry, then maps each to the most relevant ETF proxy. The script displays the daily % change from open for both ETFs — providing a quick lens into relative strength at the group level.
Pivot Points
Marks recent high and low pivots based on user-defined length. Each pivot includes price and optional % change from the previous opposite pivot.
Customizable Stats Table
A dynamic, 2-column table presenting all selected metrics with the following controls:
Position: Top/Bottom Left, Center, Right
Text size: Tiny, Small, Normal, Large
Individual metric toggles
Custom label color
Option to apply a unified color or retain color styling per stat
👉 Companion tool: FunkyQuokka’s $Vol Indicator (click chart below)
🙏 Credits & Shoutouts
Portions of this script were inspired by or adapted from the work of:
@jfsrevg, @Fred6724, @TraderWillHu, @TheScrutiniser
With appreciation to the PineCoders community for tools, documentation, and support.
Crafted by @FunkyQuokka for traders who value structure, context and clarity.
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.
Multi-Timeframe ATR MonitorThis indicator displays a table of ATR values across multiple user-defined timeframes (1m, 3m, 5m, 15m, 60m, daily by default) and tracks the session range since 18:00. Customize the timeframes and ATR length via inputs.
SMA 12 26 50 200 / BB / KAIRIThe SMA 12 26 50 200 / BB / KAIRI is a comprehensive technical analysis tool designed for traders who rely on various moving averages and indicators to inform their market decisions. This custom-built indicator includes:
Multiple Simple Moving Averages (SMA):
The script includes four simple moving averages (SMA) with customizable periods:
SMA 12 (Short-Term)
SMA 26 (Medium-Term)
SMA 50 (Mid-Term)
SMA 200 (Long-Term)
These moving averages help identify potential trends and market direction based on varying timeframes, allowing traders to analyze short, medium, and long-term price movements.
Bollinger Bands (BB):
The Bollinger Bands indicator is included to measure market volatility. The indicator consists of:
The middle band, which is a 20-period simple moving average.
The upper and lower bands, which are calculated using standard deviations to show potential overbought or oversold conditions.
Kairi Oscillator:
The Kairi Oscillator is a unique tool for identifying price divergence from the SMA 25. The oscillator creates two lines, an upper and lower level based on a percentage of price deviation from the SMA. Alerts are generated when the price crosses these levels, providing buy or sell signals.
Alerts and Signals:
Possible Buy Alert: An alert is triggered when the price touches the 50-period SMA or 200-period SMA, signaling potential buying opportunities.
Buy and Sell Signals: The script includes built-in logic for buy and sell signals based on the crossing of the Kairi Oscillator, helping traders make informed decisions in real-time.
Customizable Parameters:
Users can adjust the periods of the SMAs and the Kairi Oscillator directly within the script settings to align with their preferred trading strategy.
This indicator is particularly useful for trend-following traders who want to visualize multiple timeframes and use volatility measures to make strategic decisions. The combination of SMAs, Bollinger Bands, and the Kairi Oscillator helps traders spot market opportunities and manage risk effectively.
This description covers the main features and functionalities of the Pine Script indicator, highlighting its flexibility and utility for traders who use moving averages, Bollinger Bands, and the Kairi Oscillator. Let me know if you'd like to adjust or add any specific features to the description!
RSI-Volume Momentum Signal ScoreRSI-Volume Momentum Signal Score
Description
The RSI-Volume Momentum Signal Score is a predictive technical indicator designed to identify bullish and bearish momentum shifts by combining volume-based momentum with the Relative Strength Index (RSI). It generates a Signal Score derived from:
• The divergence between short-term and long-term volume (Volume Oscillator), and
• RSI positioning relative to a user-defined threshold.
This hybrid approach helps traders detect early signs of price movement based on volume surges and overbought/oversold conditions.
The Signal Score is computed as follows:
Signal Score = Volume Momentum x RSI Divergence Factor
Volume Momentum = tanh ((Volume Oscillator value (vo) – Volume Threshold)/Scaling Factor)
RSI Divergence Factor = ((RSI Threshold – RSI Period)/Scaling Factor)
Or,
Signal Score = tanh((vo - voThreshold) / scalingFactor) * ((rsiThreshold - rsi) / scalingFactor)
The logic of this formula are as follows:
• If Volume Oscillator >= Volume Threshold and RSI <= RSI Threshold: Bullish Signal (+1 x Scaling Factor)
• If Volume Oscillator >= Volume Threshold and RSI >= (100 – RSI Threshold): Bearish Signal (-1 x Scaling Factor)
• Otherwise: Neutral (0)
The tanh function provides the normalization process. It ensures that the final signal score is bounded between -1 and 1, increases sensitivity to early changes in volume patterns based on RSI conditions, and prevent sudden jumps in signals ensuring smooth and continuous signal line.
Input Fields
The input fields allow users to customize the behavior of the indicator based on their trading strategy:
Short-Term Volume MA
- Default: `2`
- Description: The period for the short-term moving average of volume.
- Purpose: Captures short-term volume trends.
Long-Term Volume MA)
- Default: `10`
- Description: The period for the long-term moving average of volume.
- Purpose: Captures long-term volume trends for comparison with the short-term trend.
RSI Period)
- Default: `3`
- Description: The period for calculating the RSI.
- Purpose: Measures the relative strength of price movements over the specified period.
Volume Oscillator Threshold
- Default: `70`
- Description: The threshold for the Volume Oscillator to determine significant volume momentum.
- Purpose: Filters out weak volume signals.
RSI Threshold
- Default: `25`
- Description: The RSI level used to identify overbought or oversold conditions.
- Purpose: Helps detect potential reversals in price momentum.
Signal Scaling Factor
- Default: `10`
- Description: A multiplier for the signal score.
- Purpose: Adjusts the magnitude of the signal score for better visualization.
How To Use It for Trading:
Upcoming Bullish Signal: Signal line turns from Gray to Green or from Green to Gray
Upcoming Bearish Signal: Signal line turns from Gray to Red or from Red to Gray
Note: The price that corresponds to the transition of Signal line from Gray to Green or Red and vise versa is the signal price for upcoming bullish or bearish signal.
The signal score dynamically adjusts based on volume and RSI thresholds, making it adaptable to various market conditions, and this is what makes the indicator unique from other traditional indicators.
Unique Features
Unlike traditional indicators, this indicator combines two different dimensions—volume trends and RSI divergence—for more comprehensive signal generation. The use of tanh() to scale and smooth the signal is a mathematically elegant way to manage signal noise and highlight genuine trends. Traders can tune the scaling factor and thresholds to adapt the indicator for scalping, swing trading, or longer-term investing.
Double SuperTrend Crossover AlertsDouble SuperTrend Crossover Alerts
This indicator uses two SuperTrend calculations to generate trading alerts based on their crossover. The idea is simple:
A Buy Signal is produced when the fast SuperTrend (using a factor of 2 by default) crosses above the slow SuperTrend (using a factor of 4 by default).
A Sell Signal is produced when the fast SuperTrend crosses below the slow SuperTrend.
How It Works
Inputs and Calculations
ATR Length: Set to 13 by default and used in the Average True Range (ATR) calculation to adjust the indicator's sensitivity.
Fast SuperTrend Factor: The fast SuperTrend uses a multiplier of 2, making it more sensitive to recent price changes.
Slow SuperTrend Factor: The slow SuperTrend uses a multiplier of 4, making it smoother and less reactive.
Customizable Settings:
Users can edit the ATR length, the fast factor, and the slow factor as desired, allowing you to adjust the indicator to suit your personal trading style and preferred time frames.
Signal Generation
Buy Signal: Generated when the fast SuperTrend moves above the slow SuperTrend, suggesting a bullish move.
Sell Signal: Generated when the fast SuperTrend falls below the slow SuperTrend, indicating a potential bearish move.
Alert Functionality
The indicator comes with built-in alert conditions. You can set up alerts in TradingView so that you receive notifications:
Buy Alert: When the fast SuperTrend crosses above the slow SuperTrend.
Sell Alert: When the fast SuperTrend crosses below the slow SuperTrend.
This way, you will never miss a potential trading signal.
Disclaimer
Trading involves risk, and past performance does not guarantee future results. This indicator is for educational purposes only and should not be used as the sole basis for any trading decision. Always use proper risk management and confirm signals with additional analysis before entering any trade.
Happy Trading!
Scalping 15min: EMA + MACD + RSI + ATR-based SL/TP📈 Strategy: 15-Minute Scalping — EMA + MACD + RSI + ATR-based SL/TP
This scalping strategy is designed for 15-minute charts and combines trend-following and momentum confirmation with dynamic stop loss and take profit levels based on volatility.
🔧 Indicators Used:
EMA 50 — identifies the main trend
MACD Histogram — confirms momentum direction
RSI (14) — filters overbought/oversold conditions
ATR (14) — dynamically sets SL and TP based on market volatility
📊 Entry Conditions:
Long Entry:
Price is above EMA 50
MACD histogram is positive
RSI is above 50 but below 70
Short Entry:
Price is below EMA 50
MACD histogram is negative
RSI is below 50 but above 30
🛑 Risk Management:
Stop Loss: 1×ATR (user-configurable)
Take Profit: 2×ATR (user-configurable)
These values can be adjusted in the script inputs depending on your risk/reward preference or market conditions.
⚠️ Notes:
Strategy is optimized for scalping fast-moving pairs (e.g. crypto, forex).
Works best in trending markets.
Use backtesting and forward testing before live trading.
RSI + ADX + ATR Combo Indicator: RSI + ADX + ATR Combo Filter
This indicator is a confluence filter tool that combines RSI, ADX, and ATR into a single, easy-to-read chart overlay. It is designed to help traders identify low-volatility, non-trending zones with balanced momentum—ideal for strategies that rely on breakouts or reversals.
🔍 Core Components:
RSI (Relative Strength Index)
Standard RSI with custom upper and lower bounds (default: 60 and 40).
Filters out extreme overbought/oversold regions and focuses on price consolidation zones.
ADX (Average Directional Index)
Measures trend strength.
When ADX is below a custom threshold (default: 20), it indicates a weak or range-bound trend.
ATR (Average True Range)
Represents volatility.
Low ATR values (default threshold: 2.5) are used to filter out high-volatility environments, helping refine entries.
🟣 Signal Logic:
A signal is highlighted with a background color when all three conditions are met:
RSI is between lower and upper bounds (e.g., 40 < RSI < 60) ✅
ADX is below the trend threshold (e.g., ADX < 20) ✅
ATR is below the volatility threshold (e.g., ATR < 2.5) ✅
These combined conditions suggest a low-volatility, low-trend strength, and balanced momentum zone—perfect for anticipating breakouts or strong directional moves.
ETHBTC DCA StrategyA simple indicator to be alerted when HTF DCA is recommended in and out of the ETHBTC chart.
As ETHBTC oscillates depending on whether we are in risk on / risk off with fed monetary policy this is a safe if long term trade plan.
Ultimate MA & PSAR [TARUN]Overview
This indicator combines a customizable Moving Average (MA) and Parabolic SAR (PSAR) to generate precise long and short trade signals. A dashboard displays real-time trade conditions, including signal direction, entry price, stop loss, and PnL tracking.
Key Features
✅ Customizable MA Type & Period – Choose between SMA or EMA with adjustable length.
✅ Adaptive PSAR Settings – Modify start, increment, and max step values to fine-tune stop levels.
✅ Trade Signal Logic – Identifies potential buy (long) and sell (short) opportunities based on:
Price action relative to MA
MA trend direction (rising or falling)
PSAR confirmation
✅ Dynamic Stop Loss Calculation – Uses lowest low/highest high over a specified period for stop loss placement.
✅ Trade State & Reversal Handling – Manages active trades, pending signals, and stop loss exits dynamically.
✅ PnL & Dashboard Table – Displays real-time signal status, entry price, stop loss, and profit/loss (PnL) in an easy-to-read format.
How It Works
1.Buy (Long) Condition:
MA is rising
Price is above the MA
PSAR is below price
2.Sell (Short) Condition:
MA is falling
Price is below the MA
PSAR is above price
3.Stop Loss Handling:
For long trades → stop loss is set at the lowest low of the last X candles
For short trades → stop loss is set at the highest high of the last X candles
4.Trade Execution & PnL Calculation:
If a valid long/short setup is detected, a pending signal is placed.
On the next bullish (for long) or bearish (for short) candle, the trade is confirmed.
Real-time PnL updates help track trade performance.
Customization Options
🔹 Moving Average: SMA or EMA, adjustable period
🔹 PSAR Settings: Start, Increment, Maximum step values
🔹 Stop Loss Lookback: Choose how many candles to consider for stop loss placement
🔹 Dashboard Positioning: Select preferred display location (top/bottom, left/right)
🔹 Trade Signal Selection: Enable/Disable Long and Short signals individually
How to Use
Add the indicator to your chart.
Customize the MA & PSAR settings according to your trading strategy.
Follow the dashboard signals for trade setups.
Use stop loss levels to manage risk effectively.
Disclaimer
⚠️ This indicator is for educational purposes only and does not constitute financial advice. Always perform proper risk management and backtesting before using it in live trading.
Footprint Vumeter (Apicode)This indicator is very useful for detecting potential false trends and changes in direction.
It works on the basis of FOOTPRINT and displays the corresponding BID, ASK, and Volume values for each candle (each price).
No configuration required.
Footprint Simplified (Aplicode)This indicator works on the basis of FOOTPRINT and represents the corresponding BID, ASK, and Volume values for each candle (each price).
No configuration required.
ATR Amplitude RatioATR Amplitude Ratio
The ATR Amplitude Ratio indicator measures price volatility by comparing the current candle's amplitude (high-low range) to the Average True Range (ATR). This helps traders identify when price movement exceeds typical volatility thresholds, potentially signaling unusual market activity.
Key Features:
Displays the ratio between current candle height and ATR as color-coded histogram bars
Customizable ATR calculation with multiple smoothing methods (SMA, EMA, RMA, WMA)
Visual reference lines at 1x, 2x, 3x, 4x, and 5x ATR levels
Dynamic color coding based on volatility intensity (5 customizable threshold colors)
Real-time display of current ratio and ATR values
How to Use:
Volatility Assessment: Quickly identify if price action is within normal volatility ranges or exhibiting unusual movement
Breakout Confirmation: Higher ratios can confirm genuine breakouts versus false moves
Entry/Exit Timing: Consider entries when volatility returns to normal ranges after spikes
Risk Management: Adjust position sizing based on current volatility ratios
Settings:
ATR Length: Determines the lookback period for ATR calculation (default: 14)
ATR Smoothing Type: Choose from SMA, EMA, RMA, or WMA methods
Color Thresholds: Customize colors for different volatility ranges
This indicator helps traders make more informed decisions by providing context about current price action relative to recent historical volatility.
Footprint Advanced (Apicode)This more sophisticated and precise indicator works on the foundations of FOOTPRINT and represents the corresponding BID, ASK, and Volume values for each candle (each price).
No configuration required.