This is a TradingView indicator called "Sakata New Price" This tool counts two different types of new values known as bullish and bearish candlesticks.
It is compatible with version 6, and I am making some modifications to the script, such as changing the initial values.
Bullish New Values:
This indicator counts the first bullish candlestick from the starting point of an uptrend as the first instance. Subsequently, it counts bullish candlesticks that update the previous high based on closing prices as new values.
Bearish New Values:
Similarly, it counts the first bearish candlestick from the starting point of a downtrend as the initial instance. It then considers bearish candlesticks updating the previous low based on closing prices as new values.
Usage in Trading:
Execution of Strategies for Continuing Trends:
The probability of a retracement completing within the first three new values against the trend is 80%. Traders can utilize this information to time entries during these retracements.
Assessment of Medium to Long-Term Trend Continuation Limits:
Counting the new values, especially beyond the 10th instance, allows for judgments about the proximity of the trend's end. This information can be used to avoid new entries into the market.
Indicator Operation:
When specifying the starting point for counting, bullish new values are represented with red labels, while bearish new values are displayed with blue labels.
The indicator supports interactive mode, allowing users to specify the date and time as the starting point on the chart when adding the indicator.
By selecting the indicator and moving the date and time on the chart, users can adjust the starting point for counting.
これは酒田新値を数える TradingView のインジケーターです。このツールは、陽線と陰線と呼ばれる2つの異なるタイプの新値をカウントします。
version6 に対応しています。その際、初期値の変更など、少しスクリプトに変更を加えています。
陽線新値:
このインジケーターは、上昇のスタート地点から最初の陽線(陽のローソク足)を1本目として数えます。それ以降、終値ベースでこれまでの高値を更新している陽線を新値としてカウントします。
陰線新値:
同様に、下降のスタート地点から最初の陰線(陰のローソク足)を1本目として数えます。そして、終値ベースでこれまでの安値を更新している陰線を新値として数えます。
トレードでの利用方法:
・トレンドが継続する場合の押し目を狙った仕掛け:
逆行する新値3本までで押し目が完了する確率は80%です。このタイミングを狙ってエントリーを行います。
・中長期のトレンドの継続限界の判断:
新値を数え、特に10本目以降はトレンド終了が近いと見て新規エントリーを避けるなどの判断ができます。
インジケーターの操作方法:
カウントの起点を指定すると、陽線新値は赤色のラベル、陰線新値は青色のラベルで表示されます。
インジケーターはインタラクティブモードに対応しており、チャート上でカウントの起点となる日時を指定することができます。
インジケーターを選択してチャート上で日時を移動することで、カウントの起点を修正することができます。