Price Swing Detection - Smart Money ConceptSince my own style is Smart Money Concept and these days I have seen a lot of my friends who are having trouble identifying structures for their indicators and strategies. I wrote this code so they could use it in their strategy . In fact, this type of structure, as one of the strongest technical structures, can increase the success of your strategy according to your personalization.
The script detects swings (i.e. significant highs and lows) in a financial instrument's price action over a specified period. The user can set the lookback period (number of candles to consider) and the colors of the lines representing bullish and bearish trends.
The script has two functions: detectSwing and pivot high. The detectSwing function calculates the swing highs and lows for the specified number of candles. The function uses the ta.highest and ta.lowest functions to find the highest and lowest prices, respectively, over the lookback period. The function also determines the swing state (high or low) of the current candle and returns the calculated swing values.
The pivot high function calculates the pivot high, which is an important step in detecting bullish structures in the market. If a new top (i.e. swing high) is found, the script updates the pivot high values and creates a line from the recent top to the last bar. The script also updates the trailing maximum values, which are used to extend the top extension line.
For Strategy :
The variable "trendDirection" in the code is used to keep track of the trend state, either bullish (up trend) or bearish (down trend), in the market. The variable is initialized to 0 which represents a downtrend. The value of this variable is updated later in the code based on the calculations of swing highs and lows, pivot crosses, and the trailing maximum. If a bullish structure is detected, the value of "trendDirection" is set to 1, indicating an uptrend.
Cari dalam skrip untuk "smart"
DFXT Smart Money ToolsAdded some additional features that may be useful for those trading smart money concepts.
~ Higher time frame candle Open, High, Low and close marker: for reference of where you are in price.
~ Asian Session High and Low marker: Can be used to clearly see runs on the Asian range.
~ Engulfing Candle detector: Marks engulfing candles in a colour of your choice.
~ Impulsive Candle detector: Marks Impulsive candles in a colour of your choice.
~ Quarter's Theory: Marks Quarter levels on the chart.
~ Doji Candle: Marks Doji candles in a colour of your choice.
~ Inside Bar detector: Marks Inside bars in a colour of your choice.
~ Imbalance detector: Marks Bullish and bearish imbalance in a colour of your choice.
~ Zig-Zag structure: Classic ZZ indicator that can be used to simplify the structure.
~ Liquidity Wicks: Wicks that take Liquidity then close back inside the range.
~ Session Marker: Markers the various trading sessions in a background colour of your choice.
MACD Alert [All MA in one] [Smart Crypto Trade (SCT)]This code is a gift from "Smart Crypto Trade (SCT)" group
MACD indicator contains 3 EMA, I think one of the best usage of MACD is trend detection and divergences.
In our indicator, you can select the type of Moving averages that used in macd.
You can using "MACD" based on several types of moving averages including:
Exponential Moving Average ( EMA )
Volume-Weighted Moving Average ( VWMA )
Simple Moving Average ( SMA )
Weighted Moving Average ( WMA )
Exponentially Weighted Moving Average (RMA) that used in RSI
Smoothed Moving Average ( SMMA )
Arnaud Legoux Moving Average ( ALMA )
Double EMA ( DEMA )
Double SMA (DSMA)
Double WMA (DWMA)
Double RMA (DRMA)
Triple EMA ( TEMA )
Triple SMA (TSMA)
Triple WMA (TWMA)
Triple RMA (TRMA)
Linear regression curve Moving Average ( LSMA )
Variable Index Dynamic Average ( VIDYA )
Fractal Adaptive Moving Average ( FRAMA )
In other words we tried to collect all the most popular MAs in our MACD indicator.
In addition, you can use four types of alert or alarm conditions for detection LONG or SHORT positions and trends. For this, you must set an alert in alert tab and set the condition based on four defaults conditions.
Enjoy
SB Master Chart w/Smart TradeThis is a follow up script to the original SB Master Chart.
SB Master Chart was created to be a simple chart that can be easily interpreted.
The prior version of SB Master Chart added additional multi time frame alerts, alerting to oversold/overbought and high volume on 5 time periods (30m,1h, 2h, 4h, and 1d).
V4 of SB Master Chart is NOT going away. It is not being REPLACED!... This is a separate script based on the same algorithm, but is significantly different enough to warrant its own script. Please review SB Master Chart v4 for more details about the algo.
This version of SB Master Chart w/Smart Trade has additional money management parameters to help you dollar cost average in and out of a trade.
It follows the following rules
Oversold with no positions - Buy and establish a cost basis.
Oversold with positions - Only buy if below cost basis and dca percentage set in options.
Sell - Only sell if above minimum take profit and crossbelow trailing stop loss.
The script assumes you are buying and selling in lots of 1 so cost basis and positions are based on that calculation. There is a position/profit/loss table at the top of the chart.
If you don't like making trading decisions based on SB Master Chart v4, this is the chart for you, it will tell you exactly when to buy and when to sell based on the options you set. When you created the alert.
Options available
Take Profit % - This lets you specify the minimum take profit you want to sell for.
Trailing Stop % - This is not your typical trailing stop. This trailing stop is a percentage of the maximum gain. If your stock went up 100% and you set it to 75%, it will stop loss you out at 75% gain based on your cost basis/open trades
DCA % - This will only open a trade if you are below your cost basis by DCA% and there is a buy signal.
Start Year/End Year - This will allow the graph to start displaying information from the date forward. This is useful for determining Max Positions so you can calculate how much exposure each positions should have.
Disable Trade History - This will disable the labels.
VT MCDX Smart MoneyVT MCDX Smart Money Indicator is an indicator use for detect Retailer, Hot Money and Banker momentum
Note: Advise to use this indicator with other indicator together, likes Victory Trend Indicator for maximize the winning rates)
Green - Retailer
Yellow - Hot money
Red - Banker
Red - Banker is >0 and initial buy (Daily chart).
Light Red - Banker, drop down from 20, and take profit
Green colour - Retailer's stuck position
Yellow color - Hot Money level
This indicator only open to subscribers.
For subscribe the Victory Trade System and please use below link to contact owner.
"Use the below link to contact Owner for subscribe to this indicator"
Crypto Smart VortexThe indicator is designed to work in conjunction with the Crypto Smart Scalper, it can identify potential retracement zones which will help you make a decision on whether to enter a trade or wait for a retest of the entry zone, it will also allow you to determine the best take profit points.
This is NOT a trading system and should be used with supporting information and data. It is not identifying or is meant to represent a standalone trading system.
If you would like to enquire about access to this invite only script please send me a private message on trading view and I will be happy to assist. Thank you.
Crypto Smart ScalperCrypto Smart Scalper V 1.0
Indicator designed to assist in trend identification utilising Open/Close Price for up and down moves.
This is NOT a trading system and should be used with supporting information and data. It is not identifying or is meant to represent a standalone trading system.
Open/Closed Price identified for potential trend direction once swings are complete.
If you would like to enquire about access to this invite only script please send me a private message on trading view and I will be happy to assist. Thank you.
[LunaOwl] 智慧型RSI (Smart RSI - a handy tool with less noise)Relative Strength Index is a common technical analysis tool, it is classified as a momentum oscillator, measuring the velocity and magnitude of directional price movements. it is most typically used on a 14-period timeframe, measured on a scale from 0 to 100, with high and low levels marked at 70 and 30.
相對強弱指標是常見的技術分析工具,它被歸類為動量振盪器,用於測量定向價格運動的速度和幅度,通常會使用14期數,擺盪範圍在0到100間,超買超賣分別標記成70、30。
after simple improvement and addition of logical judgment, it becomes a passive judge from subjective judgments, avoid the shortcomings of peoples in watching passivation, and the trade can be more consistent.
經過簡單的改良與添加邏輯判斷,能夠使RSI指標的使用,從主觀的判斷成為被動的確認指標,有效避免人們判斷指標鈍化的主觀缺失,並能夠使得交易更加一致。
--------------------------*
1) parameter
RSI period 1 - default is 14, same as general RSI.
RSI period 2 - default is 5, due to its own formula, the amplitude of the oscillator will become larger and more agile or fast. When the parameter is small.
exponential moving avg of RSI - using the result of RSI period 1 as the source of Ema's formula, the default length is 14, which can filter the excessive agility of RSI period 2 to reduce noise, and compared to using the baseline as the criterion for long and short judgments, The characteristics of exponential moving avg are more suitable to become flexible filtering standards.
Overbought - default is 70, you can set your overbought level.
Oversold - same as above, the default is 30.
2) Options
Open Candle color(開啟蠟燭線趨勢) - choose whether to start the color of the candle.
Open background color(開啟指標背景色) - the default is false, you can turn on.
--------------------------*
1. 設置參數
RSI期數1:預設值是14,是普通的RSI指標。
RSI期數2:預設值是5,由於RSI公式的算法,造成參數愈小擺盪幅度就會變大,反應比較快。
指數平均化的RSI期數1:將RSI期數1的結果帶入指數移動平均公式,預設值14,它能過濾RSI期數2過度敏捷的缺點,減少雜訊,相較於單純使用基準線作為多空判斷標準,用EMA的判斷標準更加因時制宜。
超買線:預設值是70,可以隨意調。
超賣線:預設值是30,一樣的。
2. 設定選項
開啟蠟燭線趨勢:顧名思義。已經幫您開好了。
開啟指標背景色:顏色太淺的話可以調深一點。
--------------------------*
ver.2- adjust new style design and create two options.
修改2: 調整新的樣式設計與建立兩個選項。
--------------------------*
ver.3- Create alert condition. maybe I should refer to the Alert Creation Framework,
there is also room for improvement.
修改3: 建立快訊選項。我應該參考警報創建框架,還有進步空間。
--------------------------*
Indicator Style - 指標樣式
The design uses casual light color style, light gray between overbought and oversold.
--------------------------*
Market Example - 市場範例
1. Bitcoin/Tether, Binance, 1 day
2. Bitcoin/USD, Coinbase, 4 hour
3. EUR/USD, Forex Market, 4 hour
4. GBP/USD, Forex Market, 30 min
5. TAIEX, Taiwan SE Weighted Index, 1 week
--------------------------*
postscript - 後記感想
The purpose of publishing Chinese Scripts is to make Pine close to more Chinese user.
I hope English skills enhancement...staggered writing makes me feel hard.
發布中文腳本的目的,是希望可以讓 Pine 親近更多中文圈的使用者。希望我的英語進步,中英文交錯撰寫有一些困難。
--------------------------*
If you find my works useful, you can give me encouragement. I can buy more books to sophisticated themselves.
如果您發現我的作品有用,可以給我鼓勵。讓我可以買更多書籍來精進自己。
Long Term Smart Money ExpertLong Term Smart Money Expert is quick guide indicator for long term trade or swing trade
It has used 35 moving average, 90 moving average and 200 moving average
Plotted lines are average value of 35 MA and 90 MA and 35 MA and 200 MA
Buy Signal generates on 35 MA crossover
Sell Signal Generates on 35 MA crossunder
This indicator needs Trend Lines +++ for better performance
Intraday Smart Money ExpertIntraday Masters Analogy is the tool where Buy and sell signals generates automatically according to the candles behavior.
It uses WD Gann Levels to calculate entry point with the help of VWAP .
Pivot points determines the recent support and resistance levels.
Trading rule for this indicator
This indicator is designed for Indian equity stocks
Best performance is expected on 5 minutes chart or 15 minutes chart
Order thumb rule
1. avoid any trade signal before 9:35 AM Indian time
2. signal and and related stop loss candle must be formed in the same day
3. if order placed in 5 minutes chart then don't go for a target of 15 minutes chart
4. if order placed in 15 minutes time frame and target is too far then check the target in 5 minutes time frame
5. if signal candle touches the target then avoid the signal.
6. Money management is most important for this indicator.
7. Take trade only if it satisfy risk reward ratio.
8. It has long target but need patience.
Signal
using vwap calculates gann square of 9 levels and if any smart money activity on that level then checks the confirmation of the trend by higherhigh or lowerlow formation
Buy Entry : entry price should be on the high of the candle before signal for buy and sl on bottom of flagged candle just before signal
SellEntry : entry price should be on the low of the candle before signal for sell and sl on top of flagged candle just before signal
Warning : Don't place any order without stop loss
Trader Set - Volume MetricThe last tool in my methodology set, another one of those tools that has unique unpublished formulas, this one purely for following volume and reading smart money's hand, YES it's possible. This indicator has few Alerts built in that you can use, will update the rest of the scripts for additional alerts. You can easily set the alert to play a sound that is not disturbing in long run and check mark open ending and have easy time being alerted when some crossings are happening.
Please, don't ask for access, only my students from my classes will have access to this indicator. The English version of the website and learning material is under development and the moment they get ready I will announce it under each related script.
Khaos-Smart-FractalsKhaos-Smart-Fractals
This indicator draws fractals as well as drawing fractal breaks. A fractal break is when a bar closes beyond the last painted fractal at the time.
There are two types of fractal breaks.
1) First Fractal Breaks (FFB) which is the first break of a fractal in a new trend direction. Thereby signifying a new trend direction.
2) Continuation Fractal Breaks (cFB) which are fractal breaks that occur after a FFB, in the FFB trend direction, thereby signify a continuing of the trend direction.
The indicator paints an Triangle Up for Bullish Fractals, and a Triangle Down for Bearish Fractals.
The indicator will paint First Fractal Breaks with a Flag Icon and a label “FFB”.
The indicator will paint Continuation Fractal Breaks with a sequencing letters, where A is the first Continuation Fractal Break, “B” is the second, and “C” is the third and so on…
There are two dash levels to the right of the current price bar, these are at levels of the highest high of the last two bullish fractals, and the lowest low of the last 2 bear fractals. This can be used for trailing stops.
First Fractal Break Alerts are fully supported, via email, sms, and desktop notification, via TradingView
LEGAL STUFF:
Risk Disclosure
Futures , forex, stock, crypto and derivative trading contains substantial risk and is not for every investor. An investor could potentially lose all or more than the initial investment. Risk capital is money that can be lost without jeopardizing ones’ financial security or life style. Only risk capital should be used for trading and only those with sufficient risk capital should consider trading. Past performance is not necessarily indicative of future results
Hypothetical Performance Disclosure
Hypothetical performance results have many inherent limitations, some of which are described below. no representation is being made that any account will or is likely to achieve profits or losses similar to those shown; in fact, there are frequently sharp differences between hypothetical performance results and the actual results subsequently achieved by any particular trading program. One of the limitations of hypothetical performance results is that they are generally prepared with the benefit of hindsight. In addition, hypothetical trading does not involve financial risk, and no hypothetical trading record can completely account for the impact of financial risk of actual trading. for example, the ability to withstand losses or to adhere to a particular trading program in spite of trading losses are material points which can also adversely affect actual trading results. There are numerous other factors related to the markets in general or to the implementation of any specific trading program which cannot be fully accounted for in the preparation of hypothetical performance results and all which can adversely affect trading results
Trend-following Microprofit w/ Smart DCA BACKTESTING VERSIONCompanion to the alert script:
Tradingview doesn't like backtesting with too little capital or trade sizes less than 1 share, so the "Net Profit" number may not be accurate right off the bat. To get a better idea, change the order size or initial capital so the strategy is trading the appropriate % of initial capital. For example, if your personal capital is $2000 and you are making $100 trades, your trades are 5% of initial capital. That is roughly equivalent to the defaults using orders of 1 BTC with $100,000 capital.
Tightening the stop level will improve the Net Profit to Max Drawdown ratio, making the strategy more suitable for large trade sizes.
This script does not provide alerts for Gunbot. Find the settings you like using this strategy script, then plug those values into the alert script.
If you like this you can buy me chocolate below. Cheers!
Financial Conditions Composite Z-Score1. Inputs and Data Sources
The script pulls data for the following financial metrics using TradingView's request.security function:
CBOE:VIX (Volatility Index): A measure of market volatility.
MOVE Index: A measure of bond market volatility (or Treasury volatility).
BAMLH0A0HYM2 (High-Yield Spread): The spread between high-yield corporate bonds and Treasury yields.
BAMLC0A0CM (Credit Spread): The spread for investment-grade corporate bonds.
Each of these metrics represents a key aspect of financial conditions:
VIX: Equity market risk.
MOVE: Bond market risk.
High-Yield Spread and Credit Spread: Perception of risk in corporate debt.
2. Z-Score Calculation
A z-score standardizes each metric to show how far it deviates from its average over a specified period (lookback = 160, or 160 days):
Positive z-scores indicate the metric is higher than average.
Negative z-scores indicate the metric is lower than average.
The formula for the z-score:
Z-Score = Metric − Mean
Standard Deviation Z-Score = Standard Deviation Metric−Mean
3. Combined Z-Score
The script combines the four individual z-scores into a single Composite Z-Score, equally weighted across the metrics:
Combined Z-Score = (Z VIX + Z MOVE + Z High-Yield Spread + Z Credit Spread) / 4
This Combined Z-Score provides an overall measure of financial conditions:
Positive combined z-scores indicate tighter or riskier financial conditions.
Negative combined z-scores indicate looser or less risky financial conditions.
4. Visual Elements on the Chart
A. Colorful Lines: Individual Z-Scores
Each of the four metrics is plotted as a separate line:
Red: Z-score of the VIX.
Green: Z-score of the MOVE index.
Orange: Z-score of the high-yield spread.
Purple: Z-score of the credit spread.
These lines show how each metric contributes to the overall financial conditions. For example:
A rising red line means increasing equity market volatility (risk).
A rising green line means increasing bond market volatility (risk).
B. Blue Line: Combined Z-Score
The blue line represents the Combined Z-Score. It aggregates the individual z-scores into a single measure:
A rising blue line suggests financial conditions are tightening (greater risk across markets).
A falling blue line suggests financial conditions are loosening (lower risk across markets).
C. Red and Green Background: Z-Score Regions
Red Background: When the Combined Z-Score is positive (>0), it indicates riskier or tighter financial conditions.
Green Background: When the Combined Z-Score is negative (<0), it indicates less risky or looser financial conditions.
This background coloring helps visually distinguish periods of riskier financial conditions from less risky ones.
5. Purpose of the Visualization
This indicator provides a comprehensive view of financial conditions across multiple asset classes:
Traders can use it to gauge the level of systemic market stress.
Investors can use it to assess when risk is elevated (positive z-scores) or subdued (negative z-scores).
It helps in decision-making for strategies that depend on market volatility or risk appetite.
Summary of What You See:
Colorful Lines (Red, Green, Orange, Purple): Individual z-scores for each metric (VIX, MOVE, high-yield spread, credit spread).
Blue Line: The aggregated Combined Z-Score that summarizes financial conditions.
Red and Green Background:
Red: Tight or risky financial conditions (Combined Z-Score > 0).
Green: Loose or low-risk financial conditions (Combined Z-Score < 0).
This visualization provides a multi-dimensional view of financial conditions at a glance, helping to identify periods of high or low risk in the markets.
SMTV IndicatorThis indicator uses the ATR set to 2 to indicate Dynamic Support and Resistance levels. It also uses VWAP set to Weekly and a 50 Moving Average to indicate additional trend and support and resistance levels.
ATR x 2
View the Indicator on the 1H to Identify the Daily Support and Resistance levels.
This will be the Green and Red channel lines.
Red Line will indicate the daily Resistance Level.
Green Line will indicate the daily Support Level.
This is where prices are most likely to go to and either reverse or breakthrough, if it breaks either the Support or Resistance level then the next Support and Resistance Level will be marked out.
VWAP
The indicator is set to weekly, and it will indicate a Key Support or Resistance Level.
If price is above the VWAP it will indicate a Bullish Bias.
If price is below VWAP it will indicate a Bearish Bias.
You will often see bounces from this level, depending on if the Market is Bullish or Bearish.
If the VWAP is broken through and a bounce takes places then you can often see Trend reversal
Break of Structure
The indicator will also indicate when a Bullish or Bearish break off structure has occurred, which generally will indicate a trend change.
Green meaning Bullish.
Red meaning Bearish.
There is also an option to check the Buy and Sell signals box in the input, these signals will occur when a Break of Structure has taken place and the next candle after the BOS closes in the same direction as the BOS signal.
You can use this indicator on anytime frame, however you will get more false signals on lower time frames, if you wish in these times, you can set the ATR to 3 or 4 to get less false signals. It is important to view the Daily Support and Resistance levels and the VWAP and 50MA these will be the main levels with highest Risk to Reward entries. You can then use lower time frames like the 5 or 1min to find break of structure indication to indicate the direction around the daily support and resistance, VWAP and 50MA.
SMC Order Block [Truth Indie]Smart Money Concept (SMC)
For me, SMC is a trading philosophy that stems from those with knowledge and understanding of the structure of the Smart Money group's trading system. It is developed through the observation of price behavior.
SMC is related to the Smart Money group or those entities that can influence the market, such as financial institutions, banks, or funds. Market movements are often driven by market fundamentals or economics. The Smart Money group possesses extensive research data for analyzing the market's fundamentals and has the ability to steer the market in various directions based on market and economic fundamentals at a given time.
The SMC concept is adapted from the ICT concept, and it was developed and shared by The Inner Circle Trader.
I have been studying and trying to understand SMC for some time, and I have many questions I would like to explore. The challenge lies in the fact that different sources of knowledge on this topic often have varying teachings, and my proficiency in the English language is limited. As a result, I haven't had the opportunity to study from the primary source, The Inner Circle Trader.
This indicator was created for the purpose of researching Market Structure and Order Blocks, which are integral parts of the SMC Concept.
The fundamental principle for identifying Order Blocks is as follows:
1.Locate swings that create candlestick imbalances.
2.An imbalance refers to a candlestick that is larger than the preceding one and contains a Fair Value Gap (FVG).
This indicator categorizes Order Blocks into four types, and you are encouraged to customize them to suit your preferences.
OB Type1
1.The closing price of candle has an opposite direction to the candle .
2.Candle has a wick longer than its body, by at least 1 times or more (adjustable).
3.Candle has a wick longer than candle , by at least 2 times or more (adjustable).
4.There is a Fair Value Gap (FVG) between the wicks of candle and .
OB Type1_HTF
-This condition is the same as OB Type1, but it involves analyzing 6 candles instead. This means looking at a larger time frame, twice as big as the original one.
OB Type2
1.The closing price of candle has the opposite direction to candle .
2.Candle has a body larger than its wick by at least 1 times or more (adjustable).
3.Candle has a body larger than candle by at least 2 times or more (adjustable).
4.There is a Fair Value Gap (FVG) between the wicks of candle and .
OB Type2_HTF means observing a larger time frame, specifically twice as big as the previous one.
OB Type3
1.The closing price of candle has the same direction as candle .
2.Candle has a wick longer than its body, by at least 1 times or more (adjustable).
3.Candle has a wick longer than candle , by at least 2 times or more (adjustable).
4.There is a Fair Value Gap (FVG) between the wicks of candle and .
OB Type3_HTF means observing a larger time frame, specifically twice as big as the previous one.
OB Type4
1.The closing price of candle has the same direction as candle .
2.Candle has a body larger than its wick by at least 1 times or more (adjustable).
3.Candle has a body larger than candle by at least 2 times or more (adjustable).
4.There is a Fair Value Gap (FVG) between the wicks of candle and .
OB Type4_HTF is an indicator that involves looking at a larger time frame, specifically twice as big as the original one.
Order Block Setting
1.Click to activate the OB search in different Types.
2.Adjust the body of the candle .
3.Adjust the strength of the candle or the Imbalance candle.
4.You can change the name of OB.
5.Adjust the font size and color.
6.Adjust the color of the OB BOX and History BOX.
7.Adjust the font of OB HTF.
1.It refers to the value of W for a specific candle.
2.It refers to the value of Im for a specific candle.
3.It refers to the values of W and Im in the HTF.
4.For OB Type1 and Type3, a higher W value will search for candles with a larger wick and a smaller body. When the W value is lower, it will search for candles with a smaller wick and a larger body, moving from low to high.
5.For OB Type2 and Type4, a lower W value will search for candles with a smaller wick and a larger body. When the W value is higher, it will search for candles with a larger wick and a smaller body, moving from high to low.
Market Structure
Comprising the process of breaking the price structure, resulting in BOS (Breakout of Structure) or CHoCH (Change of Character High), and creating new High or Low based on the price structure.
1.When the market forms a price structure with High and Low, when the price moves to disrupt the structure in either direction, it will lead to BOS or CHoCH, resulting in a new High or Low. You can adjust the method of breaking the structure using the close, high, or low.
2.When you break the price structure, a High or Low will be formed on one side, and it will lead to an Inducement Swing. When the price moves and collides, it will create a price range of High and Low. You can adjust the method of breaking the structure using the close, high, or low.
3.There is an option for testing Fibonacci (Fibo). Its function is similar to the Inducement Swing. You can adjust the Fibonacci settings.
Premium & Discount Zone
1.The Premium & Discount Zone will appear based on the current price structure. It helps you see the price zones you are interested in.
2.You can adjust the %Premium & Discount as needed.
3.The OB (Order Block) will be displayed when a price structure of High and Low forms within the Premium & Discount Zone. The OB in this indicator is not a recommendation to buy or sell. You need to research and test various conditions before making trading decisions.
Everyone's trading strategies are different, and it comes down to backtesting and selecting the strategy that suits your individual needs. Hopefully, this indicator will assist the TradingView community of traders in their trading endeavors.
Correlation Pro
Smart Correlation Pro is an indicator for assessing the correlation between two assets in the market. It analyzes correlation over a selected period and provides traders with flexible tools for making informed decisions.
Key Features:
1. Correlation coefficient (-1 to 1):
• 1: Perfect positive correlation (movement in the same direction).
• 0: No correlation (assets are independent).
• -1: Perfect negative correlation (movement in opposite directions).
2. Dynamic analysis:
• Changes the color of the line depending on the strength of the correlation:
• Green — high positive correlation.
• Red — high negative correlation.
• Gray — weak or no correlation.
3. Trading signals:
• Automatic alerts when important correlation levels are reached (> 0.8 or < -0.8).
• Visual cues for identifying potential entry points or risk diversification.
4. Customizable settings:
• Compare any two assets (e.g., BTC and ETH).
• Ability to choose the correlation calculation period.
Who it’s for:
• Traders analyzing coin movements in the cryptocurrency market.
• Investors looking for the strongest or weakest assets for their portfolio.
• Those working with hedging or diversification strategies.
How to Use:
1. Set the second asset in the indicator settings.
2. Analyze the correlation change on the chart:
• High positive correlation → similar price movement, opportunity for hedging.
• High negative correlation → opposite movement, suitable for diversification.
• Low correlation → independence of assets, opportunity to choose the stronger asset.
Benefits:
• Easy to use.
• Instant analysis of asset correlations.
• Increases decision-making accuracy in the market.
(Опис:
Smart Correlation Pro — це індикатор для оцінки взаємозв’язку між двома активами на ринку. Він аналізує кореляцію за обраним періодом та надає трейдерам гнучкі інструменти для ухвалення обґрунтованих рішень.
Основні можливості:
1. Коефіцієнт кореляції (-1 до 1):
• 1: Ідеальна позитивна кореляція (рух в одному напрямку).
• 0: Відсутність кореляції (активи незалежні).
• -1: Ідеальна негативна кореляція (рух у протилежних напрямках).
2. Динамічний аналіз:
• Змінює колір лінії залежно від сили кореляції:
• Зелений — висока позитивна кореляція.
• Червоний — висока негативна кореляція.
• Сірий — слабка або відсутня кореляція.
3. Сигнали для трейдингу:
• Автоматичні оповіщення при досягненні важливих рівнів кореляції (> 0.8 або < -0.8).
• Візуальні підказки для визначення можливих точок входу або диверсифікації ризиків.
4. Гнучкість налаштувань:
• Порівнюйте будь-які два активи (наприклад, BTC та ETH).
• Можливість обирати період розрахунку кореляції.
Кому підходить:
• Трейдерам, які аналізують рух монет на криптовалютному ринку.
• Інвесторам, що шукають найсильніші або найслабші активи для портфеля.
• Тих, хто працює з хеджуванням або диверсифікацією.
Як використовувати:
1. Встановіть другий актив у параметрах індикатора.
2. Аналізуйте зміну кореляції на графіку:
• Висока позитивна кореляція → схожий рух цін, можливість хеджування.
• Висока негативна кореляція → протилежний рух, підходить для диверсифікації.
• Низька кореляція → незалежність активів, можливість вибору сильнішого активу.
Переваги:
• Простота у використанні.
• Миттєвий аналіз взаємозв’язків між активами.
• Підвищує точність рішень на ринку.)
SMT Divergence [TFO]Smart Money Technique ( SMT ) Divergence is meant to annotate divergences between closely correlated assets. This indicator works by finding local lows and highs for both the current chart symbol and the symbol defined in the settings. It compares both symbols' pivots and evaluates whether they indicate a valid divergence (based on where they're located, whether they make opposing highs/lows, whether a clean connection can be made, etc.).
Take $ES_F and $NQ_F for example ( S&P 500 and Nasdaq 100 U.S. index futures ). These two names normally track each other very closely (and in the same direction, versus something like $DXY ), but if $ES_F is steadily rising towards a large institutional level and making higher highs, while $NQ_F is approaching a similarly important level and making lower highs on that same timeframe, this would indicate a divergence between the two assets that could foreshadow a “Smart Money Reversal.”
We can look at diverging highs at resistance as potential reason to look for low timeframe reversal structure to get short, and likewise look at diverging lows near support as potential reason to look for reversal structure to get long. As with most trading concepts, the higher timeframes here are key in this analysis. Divergence on a 4h chart can be much more telling than divergence on a 1m chart; but assuming a higher timeframe bias is already formulated, then SMT could simply act as an additional confluence tool to enter a trade.
FVG (Nephew_Sam_)Plots fair value gaps or imbalances on the chart.
Imbalances are a skip in liquidity, zones where prices move quickly away from, which causes orders to not be fully filled in there. Think of it as weekend gaps, but during trading hours.
Settings:
1. Line Length - length of plotted lines
2. Delete Lines - Delete lines after FVG is filled
3. Fill Option - is fill candle close above/below fvg or if candle wick touches end of fvg.
4. Color - change color of FVG bull and bear lines
Smart S/R ZonesThis is not your average S/R script.
It combines proximity, bounce frequency, and volume clustering to automatically identify the most reliable support and resistance zones on your chart — no guesswork needed.
How It Works:
• Scans for recent highs/lows, SMA50 & SMA200, and pivot swing points
• Ranks each potential level using a weighted scoring system:
• Proximity to current price (50%)
• Bounce Count (30%) — how many times price respected that level
• Volume Score (20%) — how much volume traded around that level
• The top support and resistance levels are plotted with:
• Clear dashed lines
• Color-filled zones
• Simple percentage distance labels
Why This Script Stands Out:
• No settings to tweak — it just works
• Helps you react faster with high-confidence levels
• Adapts to any market: crypto, forex, stocks, indexes
• Ideal for both intraday and swing trading setups
Built-in Intelligence. Clean Visuals. Zero Noise.
DXY-XAUUSD Correlation with ThresholdsIndicator Description: "DXY-XAUUSD Correlation with Thresholds"
This indicator tracks the dynamic correlation between the US Dollar Index (DXY) and gold prices (XAUUSD) over a user-defined period, expressed as a percentage. It calculates the rolling correlation coefficient between the closing prices of these two assets, scaled to ±100%, and visualizes it as a histogram.
Key Features:
Adjustable correlation period (default: 30 bars) and configurable positive/negative thresholds (default: ±70%).
Color-coded histogram: Intense green/red highlights correlations exceeding thresholds, signaling strong positive/negative relationships.
Horizontal dotted lines mark threshold levels, aiding in identifying overextended "overbought" or "oversold" correlation conditions.
An info table displays the current correlation value and active thresholds for quick reference.
Designed for traders analyzing the inverse relationship between the dollar and gold, this tool helps spot periods of extreme correlation divergence or convergence. The visual alerts and customizable parameters make it adaptable to various trading strategies and timeframes.
Note: The indicator is plotted in a separate pane (non-overlay) for clarity.