OPEN-SOURCE SCRIPT
SMC Volume Footprints

SMC Volume Footprints 制作者silverginging
「SMC Volume Footprints」は、ローソク足の価格変位と相対出来高を組み合わせ、強い値動きがどこから始まったのかをチャート上に可視化するインジケーターです。
単純に売買シグナルを出すのではなく、価格帯別出来高(Volume Profile)と組み合わせて、
* どの価格帯に売買が多く積み上がっているのか
* どの価格帯は売買が少なく、値段が速く通過しやすいのか
* 現在の値動きが壁に止められたのか
* その壁を突破し、今度は足場にできるのか
を判断するために作られています。
ここでいう「構造判断」とは、難しい理論ではありません。価格帯別出来高で市場の「厚い場所」と「薄い場所」を確認し、本インジケーターで値動きが始まった場所と、その動きの強さを確認することです。
### BaseとSingle
**Base**
複数の小さなローソク足と出来高の低下によって形成された持ち合いを検出し、その高値または安値を終値で突破した場合に表示します。
売買のエネルギーをためた場所から発生するブレイクを捉えるための、比較的信頼度の高い検出です。
**Single**
Baseが存在しない場合に、直近の反転足を1本の起点として検出します。
Baseより早く表示される一方、ノイズも多くなるため、補助的な確認として使用します。本スクリプトではBaseを優先し、Singleを第二候補として扱います。
### 太枠と細枠の違い
枠の太さは、検出された値動きにどの程度の出来高が伴っていたかを表します。
**太枠**
相対出来高が設定した基準を超えた場合に表示されます。価格が大きく動いただけでなく、平均を上回る出来高が伴った、存在感の強いFootprintです。
初期設定では、出来高が平均の1.5倍以上になると太枠・濃い色・`★`で強調されます。
**細枠**
価格変位の条件は満たしているものの、出来高が強調基準に達していない場合に表示されます。
細枠は「無効」という意味ではありません。出来高の裏付けが太枠ほど強くないため、価格帯別出来高やAVWAP、上位足の方向などによる追加確認が必要なFootprintです。
枠の太さは売買の優劣を断定するシグナルではなく、出来高による強弱を一目で比較するための段階表示です。
### PとVの意味
各ラベルには、値動きと出来高の強さが表示されます。
* `P`:ローソク足の実体をATRで割った価格変位の大きさ
* `V`:現在の出来高を平均出来高で割った相対出来高
Pが大きいほど価格の変位が強く、Vが大きいほど出来高による裏付けが強いことを示します。
「価格は大きく動いたが出来高は少ない」「価格変位と出来高の両方が強い」といった違いを、P・V・枠の太さによって確認できます。
### 価格帯別出来高との組み合わせ
本インジケーターは、価格帯別出来高と重ねて使用することを意図して設計されています。
価格帯別出来高の厚い場所は、多くの市場参加者が売買した価格帯です。反対に、出来高の薄い場所は売買の積み上がりが少なく、価格が速く通過しやすい場所です。
例えば、次のように確認します。
* 出来高の厚い価格帯で太枠が出た
→ 多くの売買を伴う攻防や反転の可能性を確認する
* 出来高の厚い価格帯の端を、太枠で突破した
→ 出来高を伴って壁を抜けた可能性を確認する
* 出来高の薄い価格帯で細枠が出た
→ 強い買い・売りというより、注文の少なさによって価格が動いた可能性も考える
* 突破後にBaseやBREAK CLOSEへ戻り、再び反発した
→ 以前の壁を新しい足場として維持できているかを確認する
このように、価格帯別出来高で「市場の地形」を見て、SMC Volume Footprintsで「その場所に残された値動きと出来高の痕跡」を確認します。
### BREAK CLOSE
`BREAK CLOSE`は目標価格ではなく、BaseまたはSingleからのブレイクが確定したローソク足の終値です。
その後、この価格が支持線・抵抗線として機能するか、再び割り込むかを確認するための基準として使用します。
`EXTREME`や`GAP`は、急激な価格変位やギャップが発生した場所を確認するための補助マーカーです。単独の売買シグナルではありません。
### 基本的な使い方
1. 価格帯別出来高で、出来高の厚い場所と薄い場所を確認する
2. BaseまたはSingleがどの位置に発生したかを見る
3. P・V・枠の太さから、価格変位と出来高の強さを確認する
4. BREAK CLOSEや起点ゾーンへのリテストを見る
5. AVWAPや上位足の方向も加えて最終判断する
本インジケーターは自動売買システムではなく、値動きの起点とブレイクの質を整理するための補助ツールです。
### 初期設定の主な基準
* ATR・平均出来高の計算期間:50
* 太枠となる出来高基準:平均出来高の1.5倍
* Base形成時の低出来高基準:平均出来高の0.8倍
* 最小Power:1.5
* 最大Power:5.0
各市場や時間足に応じて調整できます。
### 注意事項
本スクリプトはTradingViewから取得できるOHLCVデータを使用しています。板情報、注文の追加・取消し、正確なBid/Ask別出来高、デルタ、OFIなどを直接解析する本来のFootprintチャートではありません。
名称の「Footprints」は、価格と出来高がチャート上に残した痕跡を可視化するという意味で使用しています。
また、出来高データの性質は銘柄やデータ配信元によって異なり、FXなどではティック出来高が使用される場合があります。
確定足表示を有効にした場合、シグナルはローソク足の終値確定後に描画されます。過去の検出結果は、将来の値動きや利益を保証するものではありません。
全文をTradingView用のBBCode形式で英訳しました。
SMC Volume Footprints
Created by silverginging
SMC Volume Footprints is an indicator that combines candlestick price displacement with relative volume to visualize where significant price moves originated.
Rather than simply generating buy or sell signals, it is designed to be used together with Volume Profile to assess:
“Market structure analysis” may sound complicated, but the idea is simple. Volume Profile shows where trading activity is concentrated and where it is sparse. This indicator then shows where a price move began and how strongly price and volume supported that move.
Base and Single
Base
A Base is detected when several small candlesticks and declining volume form a consolidation area. It is displayed when price closes above the high or below the low of that area.
This is a relatively higher-confidence detection designed to identify breakouts originating from areas where price and volume have compressed.
Single
When no Base is available, the indicator uses a recent reversal candle as a single-bar origin point.
A Single may appear earlier than a Base, but it can also produce more noise. For this reason, it is intended as a secondary confirmation. The script prioritizes Base structures and uses Single structures as the second option.
Thick and Thin Borders
Border thickness indicates how much relative volume accompanied the detected price move.
Thick Border
A thick border appears when relative volume exceeds the selected threshold. It represents a more prominent Footprint in which a significant price move was accompanied by above-average volume.
Under the default settings, volume of at least 1.5 times its average is emphasized with a thick border, darker coloring, and a ★ symbol.
Thin Border
A thin border appears when the price-displacement requirement is met, but volume does not reach the emphasis threshold.
A thin border does not mean that the Footprint is invalid. It means that the move has less volume confirmation than a thick-border Footprint and therefore requires additional confirmation from Volume Profile, AVWAP, or the higher-timeframe trend.
Border thickness is not a definitive buy or sell signal. It is a graded visual display that allows users to compare the volume strength of detected price moves at a glance.
What P and V Mean
Each label displays the strength of the price move and its accompanying volume.
A higher P value indicates stronger price displacement, while a higher V value indicates stronger volume confirmation.
P, V, and border thickness make it possible to distinguish between situations such as “price moved significantly on low volume” and “both price displacement and volume were strong.”
Using the Indicator with Volume Profile
This indicator was specifically designed to be overlaid and used together with Volume Profile.
High-volume areas represent price levels where many market participants have traded. Low-volume areas contain less accumulated trading activity and may allow price to move through them more quickly.
Examples of how to interpret the combination include:
In this way, Volume Profile provides a view of the market’s “terrain,” while SMC Volume Footprints shows the price-and-volume traces left at specific locations within that terrain.
BREAK CLOSE
BREAK CLOSE is not a price target. It represents the closing price of the candlestick that confirmed the breakout from a Base or Single structure.
It can be used as a reference level to observe whether the breakout close later acts as support or resistance, or whether price moves back through it.
EXTREME and GAP are supplementary markers used to identify areas where unusually large price displacement or a price gap occurred. They are not standalone buy or sell signals.
Basic Workflow
This indicator is not an automated trading system. It is a supporting tool for organizing the origin of price moves and evaluating the quality of breakouts.
Main Default Parameters
These parameters can be adjusted to suit different markets and timeframes.
Important Notes
This script uses OHLCV data available through TradingView. It is not a conventional Footprint chart that directly analyzes order-book data, order additions or cancellations, precise Bid/Ask volume, Delta, or Order Flow Imbalance (OFI).
The term “Footprints” in the indicator’s name refers to the traces that price and volume leave on the chart.
The nature and quality of volume data vary depending on the instrument and data provider. Some markets, including Forex, may use tick volume rather than actual traded volume.
When confirmed-bar display is enabled, detections are drawn only after the candlestick has closed. Historical detections do not guarantee future price movements or profits.
「SMC Volume Footprints」は、ローソク足の価格変位と相対出来高を組み合わせ、強い値動きがどこから始まったのかをチャート上に可視化するインジケーターです。
単純に売買シグナルを出すのではなく、価格帯別出来高(Volume Profile)と組み合わせて、
* どの価格帯に売買が多く積み上がっているのか
* どの価格帯は売買が少なく、値段が速く通過しやすいのか
* 現在の値動きが壁に止められたのか
* その壁を突破し、今度は足場にできるのか
を判断するために作られています。
ここでいう「構造判断」とは、難しい理論ではありません。価格帯別出来高で市場の「厚い場所」と「薄い場所」を確認し、本インジケーターで値動きが始まった場所と、その動きの強さを確認することです。
### BaseとSingle
**Base**
複数の小さなローソク足と出来高の低下によって形成された持ち合いを検出し、その高値または安値を終値で突破した場合に表示します。
売買のエネルギーをためた場所から発生するブレイクを捉えるための、比較的信頼度の高い検出です。
**Single**
Baseが存在しない場合に、直近の反転足を1本の起点として検出します。
Baseより早く表示される一方、ノイズも多くなるため、補助的な確認として使用します。本スクリプトではBaseを優先し、Singleを第二候補として扱います。
### 太枠と細枠の違い
枠の太さは、検出された値動きにどの程度の出来高が伴っていたかを表します。
**太枠**
相対出来高が設定した基準を超えた場合に表示されます。価格が大きく動いただけでなく、平均を上回る出来高が伴った、存在感の強いFootprintです。
初期設定では、出来高が平均の1.5倍以上になると太枠・濃い色・`★`で強調されます。
**細枠**
価格変位の条件は満たしているものの、出来高が強調基準に達していない場合に表示されます。
細枠は「無効」という意味ではありません。出来高の裏付けが太枠ほど強くないため、価格帯別出来高やAVWAP、上位足の方向などによる追加確認が必要なFootprintです。
枠の太さは売買の優劣を断定するシグナルではなく、出来高による強弱を一目で比較するための段階表示です。
### PとVの意味
各ラベルには、値動きと出来高の強さが表示されます。
* `P`:ローソク足の実体をATRで割った価格変位の大きさ
* `V`:現在の出来高を平均出来高で割った相対出来高
Pが大きいほど価格の変位が強く、Vが大きいほど出来高による裏付けが強いことを示します。
「価格は大きく動いたが出来高は少ない」「価格変位と出来高の両方が強い」といった違いを、P・V・枠の太さによって確認できます。
### 価格帯別出来高との組み合わせ
本インジケーターは、価格帯別出来高と重ねて使用することを意図して設計されています。
価格帯別出来高の厚い場所は、多くの市場参加者が売買した価格帯です。反対に、出来高の薄い場所は売買の積み上がりが少なく、価格が速く通過しやすい場所です。
例えば、次のように確認します。
* 出来高の厚い価格帯で太枠が出た
→ 多くの売買を伴う攻防や反転の可能性を確認する
* 出来高の厚い価格帯の端を、太枠で突破した
→ 出来高を伴って壁を抜けた可能性を確認する
* 出来高の薄い価格帯で細枠が出た
→ 強い買い・売りというより、注文の少なさによって価格が動いた可能性も考える
* 突破後にBaseやBREAK CLOSEへ戻り、再び反発した
→ 以前の壁を新しい足場として維持できているかを確認する
このように、価格帯別出来高で「市場の地形」を見て、SMC Volume Footprintsで「その場所に残された値動きと出来高の痕跡」を確認します。
### BREAK CLOSE
`BREAK CLOSE`は目標価格ではなく、BaseまたはSingleからのブレイクが確定したローソク足の終値です。
その後、この価格が支持線・抵抗線として機能するか、再び割り込むかを確認するための基準として使用します。
`EXTREME`や`GAP`は、急激な価格変位やギャップが発生した場所を確認するための補助マーカーです。単独の売買シグナルではありません。
### 基本的な使い方
1. 価格帯別出来高で、出来高の厚い場所と薄い場所を確認する
2. BaseまたはSingleがどの位置に発生したかを見る
3. P・V・枠の太さから、価格変位と出来高の強さを確認する
4. BREAK CLOSEや起点ゾーンへのリテストを見る
5. AVWAPや上位足の方向も加えて最終判断する
本インジケーターは自動売買システムではなく、値動きの起点とブレイクの質を整理するための補助ツールです。
### 初期設定の主な基準
* ATR・平均出来高の計算期間:50
* 太枠となる出来高基準:平均出来高の1.5倍
* Base形成時の低出来高基準:平均出来高の0.8倍
* 最小Power:1.5
* 最大Power:5.0
各市場や時間足に応じて調整できます。
### 注意事項
本スクリプトはTradingViewから取得できるOHLCVデータを使用しています。板情報、注文の追加・取消し、正確なBid/Ask別出来高、デルタ、OFIなどを直接解析する本来のFootprintチャートではありません。
名称の「Footprints」は、価格と出来高がチャート上に残した痕跡を可視化するという意味で使用しています。
また、出来高データの性質は銘柄やデータ配信元によって異なり、FXなどではティック出来高が使用される場合があります。
確定足表示を有効にした場合、シグナルはローソク足の終値確定後に描画されます。過去の検出結果は、将来の値動きや利益を保証するものではありません。
全文をTradingView用のBBCode形式で英訳しました。
SMC Volume Footprints
Created by silverginging
SMC Volume Footprints is an indicator that combines candlestick price displacement with relative volume to visualize where significant price moves originated.
Rather than simply generating buy or sell signals, it is designed to be used together with Volume Profile to assess:
- Which price levels have accumulated substantial trading activity
- Which price levels have limited participation and may be crossed quickly
- Whether the current price move has been stopped by a barrier
- Whether price has broken through that barrier and can now use it as new support or resistance
“Market structure analysis” may sound complicated, but the idea is simple. Volume Profile shows where trading activity is concentrated and where it is sparse. This indicator then shows where a price move began and how strongly price and volume supported that move.
Base and Single
Base
A Base is detected when several small candlesticks and declining volume form a consolidation area. It is displayed when price closes above the high or below the low of that area.
This is a relatively higher-confidence detection designed to identify breakouts originating from areas where price and volume have compressed.
Single
When no Base is available, the indicator uses a recent reversal candle as a single-bar origin point.
A Single may appear earlier than a Base, but it can also produce more noise. For this reason, it is intended as a secondary confirmation. The script prioritizes Base structures and uses Single structures as the second option.
Thick and Thin Borders
Border thickness indicates how much relative volume accompanied the detected price move.
Thick Border
A thick border appears when relative volume exceeds the selected threshold. It represents a more prominent Footprint in which a significant price move was accompanied by above-average volume.
Under the default settings, volume of at least 1.5 times its average is emphasized with a thick border, darker coloring, and a ★ symbol.
Thin Border
A thin border appears when the price-displacement requirement is met, but volume does not reach the emphasis threshold.
A thin border does not mean that the Footprint is invalid. It means that the move has less volume confirmation than a thick-border Footprint and therefore requires additional confirmation from Volume Profile, AVWAP, or the higher-timeframe trend.
Border thickness is not a definitive buy or sell signal. It is a graded visual display that allows users to compare the volume strength of detected price moves at a glance.
What P and V Mean
Each label displays the strength of the price move and its accompanying volume.
- P: Price displacement calculated by dividing the candlestick body size by ATR
- V: Relative volume calculated by dividing the current volume by average volume
A higher P value indicates stronger price displacement, while a higher V value indicates stronger volume confirmation.
P, V, and border thickness make it possible to distinguish between situations such as “price moved significantly on low volume” and “both price displacement and volume were strong.”
Using the Indicator with Volume Profile
This indicator was specifically designed to be overlaid and used together with Volume Profile.
High-volume areas represent price levels where many market participants have traded. Low-volume areas contain less accumulated trading activity and may allow price to move through them more quickly.
Examples of how to interpret the combination include:
- A thick-bordered Footprint appears inside a high-volume area
This may indicate an active battle between buyers and sellers or the possibility of a reaction from that price area. - Price breaks through the edge of a high-volume area with a thick-bordered Footprint
This may indicate that price has broken through a market barrier with volume confirmation. - A thin-bordered Footprint appears inside a low-volume area
Consider the possibility that price moved because of limited trading participation rather than exceptionally strong buying or selling pressure. - After a breakout, price returns to the Base or BREAK CLOSE and reacts again
Observe whether the former barrier is being maintained as a new support or resistance level.
In this way, Volume Profile provides a view of the market’s “terrain,” while SMC Volume Footprints shows the price-and-volume traces left at specific locations within that terrain.
BREAK CLOSE
BREAK CLOSE is not a price target. It represents the closing price of the candlestick that confirmed the breakout from a Base or Single structure.
It can be used as a reference level to observe whether the breakout close later acts as support or resistance, or whether price moves back through it.
EXTREME and GAP are supplementary markers used to identify areas where unusually large price displacement or a price gap occurred. They are not standalone buy or sell signals.
Basic Workflow
- Use Volume Profile to identify high-volume and low-volume areas.
- Check where a Base or Single structure has appeared.
- Use P, V, and border thickness to evaluate price displacement and volume strength.
- Observe retests of BREAK CLOSE and the origin zone.
- Include AVWAP and the higher-timeframe direction in the final assessment.
This indicator is not an automated trading system. It is a supporting tool for organizing the origin of price moves and evaluating the quality of breakouts.
Main Default Parameters
- ATR and average-volume calculation period: 50
- Volume threshold for a thick border: 1.5 times average volume
- Low-volume threshold for Base formation: 0.8 times average volume
- Minimum Power: 1.5
- Maximum Power: 5.0
These parameters can be adjusted to suit different markets and timeframes.
Important Notes
This script uses OHLCV data available through TradingView. It is not a conventional Footprint chart that directly analyzes order-book data, order additions or cancellations, precise Bid/Ask volume, Delta, or Order Flow Imbalance (OFI).
The term “Footprints” in the indicator’s name refers to the traces that price and volume leave on the chart.
The nature and quality of volume data vary depending on the instrument and data provider. Some markets, including Forex, may use tick volume rather than actual traded volume.
When confirmed-bar display is enabled, detections are drawn only after the candlestick has closed. Historical detections do not guarantee future price movements or profits.
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
個人投資家|アンカーVWAP・価格帯別出来高・CVD・McClellan Oscillatorで出来高プロファイル分析
「みんなで投資を楽しむ掲示板」rara.jp/minnatoshi/ AI銘柄分析、チャート分析や投稿を見に来てください!
「みんなで投資を楽しむ掲示板」rara.jp/minnatoshi/ AI銘柄分析、チャート分析や投稿を見に来てください!
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
個人投資家|アンカーVWAP・価格帯別出来高・CVD・McClellan Oscillatorで出来高プロファイル分析
「みんなで投資を楽しむ掲示板」rara.jp/minnatoshi/ AI銘柄分析、チャート分析や投稿を見に来てください!
「みんなで投資を楽しむ掲示板」rara.jp/minnatoshi/ AI銘柄分析、チャート分析や投稿を見に来てください!
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。