ATR-Based Target & Stop-Loss📈 ATR-Based Stop Loss & Target Finder Indicator – Description
The ATR-Based SL & Target Finder is a dynamic risk management tool designed to calculate optimal stop loss and target levels based on market volatility. It leverages the Average True Range (ATR)—a popular volatility indicator—to adaptively scale your risk according to current market conditions.
🔧 How It Works:
Input Parameters:
ATR Length (Default: 14): Determines the period over which ATR is calculated.
Risk Multiplier (for SL): The SL is calculated as a multiple of the ATR (e.g., 1.5× ATR).
Reward Multiplier (for Target): The target is calculated as a multiple of the ATR (e.g., 2× or 3× ATR).
Entry Candle Logic:
You define the entry candle (either via strategy logic or manual marking).
The indicator uses the high/low of this entry candle to place the SL and target.
Stop Loss & Target Levels:
For Long Positions:
SL = Entry Candle Low − (Risk Multiplier × ATR)
Target = Entry Price + (Reward Multiplier × ATR)
For Short Positions:
SL = Entry Candle High + (Risk Multiplier × ATR)
Target = Entry Price − (Reward Multiplier × ATR)
Visuals on Chart:
Horizontal lines or labels indicating SL and target levels.
Option to enable/disable real-time labels and color-coded zones.
✅ Key Features:
Volatility-Adjusted: Adapts to market conditions automatically.
Customizable Multipliers: Supports various risk-reward ratios (e.g., 1:2, 1:3).
Intraday & Positional: Works across timeframes (5-min to daily).
Trend-Agnostic: Can be paired with any entry strategy (EMA cross, candle rating, RSI/VWAP, etc.).
🎯 Ideal Use Case:
Traders seeking objective, emotion-free exits based on volatility—especially in fast-moving instruments like Nifty/Bank Nifty, stocks, or crypto. The indicator fits seamlessly with both manual trading setups and algo executions that require SL/target auto-calculation.
Candlestick analysis
1H Reversal Strategy + Supertrend Exit (met ta.dmi)Eerste strategie, dus ik wil even uitproberen of dit werkt met Cryptohopper.
My script
// Description:
// This indicator is developed by my script to assist traders in identifying key entry and exit points
// based on a combination of price action, custom trend filters, and momentum analysis.
// It is designed for use on intraday and positional charts and aims to provide high-probability signals
// in trending as well as ranging market conditions.
//
// Features:
// - Custom trend direction logic
// - Dynamic buy/sell signal generation
// - Works across multiple timeframes and instruments
// - Can be used standalone or alongside other strategies
//
// Public Release:
// This script is public and free to use. Please give credit if reused or modified.
// Follow my script on TradingView for updates, strategy breakdowns, and market insights.
//
// Disclaimer:
// This tool is for educational purposes only and should not be considered financial advice.
// Always use proper risk management.
//
15분봉 50MAThis indicator displays the 50-period Simple Moving Average (SMA) from the 15-minute timeframe on your current chart (optimized for use on the 5-minute chart).
It helps short-term traders identify significant higher-timeframe support and resistance levels that are not visible in lower timeframes.
📌 Use cases:
Confirm pullback entries with the 15m 50MA as dynamic support.
Identify key levels for potential trend reversals or take-profit zones.
Works well with scalping, intraday, and breakout strategies.
✅ Compatible with Binance, Bybit, Bitget, and all TradingView crypto tickers.
Created with ❤️
15분봉 50MAThis indicator displays the 50-period Simple Moving Average (SMA) from the 15-minute timeframe on your current chart (optimized for use on the 5-minute chart).
It helps short-term traders identify significant higher-timeframe support and resistance levels that are not visible in lower timeframes.
📌 Use cases:
Confirm pullback entries with the 15m 50MA as dynamic support.
Identify key levels for potential trend reversals or take-profit zones.
Works well with scalping, intraday, and breakout strategies.
✅ Compatible with Binance, Bybit, Bitget, and all TradingView crypto tickers.
Created with ❤️ by tradingMaster
[T] Current Candle High/Low - Left LinesThis script can be used to see if the current candle has hit a FVG or OB to the left.
Useful for setting if price has hit the CE of a previous FVG or OB on the same timeframe.
QoQ PAT & Sales % Labels by GauravThis indicator automatically displays the Quarter-over-Quarter (QoQ) percentage change of Sales and PAT (Profit After Tax) directly under the candlestick chart whenever quarterly results are released. It fetches financial data using TradingView’s request.financial() function and calculates the % change compared to the previous quarter. Labels are plotted at the exact bar where earnings are announced, helping traders quickly visualize fundamental growth alongside price action.
GOLDEN TIME MARKER) + 7PM (Mondays)This indicator draws vertical lines at key session times in UTC+1 (Casablanca local time):
- Red line at 04:00 AM daily
- Green line at 04:00 PM daily
- Blue line at 07:00 PM only on Mondays (2024–2025)
Perfect for traders who want to mark important intraday levels for Forex, Crypto, or any asset class. Works on timeframes from 1 minute up to 1 hour. Customizable colors and full multi-market support.
ES Open-Close 9:30-16:00 TableDisplays a daily table showing the open at 9:30 and close at 16:00 (New York time) for ES
ES Open-Close 9:30-16:00 TableDisplays a daily table showing the open at 9:30 and close at 16:00 (New York time) for ES
Stochastic RSI with MTF TableShort Description of the Script
The provided Pine Script indicator, titled "Stochastic RSI with MTF Table," calculates and displays the Stochastic RSI for the current timeframe and multiple other timeframes (5m, 15m, 30m, 60m, 240m, and daily). The Stochastic RSI is a momentum indicator that blends the Relative Strength Index (RSI) and Stochastic Oscillator to identify overbought and oversold conditions, as well as potential trend reversals via K and D line crossovers.
Key features of the script include:
Inputs: Customizable parameters such as K smoothing (default 3), D smoothing (default 3), RSI length (default 14), Stochastic length (default 14), source price (default close), and overbought/oversold levels (default 80/20).
MTF Table: A table displays the Stochastic RSI status for each timeframe:
"OB" (overbought) if K > 80, "OS" (oversold) if K < 20, or "N" (neutral) otherwise.
Crossovers: "K↑D" for bullish (K crosses above D) and "K↓D" for bearish (K crosses below D).
Visualization: Plots the K and D lines for the current timeframe, with horizontal lines at 80 (overbought), 50 (middle), and 20 (oversold), plus a background fill for clarity.
Table Position: Configurable to appear in one of four chart corners (default: top-right).
This indicator helps traders assess momentum across multiple timeframes simultaneously, aiding in the identification of trend strength and potential entry/exit points.
Trading Strategy with 50EMA and 200EMA for Highest Winning Rate
To create a strategy with the best probability of a high winning rate using the Stochastic RSI MTF indicator alongside the 50-period Exponential Moving Average (50EMA) and 200-period Exponential Moving Average (200EMA), we can combine trend identification with momentum-based entry timing. The 50EMA and 200EMA are widely used to determine medium- and long-term trends, while the Stochastic RSI MTF table provides multi-timeframe momentum signals. Here’s the strategy:
1. Determine the Overall Trend
Bullish Trend: The 50EMA is above the 200EMA on the current timeframe (e.g., daily or 60m chart). This suggests an uptrend, often associated with a "Golden Cross."
Bearish Trend: The 50EMA is below the 200EMA on the current timeframe. This indicates a downtrend, often linked to a "Death Cross."
Implementation: Plot the 50EMA and 200EMA on your chart and visually confirm their relative positions.
2. Identify Entry Signals Using the Stochastic RSI MTF Table
In a Bullish Trend (50EMA > 200EMA):
Look for timeframes in the MTF table showing:
Oversold (OS): K < 20, indicating a potential pullback in the uptrend where price may rebound.
Bullish Crossover (K↑D): K crosses above D, signaling rising momentum and a potential entry point.
Example: If the 60m and 240m timeframes show "OS" or "K↑D," this could be a buy signal.
In a Bearish Trend (50EMA < 200EMA):
Look for timeframes in the MTF table showing:
Overbought (OB): K > 80, suggesting a rally in the downtrend where price may reverse downward.
Bearish Crossover (K↓D): K crosses below D, indicating declining momentum and a potential short entry.
Example: If the 30m and daily timeframes show "OB" or "K↓D," this could be a sell/short signal.
Current Timeframe Check: Use the plotted K and D lines on your trading timeframe for precise entry timing (e.g., confirm a K↑D crossover on a 60m chart for a long trade).
3. Confirm Signals Across Multiple Timeframes
Strengthen the Signal: A higher winning rate is more likely when multiple timeframes align with the trend and signal. For instance:
Bullish trend + "OS" or "K↑D" on 60m, 240m, and daily = strong buy signal.
Bearish trend + "OB" or "K↓D" on 15m, 60m, and 240m = strong sell signal.
Prioritize Higher Timeframes: Signals from the 240m or daily timeframe carry more weight due to their indication of broader trends, increasing reliability.
4. Set Stop-Loss and Take-Profit Levels
Long Trades (Bullish):
Stop-Loss: Place below the most recent swing low or below the 50EMA, whichever is closer, to protect against trend reversals.
Take-Profit: Target a key resistance level or use a risk-reward ratio (e.g., 2:1 or 3:1) based on the stop-loss distance.
Short Trades (Bearish):
Stop-Loss: Place above the most recent swing high or above the 50EMA, whichever is closer.
Take-Profit: Target a key support level or apply a similar risk-reward ratio.
Trailing Stop Option: As the trend progresses, trail the stop below the 50EMA (for longs) or above it (for shorts) to lock in profits.
5. Risk Management
Position Sizing: Risk no more than 1-2% of your trading capital per trade to minimize losses from false signals.
Volatility Consideration: Adjust stop-loss distances and position sizes based on the asset’s volatility (e.g., wider stops for volatile stocks or crypto).
Avoid Overtrading: Wait for clear alignment between the EMA trend and MTF signals to avoid low-probability setups.
Example Scenario
Chart: 60-minute timeframe.
Trend: 50EMA > 200EMA (bullish).
MTF Table: 60m shows "OS," 240m shows "K↑D," and daily is "N."
Action: Enter a long position when the 60m K line crosses above D, confirming the table signal.
Stop-Loss: Below the recent 60m swing low (e.g., 2% below entry).
Take-Profit: At the next resistance level or a 3:1 reward-to-risk ratio.
Outcome: High probability of success due to trend alignment and multi-timeframe confirmation.
Why This Strategy Works
Trend Following: Trading in the direction of the 50EMA/200EMA trend reduces the risk of fighting the market’s momentum.
Momentum Timing: The Stochastic RSI MTF table pinpoints pullbacks or reversals within the trend, improving entry timing.
Multi-Timeframe Confirmation: Alignment across timeframes filters out noise, increasing the win rate.
Risk Control: Defined stop-loss and position sizing protect against inevitable losses.
Caveats
No strategy guarantees a 100% win rate; false signals can occur, especially in choppy markets.
Test this strategy on historical data or a demo account to verify its effectiveness for your asset and timeframe.
This approach leverages the strengths of both trend-following (EMA) and momentum (Stochastic RSI) tools, aiming for a high-probability, disciplined trading system.
Session Open-Close Table 9:30-16:00 with Date RangeDisplays a daily table showing the open at 9:30 and close at 16:00 (New York time) for any asset. Includes a date range filter to extract session-based open-close values.
פתיחה וסגירה 9:30–16:00 לפי טווח תאריכיםהאינדיקטור מציג בטבלה פתיחה וסגירה של מסחר יומי
this indicator shows in tablet open / close prices in a daily basis from date to date
20 EMA Crossover with Daily Open S/RUpdated Version of the previous crossover inc highlighted candles
20 EMA Crossover with Daily Open S/R20EMA cross over candle strategy , full bodied close with DO and Preivous High and low
Pullback Setup HelperThe Pullback Setup Helper is a visual tool designed to assist traders in identifying high-probability pullback entry zones in both bullish and bearish trends. It dynamically calculates support and resistance pullback areas using a combination of recent price extremes and ATR-based volatility measures.
The indicator plots two main zones: one for potential long setups beneath recent highs, and another for short setups above recent lows. These zones are derived from configurable multipliers of the ATR to define depth and width, with an additional buffer to allow for slight overshoots or market noise.
Signals are generated when price enters a pullback zone and closes in the direction of the trend, using a relaxed condition (close > previous close for longs, close < previous close for shorts) to increase signal frequency. Entry signals appear as triangles on the chart, with optional alerts available for both long and short scenarios.
This tool is best used as a contextual guide to support trend-continuation trades, particularly when combined with additional confirmation from momentum or volume indicators.
Multi-Timeframe Countdown Timer TTHello TradingView Community,
I'm excited to share the latest version of an indicator I've developed: The **Multi-Timeframe Countdown Timer v6**.
**What is this indicator?**
This indicator provides a clear and convenient countdown showing the time remaining until the *next candle closes* for *multiple timeframes* simultaneously on your chart.
**Key Features & Benefits:**
Tracking candle closing times across different timeframes is crucial for many trading strategies. This indicator makes it easy and visually intuitive:
1. **Multi-Timeframe Support:** Monitor countdowns for several timeframes all at once, including higher timeframes than your current chart view.
2. **Compact Table Display:** See all your chosen timers neatly organized in a small, unobtrusive table directly on your chart.
3. **Full Customization:** Tailor the indicator to your needs! You can easily customize:
* **Display Position:** Choose where the table appears on your chart.
* **Text Size:** Adjust the size of the countdown text for readability.
* **Colors:** Set colors for the background, text, and warning state.
* **Timeframe Selection:** Easily select which timeframes you want to track.
4. **4H Candle Reference Time Adjustment:** A unique feature that allows you to adjust the *start time* reference for the 4-hour candle countdown. This is essential for aligning the timer correctly with different exchange or broker time settings, ensuring accurate 4H tracking.
5. **Warning Color Alert:** The timer changes color (default: red) when there are less than 10 seconds remaining, giving you a clear visual alert just before the candle closes.
**How to Use:**
Simply add the "Multi-Timeframe Countdown Timer v6" indicator to your chart. Open its settings to select the timeframes you want to track, adjust the display position, size, colors, and configure the 4H reference time if needed.
This indicator is perfect for traders who need to stay precise with their timing and monitor activity across various time perspectives without constantly switching timeframes.
I hope you find this tool valuable for your trading! Please give it a try and share any feedback or suggestions in the comments below. If you find it useful, please hit the "Like" button!
Happy Trading!
FTC Confirmation (Daily + 60 + 30)This Pine Script strategy provides a "Full Timeframe Confirmation" (FTC) system by analyzing three timeframes: Daily, 60-min, and 30-min. It checks if all timeframes align in the same direction (either bullish or bearish) and colors the current candle accordingly. A green candle indicates a full bullish confirmation, while a maroon candle indicates a full bearish confirmation. This helps identify market trend reinforcement or rejection based on multi-timeframe analysis.
Pivot ATR Zones [v6]🟩 Pivot ATR Zones
Overview:
The Pivot ATR Zones indicator plots dynamic support and resistance zones based on pivot highs and lows, combined with ATR (Average True Range) volatility levels. It helps traders visually identify potential long and short trade areas, along with realistic target and stop loss zones based on market conditions.
Features:
Automatically detects pivot highs and lows
Draws ATR-based entry zones on the chart
Plots dynamic take-profit and stop-loss levels using ATR multipliers
Color-coded long (green) and short (red) zones
Entry arrow markers for clearer trade visualization
Real-time alerts when new zones form
Best For:
Scalpers, intraday traders, and swing traders who want a visual, volatility-aware way to mark potential trade areas based on key pivot structures.
How to Use:
Look for newly formed green zones for long opportunities and red zones for short setups.
Use the dashed lines as dynamic take-profit and stop levels, tuned to the current ATR value.
Combine with other confirmation tools or indicators for optimal results.
Vietnamese Market Structure With CountersThis indicator is designed to track Market Structure with Swing-Low Breakdowns and Swing-High Breakups specifically tailored for the Vietnamese stock market, though it can be applied elsewhere too. By default, it uses a 10-period EMA to dynamically detect key turning points in price action and count significant breakdowns or breakups from previous swing levels.
As an open source, you can modify the source code to match your needs.
What it does:
Detects when price breaks below previous swing lows or above previous swing highs.
Plots swing levels for both highs and lows.
Displays labeled counters on the chart to show how many consecutive breakdowns or breakups have occurred.
Helps traders identify trend shifts and possible exhaustion in moves.
Why it's useful:
This tool is great for visually tracking market momentum and structure changes — especially in trending or volatile environments. It emphasizes structure over indicators, helping you understand price behavior in a simplified, intuitive way.
License:
This script is published under the Mozilla Public License 2.0. Feel free to use, modify, and contribute!
Created with care by @doqkhanh.
If you find it useful, consider leaving a comment or sharing it with others!
Bitcoin Impact AnalyzerSummary of the "Bitcoin Impact Analyzer" script, the adjustments users can make, and an explanation of what the chart and table represent:
Script Summary:
The "Bitcoin Impact Analyzer" script is designed to help traders and analysts understand the relationship between a chosen altcoin and Bitcoin (BTC). It does this by:
Fetching price data for the specified altcoin and Bitcoin.
Calculating several key comparative metrics:
Normalized Prices: Shows the percentage performance of both assets from a common starting point.
Price Correlation: Measures how similarly the two assets' prices move over a defined period.
Beta: Indicates the altcoin's volatility relative to Bitcoin.
Altcoin/BTC Ratio: Shows the altcoin's value expressed in Bitcoin.
Fetching and displaying Bitcoin Dominance (BTC.D) data.
Visualizing these metrics on the chart as distinct plots.
Displaying the current values of these key metrics in a data table on the chart for quick reference.
The script aims to provide insights into whether an altcoin is outperforming or underperforming Bitcoin, how closely its price movements are tied to Bitcoin's, and its relative volatility.
User Adjustments:
Users can customize the script's behavior through several input settings:
Symbol Inputs:
Altcoin Symbol: Users can enter the ticker symbol for any altcoin they wish to analyze (e.g., BINANCE:ETHUSDT, KUCOIN:SOLUSDT).
Bitcoin Reference Symbol: Users can specify the Bitcoin pair to use as a reference, though BINANCE:BTCUSDT is a common default.
Lookback for Correlation/Beta:
Lookback Period: This integer value (default 50 periods) determines how many past candles are used to calculate the price correlation and beta.
A shorter lookback makes the metrics more sensitive to recent price action.
A longer lookback provides a smoother, more stable indication of the longer-term relationship.
Plot Visibility Options:
Users can toggle on or off the display of each individual plot on the chart:
Normalized BTC & Altcoin Prices
Altcoin/BTC Ratio
Correlation Plot
Bitcoin Dominance (BTC.D)
Beta Plot
This allows users to focus on specific metrics and reduce chart clutter.
What the Chart Represents:
The chart visually displays the historical trends and relationships of the selected metrics:
Normalized Prices Plot: Two lines (typically orange for BTC, blue for the altcoin) show the percentage growth of each asset from the start of the loaded chart data (or the first available data point for each symbol). This makes it easy to see which asset has performed better over time on a relative basis.
Correlation Plot: A single line (purple) oscillates between -1 and +1.
Values near +1 indicate a strong positive correlation (altcoin and BTC prices tend to move in the same direction).
Values near -1 indicate a strong negative correlation (they tend to move in opposite directions).
Values near 0 indicate little to no linear relationship.
Lines at +0.7 and -0.7 are often plotted as thresholds for "strong" correlation.
Beta Plot (if enabled): A single line (teal) shows the altcoin's volatility relative to BTC.
A Beta of 1 (often marked by a dashed line) means the altcoin has, on average, the same volatility as BTC.
Beta > 1 suggests the altcoin is more volatile than BTC (moves by a larger percentage for a given BTC move).
Beta < 1 suggests the altcoin is less volatile than BTC.
Bitcoin Dominance Plot: An area plot (gray) shows the percentage of the total cryptocurrency market capitalization that Bitcoin holds. This helps understand broader market sentiment and capital flows.
Altcoin/BTC Ratio Plot: A line (fuchsia) shows the price of the altcoin denominated in BTC.
An upward trend means the altcoin is gaining value against Bitcoin (outperforming).
A downward trend means the altcoin is losing value against Bitcoin (underperforming).
What the Table Represents:
The data table, typically located in the bottom-right corner of the chart, provides a snapshot of the current values for the most important calculated metrics. It includes:
Altcoin: The ticker symbol of the analyzed altcoin.
Bitcoin Ref: The ticker symbol of the Bitcoin reference.
Correlation (lookback): The current correlation coefficient between the altcoin and BTC, based on the specified lookback period. The value is color-coded (e.g., green for strong positive, red for strong negative).
Beta (lookback): The current beta value of the altcoin relative to BTC, based on the specified lookback period. The value may be color-coded to highlight significantly high or low volatility.
BTC.D Current: The current Bitcoin Dominance percentage.
ALT/BTC Ratio: The current price of the altcoin expressed in Bitcoin.
The table offers a quick, at-a-glance summary of the present market dynamics between the two assets without needing to interpret the lines on the chart for their exact current values.
New York Open Markerheyo,
surprisingly there aren't many indicators available which does the simple thing of just marking the 9:30 EST open or 10:00 am. also just having them present while backtesting makes it so much more easier to understand the pa.
you can turn off 10:00am marker if you don't use it.
good luck.