[EN]
Script Name: Liquidity Analysis with Volume, ATR, and Chaikin Oscillator
Description: This script analyzes market liquidity using three key indicators: Volume, ATR (Average True Range), and the Chaikin Oscillator. Based on the combination of these indicators, the script identifies three market conditions and visually highlights them with background colors:
High Liquidity Uptrend (Green Background):
Occurs when volume is high, ATR is above the threshold, and the Chaikin Oscillator is positive. This indicates strong liquidity with an upward trend in the market.
Alert: "High Liquidity Uptrend detected."
High Liquidity Downtrend (Red Background):
Occurs when volume is high, ATR is above the threshold, and the Chaikin Oscillator is negative. This signals strong liquidity but with a downward market trend.
Alert: "High Liquidity Downtrend detected."
Low Liquidity Stagnant Market (Yellow Background):
Occurs when volume is low, and ATR is below the threshold. This suggests a market with low liquidity and minimal price movement, indicating a range or stagnant phase.
Alert: "Low Liquidity Stagnant market detected."
Input Settings Panel:
Volume Threshold: This value sets the minimum volume required to determine high liquidity. If the volume is above this value, it is considered "high volume."
ATR Length: Defines the number of periods used to calculate ATR. The higher the value, the more smoothed the ATR calculation.
ATR Threshold: This sets the minimum ATR value required to signal a market with significant volatility. If ATR is above this value, the market is considered to have high volatility.
These settings allow you to fine-tune the script based on the characteristics of the asset being analyzed.
[JP]
スクリプト名: 出来高、ATR、チャイキンオシレーターを用いた流動性分析
説明: このスクリプトは、出来高、ATR(平均真値幅)、およびチャイキンオシレーターという3つの主要な指標を用いて市場の流動性を分析します。これらの指標の組み合わせに基づいて、3つの市場状況を特定し、背景色で視覚的にハイライトします。
流動性が高い上昇相場(背景色:緑):
出来高が高く、ATRがしきい値を超え、チャイキンオシレーターがプラスの場合に発生します。これは、強い流動性と市場の上昇トレンドを示します。
アラート: 「高流動性の上昇トレンドが検出されました。」
流動性が高い下降相場(背景色:赤):
出来高が高く、ATRがしきい値を超え、チャイキンオシレーターがマイナスの場合に発生します。これは、強い流動性を伴う下降トレンドを示します。
アラート: 「高流動性の下降トレンドが検出されました。」
流動性が低い停滞相場(背景色:黄色):
出来高が低く、ATRがしきい値以下の場合に発生します。これは流動性が低く、価格変動が少ない、レンジまたは停滞フェーズを示しています。
アラート: 「低流動性の停滞相場が検出されました。」
設定パネルの入力項目:
出来高のしきい値: 高流動性を判定するために必要な最小の出来高を設定します。この値を超える場合、「高出来高」と見なされます。
ATRの期間: ATRを計算する際に使用される期間数を定義します。値が大きいほど、ATRの計算が滑らかになります。
ATRのしきい値: しきい値を超えた場合に市場に大きなボラティリティがあると判断します。この値を上回るATRであれば、ボラティリティが高いと見なされます。
これらの設定により、分析対象の資産の特性に応じてスクリプトを調整できます。