PnL MonitorThe PnL Monitor is a customizable tool designed to help traders track the Profit and Loss (PnL) of up to 20 currency pairs or assets in real-time. This script provides a clear and organized table that displays the entry price, and PnL percentage for each pair, making it an essential tool for monitoring open positions or tracking potential trades.
Key Features:
Multi-Asset Tracking:
Monitor up to 20 currency pairs or assets simultaneously. Simply input the pair symbol and your entry price, and the script will calculate the PnL in real-time.
Dynamic Table Positioning:
Choose where the table appears on your chart with the Table Position input. Options include:
Top Left
Top Right
Bottom Left
Bottom Right
Real-Time PnL Calculation:
The script fetches the current price of each pair and calculates the PnL percentage based on your entry price. Positive PnL is highlighted in green, while negative PnL is highlighted in red.
Exchange and Pair Separation:
The script automatically separates the exchange name (if provided) from the pair symbol, making it easier to identify the source of the data.
Customizable Inputs:
Add or remove pairs as needed.
Leave the price field blank for pairs you don’t want to track.
How to Use:
Input Your Pairs:
In the script settings, input the symbol of the pair (e.g., NASDAQ:AAPL or BTCUSD) and your entry price. Leave the price field blank for pairs you don’t want to track.
Choose Table Position:
Select where you want the table to appear on your chart.
Monitor PnL:
The table will automatically update with the current price and PnL percentage for each pair.
Why Use This Script?
Efficiency: Track multiple pairs in one place without switching charts.
Clarity: Easily identify profitable and losing positions at a glance.
Flexibility: Customize the table to fit your trading style and preferences.
Ideal For:
Forex, crypto, and stock traders managing multiple positions.
Indicatori e strategie
Neural Pulse System [Alpha Extract]Neural Pulse System (NPS)
The Neural Pulse System (NPS) is a custom technical indicator that analyzes price action through a probabilistic lens, offering a dynamic view of bullish and bearish tendencies.
Unlike traditional binary classification models, NPS employs Ordinary Least Squares (OLS) regression with dynamically computed coefficients to produce a smooth probability output ranging from -1 to 1.
Paired with ATR-based bands, this indicator provides an intuitive and volatility-aware approach to trend analysis.
🔶 CALCULATION
The Neural Pulse System utilizes OLS regression to compute probabilities of bullish or bearish price action while incorporating ATR-based bands for volatility context:
Dynamic Coefficients: Coefficients are recalculated in real-time and scaled up to ensure the regression adapts to evolving market conditions.
Ordinary Least Squares (OLS): Uses OLS regression instead of gradient descent for more precise and efficient coefficient estimation.
ATR Bands: Smoothed Average True Range (ATR) bands serve as dynamic boundaries, framing the regression within market volatility.
Probability Output: Instead of a binary result, the output is a continuous probability curve (-1 to 1), helping traders gauge the strength of bullish or bearish momentum.
Formula:
OLS Regression = Line of best fit minimizing squared errors
Probability Signal = Transformed regression output scaled to -1 (bearish) to 1 (bullish)
ATR Bands = Smoothed Average True Range (ATR) to frame price movements within market volatility
🔶 DETAILS
📊 Visual Features:
Probability Curve: Smooth probability signal ranging from -1 (bearish) to 1 (bullish)
ATR Bands: Price action is constrained within volatility bands, preventing extreme deviations
Color-Coded Signals:
Blue to Green: Increasing probability of bullish momentum
Orange to Red: Increasing probability of bearish momentum
Interpretation:
Bullish Bias: Probability output consistently above 0 suggests a bullish trend.
Bearish Bias: Probability output consistently below 0 indicates bearish pressure.
Reversals: Extreme values near -1 or 1, followed by a move toward 0, may signal potential trend reversals.
🔶 EXAMPLES
📌 Trend Identification: Use the probability output to gauge trend direction.
📌Example: On a 1-hour chart, NPS moves from -0.5 to 0.8 as price breaks resistance, signaling a bullish trend.
Reversal Signals: Watch for probability extremes near -1 or 1 followed by a reversal toward 0.
Example: NPS hits 0.9, price touches the upper ATR band, then both retreat—indicating a potential pullback.
📌 Example snapshots:
Volatility Context: ATR bands help assess whether price action aligns with typical market conditions.
Example: During low volatility, the probability signal hovers near 0, and ATR bands tighten, suggesting a potential breakout.
🔶 SETTINGS
Customization Options:
ATR Period – Defines lookback length for ATR calculation (shorter = more responsive, longer = smoother).
ATR Multiplier – Adjusts band width for better volatility capture.
Regression Length – Controls how many bars feed into the coefficient calculation (longer = smoother, shorter = more reactive).
Scaling Factor – Adjusts the strength of regression coefficients.
Output Smoothing – Option to apply a moving average for a cleaner probability curve
Enhanced VSA Volume & Candle Colors with MA SelectionOverview:
This script aims to enhance the visualization of volume spikes and price action by coloring volume bars and price candles dynamically based on the volume behavior. It allows traders to customize the type of volume moving average (SMA, EMA, or VWMA) used and apply various color schemes to highlight high, low, and extreme volume conditions. Additionally, alerts are generated when extreme or low-volume conditions occur.
---------------------------------------------------------------------------------------------------------------------
Key Features:
Customizable Volume Lookback Period:
The script allows users to define the period for calculating the moving average of volume (default: 200).
Volume Multiplier Settings:
High and low volume thresholds are defined using multipliers. Users can adjust these to customize how volume is categorized (default multipliers: 1.5 for high volume, 0.5 for low volume).
Percentile-Based Extreme Volume Detection:
The script calculates a percentile threshold for extreme volume (default: 90th percentile) based on the volume data, highlighting exceptionally high volume spikes.
Moving Average Selection:
Users can choose between Simple Moving Average (SMA), Exponential Moving Average (EMA), or Volume Weighted Moving Average (VWMA) to track volume trends over the selected lookback period.
Volume-Based Price Bar Coloring:
Price bars can be colored according to the volume conditions (high, low, or extreme). This feature can be toggled on or off.
Dynamic Transparency and Color Customization:
The script allows users to set custom colors for different volume conditions (high, low, neutral, extreme) and adjusts the transparency of volume bars based on the relative size of the volume.
Alerts:
Alerts can be set for when extreme volume spikes or low volume conditions are detected.
---------------------------------------------------------------------------------------------------------------------
Script Components:
Volume Histogram Plot:
Displays the volume bars with dynamic coloring based on the volume condition (high, low, or extreme). The color of the bars adjusts for clarity, with transparency based on volume levels.
Moving Average Plot:
Plots the selected volume moving average (SMA, EMA, or VWMA) to visualize the trend of volume over the chosen lookback period.
Smoothed Average Volume (EMA of Volume):
A smoothed EMA line is plotted to provide a clear representation of volume trends over time.
Price Bar Coloring:
If enabled, price bars are colored according to the current volume condition, providing immediate visual feedback to the trader.
---------------------------------------------------------------------------------------------------------------------
How It Can Be Used:
Volume Analysis for Entry/Exit Points: Traders can use the volume conditions (high, low, and extreme) to identify potential entry or exit points. High-volume bars often signal strong market activity, while low-volume bars may indicate consolidation or indecision.
Volume Confirmation for Trend Reversal: Extreme volume spikes can sometimes precede significant price movements. Traders can monitor these spikes for potential trend reversal signals.
Customizing Alerts: Alerts based on volume conditions help traders stay updated on important volume events without constantly monitoring the chart.
Color-Coded Price Action: The dynamic coloring of price bars makes it easier to identify periods of strong or weak market participation, allowing traders to make informed decisions quickly.
---------------------------------------------------------------------------------------------------------------------
Compliance with TradingView's House Rules:
No Promotion of Financial Products: The script does not promote any specific financial instruments or products, ensuring compliance with TradingView’s content guidelines.
Clear Functionality: The script provides clear, functional analysis tools without making unsupported claims about predicting market movements.
No Automated Trading: The script does not include any automated trading or order execution features, which complies with TradingView’s policy on non-automated scripts.
This breakdown ensures clarity on the script’s purpose, features, and how it might be used by traders. It's written in a way that fits TradingView's content guidelines, keeping the focus on providing valuable analytical tools rather than making promises or promoting any financial product.
DC GPT - Combined SMA Strategy with AreaFilter v3Combined SMA Strategy with a Area Filter to Avoid Trades if chart is falling down.
Combinat alertes bollinger+SASSar+BB+Ema+Ichimoku+VWAP combined
This indicator is a combination of different indicators to allow them to be used in a single tool. It includes Parabolic SAR, Ichimoku, VWAP, Bollinger Bands, and EMA 20, 50, 100, and 200. All indicators are customizable in the settings.
It also includes an additional feature that generates signals when the price touches the upper or lower Bollinger Band and then the Parabolic SAR appears above or below the candle. At that moment, a green signal (long) or red signal (short) appears. Later, when the price breaks the SAR again, a thinner line of the same color appears to indicate the closing of the long or short position.
HTF Anchored FanSimilar to an Anchored VWAP, this lets you click a bar on an Daily, Weekly, or Monthly chart to add an "Anchored Fan" which displays lines at up to 6 levels above and below the chosen Anchor Point. Useful to measure the retracement during swing moves.
You can reposition the fan by either hovering over the anchor or by clicking the name of the study to "activate" it, and then dragging. You can also change the Anchor Point in Settings.
By default the anchor uses the bar Close, but you can change this manually in settings OR you can use the fancy "Auto high/low" mode which is handy if you are mainly dropping the fan on local swing highs and lows.
The default line measures were chosen for ES (Futures) but the study should be usable with nearly anything as long as you adjust the settings to something appropriate for the ticker. If you want to use this on NQ, for example, it would be reasonable to multiple each of these settings by 3.5 or so.
NOTE: If the fan is way off the left side of the chart it's generally easiest to use Settings to move it back to close to "now".
See also: Intraday Anchored Fan
Moving Average Crossover SignalThe Moving Average Crossover Signal is a popular technical analysis strategy used in trading to identify potential buy and sell opportunities. It is based on the interaction of two different moving averages—a short-term moving average (fast MA) and a long-term moving average (slow MA).
How It Works:
Bullish Signal (Golden Cross):
Occurs when the short-term moving average crosses above the long-term moving average.
This indicates a potential uptrend, signaling a buy opportunity.
Bearish Signal (Death Cross):
Occurs when the short-term moving average crosses below the long-term moving average.
This suggests a potential downtrend, signaling a sell opportunity.
Common Moving Averages Used:
Short-Term: 9-day, 10-day, or 50-day moving average
Long-Term: 50-day, 100-day, or 200-day moving average
Advantages:
✅ Helps traders identify trends early
✅ Reduces market noise compared to single moving averages
✅ Works well in trending markets
Limitations:
⚠️ May generate false signals in sideways or choppy markets
⚠️ Lagging indicator—signals may come after the price move has already begun
This strategy is widely used in stocks, forex, and crypto trading to enhance decision-making and confirm trend reversals.
Intraday Anchored FanSimilar to an Anchored VWAP, this lets you click a bar on an Intraday chart to add an "Anchored Fan" which displays lines at up to 6 levels above and below the chosen Anchor Point. Useful to measure the retracement during swing moves.
You can reposition the fan by either hovering over the anchor or by clicking the name of the study to "activate" it, and then dragging. You can also change the Anchor Point in Settings.
By default the anchor uses the bar Close, but you can change this manually in settings OR you can use the fancy "Auto high/low" mode which is handy if you are mainly dropping the fan on local swing highs and lows.
The default line measures were chosen for ES (Futures) but the study should be usable with nearly anything as long as you adjust the settings to something appropriate for the ticker. If you want to use this on NQ, for example, it would be reasonable to multiple each of these settings by 3.5 or so.
NOTE: If the fan is off the left side of the chart, one way to see the Anchor handle again easily is to switch to a higher timeframe; for example if you are on the 5min maybe use the 15min or hourly to find the handle -- if it is WAY off the left side (for example if you let many days pass without advancing it) it's generally easiest to use Settings to move it back to "now".
Kchalote MultiIndicadoresKchalote MultiIndicadores
KMID permite representar en la pantalla inferior del grafico principal el RSI, el Estocástico y el MACD. Aclarar que la visualización del MACD anula la visualización del RSI y del Estocástico.
Así mismo en la pantalla del grafico principal se pueden visualizar hasta 4 medias en diferentes marcos de tiempo.
ADX and DI EnhancedADX and DI Indicator: Enhanced Market Trend Analysis Tool
The ADX and DI Indicator is designed to provide traders with a comprehensive view of market trend strength and direction using the Average Directional Index (ADX) along with the Directional Movement Indicators (DMI). This enhanced version not only calculates and visualizes ADX and DI values but also incorporates a dynamic histogram to highlight the difference between positive and negative directional movements, making it easier to identify potential trend reversals.
Key Features:
Directional Movement Calculation: Tracks and smooths directional movements to derive DI+ and DI−, providing a clear picture of market bias.
ADX Computation: Utilizes the ADX to gauge the strength of the current trend, allowing traders to filter out weak or choppy market conditions.
Dynamic Histogram: Visualizes the difference between DI+ and DI− with color-coded columns, enhancing the visual representation of market direction.
Threshold Bands: Displays upper and lower threshold bands to indicate significant ADX levels, helping traders identify strong trends and potential breakouts.
User-Defined Colors: Customizable fill colors for different ADX bands, offering a personalized look and feel to match your trading style.
This indicator is particularly useful for day traders and swing traders seeking to identify and capitalize on strong market trends. By combining ADX and DI calculations with clear visual cues, the ADX and DI Indicator provides an intuitive and powerful tool for trend analysis.
Whale Buy Activity Detector (Real-Time)Whale Buy Activity Detector (Real-Time)
This indicator helps to identify abnormal spikes in the volume of purchases, which may indicate the activity of large players ("whales"). It analyzes the volume of purchases and compares it with the average volume over a certain period of time. If the volume of purchases exceeds a set threshold, the indicator marks this as potential whale activity.
Basic parameters:
Volume Threshold (x Average): The coefficient by which the current purchase volume must exceed the average volume in order to be considered abnormal. The default value is 2.0, which means that the purchase volume should be 2 times the average volume for the selected time period. This parameter can be adjusted in the range from 1.0 and higher in increments of 0.1.
Example: If you set the value to 1.5, the indicator will mark situations when the volume of purchases exceeds the average volume by 1.5 times.
Lookback Period: The time period used to calculate the average purchase volume. The default value is 20, which means that the average purchase volume will be calculated for the last 20 candles. This parameter can be set in the range from 1 and above.Example: If you set the value to 10, the average purchase volume will be calculated for the last 10 candles.
How to use:
Buy Volume: Shows the volume of purchases on each candle. This is the volume that was sold at a price higher than the opening price of the candle.
Average Buy Volume: The average volume of purchases over a given time period (Lookback Period). This parameter helps to determine the "normal" level of purchase volume.
Whale Buy: Notes abnormal spikes in the volume of purchases, which may indicate the activity of "whales". The indicator draws a mark on the top of the candle when the purchase volume exceeds the threshold set by the Volume Threshold parameter.
Notifications:
The indicator can send notifications when an abnormal volume of purchases is detected. You can set up notifications via the TradingView menu to receive real-time alerts.
Usage example:
If you are trading in a highly volatile market, you can increase the Volume Threshold to filter out small volume spikes.
If you trade in a low-volatility market, you can reduce the Volume Threshold to capture even small anomalies.
MARKETMAKER KEY LEVELSMARKET MAKER KEY LEVELS, is an indicator that marks all the key levels that matter to the market makers.
Angel Signal proAngel Signal Pro is a comprehensive technical analysis tool that integrates multiple indicators to provide a structured market assessment.
RSI, MACD, and ADX – evaluate trend strength and identify potential entry and exit points.
Momentum and ATR – measure price acceleration and volatility, assisting in risk management.
Stochastic Oscillator – detects overbought and oversold conditions.
SMA (50, 100, 200) – allows tracking of key moving averages with the option to enable all at once.
Cryptocurrency price display – select and monitor real-time prices of any cryptocurrency available on the BINANCE exchange.
Automatic trend detection – classifies trends as bullish, bearish, or neutral based on RSI and MACD signals.
Customizable table – presents key indicator values in a structured and convenient format.
Suitable for traders of all experience levels, Angel Signal Pro helps navigate market conditions with confidence.
MA Crossover SignalsThis indicator identifies potential buy and sell signals based on the crossover of two customizable moving averages (MAs). Tailor your trading strategy by adjusting the period, type (SMA, EMA, WMA, HMA), and source for each MA. Visual signals are displayed as triangles on the chart—blue for long (buy) and orange for short (sell)—with optional alerts to keep you informed of key crossover events.
Features:
Fully customizable MA periods, types, and sources.
Clear visual signals with adjustable colors.
Optional alerts for crossovers, including dynamic ticker and MA details.
Overlay display of both MAs for easy trend analysis.
Ideal for traders seeking a simple yet flexible tool to spot momentum shifts and trend reversals.
XAUUSD 1/9 VS 4/6XAUUSD 1/9 VS 4/6
Этот скрипт показывает вам ценовые горизонтальные линии с использованием 4й цифры от цены XAU/USD.
Kitty Dollar HFT XAUUSDKitty Dollar HFT XAUUSD Indicator
Version: 6 | © KittyDollarHFT | Mozilla Public License 2.0
Overview
The Kitty Dollar HFT XAUUSD indicator is a high-frequency trading (HFT)-inspired tool designed specifically for scalping and short-term trading of XAUUSD (Gold/USD). Built with proprietary logic, this indicator combines price action, dynamic VWAP-based bands, and clear buy/sell signals to help traders identify opportunities in volatile markets. Ideal for traders looking to capitalize on quick price movements, this tool is optimized for low-timeframe charts (e.g., 1-3 minutes).
Watermarked Elements:
All plotted components include a "(C) KittyDollarHFT" watermark to signify proprietary design.
How to Use
Timeframe: Best suited for scalping on 1- to 3-minute charts for XAUUSD.
Setup:
Add the indicator to your TradingView chart.
Observe the smoothed candles and ATR line for trend direction.
Enter trades based on Buy (green triangle) or Sell (red triangle) signals.
Use the ATR line as a guide for setting stop losses.
Alerts: Enable the built-in X10 Buy and X11 Sell alerts for real-time trading notifications.
Parameters
This indicator uses hardcoded parameters optimized for XAUUSD scalping. No user inputs are exposed to preserve the proprietary logic:
Notes
Asset Specificity: Tailored for XAUUSD; performance on other assets is not guaranteed.
Broker Compatibility: Ensure tight spreads (e.g., <20 pips) on XAUUSD for optimal scalping results.
Testing: Recommended to test on a demo account before live trading.
License
This script is published under the Mozilla Public License 2.0 (mozilla.org). You may use, modify, and distribute it as per the license terms, provided attribution to © KittyDollarHFT is maintained.
Disclaimer
Trading involves significant risk. The Kitty Dollar HFT XAUUSD indicator is provided "as is" without warranties. Past performance does not guarantee future results. Always consult a financial advisor before trading.
Zona de Rango 10:30 - 11:30Índicador que sirve unicamente para estrategias neutrales en opciones financieras, ayuda solamente hacer analisis de que en cierto horario el indice SPX se comporta en rango, ideal para estrategias como Iron Butterfly ó Iron Condors
累积RSI指标累积RSI(Accumulated RSI)指标脚本在原始 RSI 的基础上累积过去几根 K 线的 RSI 值,并设置超买(上轨)和超卖(下轨)信号。当累积 RSI 超过或跌破设定的上下轨时,标记买卖信号。
XAUUSD 1/9 VS 4/6Скрипт отображает горизонтальные линии на паре XAU/USD и показывает ценовые диапазоны где последняя четвёртая цифра с левой стороны оканчивается на 1,4,6,9.
FM PRO ULTIMATE - Info TableFM PRO ULTIMATE - Info Table
Elevate your trading edge with this all-in-one tactical overlay!
📊 Multi-Timeframe Insights: Track Daily/Weekly Bias (Bullish/Bearish/Neutral) and key price targets based on prior session highs/lows.
🌐 Session & Market Phases: Real-time detection of Asian, Frankfurt, London, NY sessions and the "Power of Three" AMD phases (Accumulation, Manipulation, Distribution).
🎯 Smart Signals: Day-trading strategy combines Swing Pivots, Fair Value Gaps (FVG), Supply/Demand Zones, VWAP, and Daily Open for Long/Short alerts.
All critical data is streamlined into a sleek, dynamic table at your chart’s corner. Perfect for quick analysis!
#TradingStrategy #MarketStructure #DayTrading #TechnicalAnalysis #TradingView
Stay ahead with bias clarity, session tracking, and precision signals in one tool!