OPEN-SOURCE SCRIPT
更新済 Flat Tops & Botttoms

The provided Pine Script code is an indicator script designed to identify and display flat tops and bottoms on a price chart.
Inputs:
Calculations:
Alerts:
Script allows to set alerts when flat tops or bottoms occur
Inputs:
- showFlatTops (boolean): Determines whether to display flat tops.
- showFlatBottoms (boolean): Determines whether to display flat bottoms.
- enableAlerts (boolean): Enables or disables alerts for flat tops and bottoms.
Calculations:
- Flat Top: if the current bar's high is equal to the open price. A downward-pointing triangle shape is plotted above the bar.
- Flat Bottom: if the current bar's low is equal to the open price. An upward-pointing triangle shape is plotted above the bar.
Alerts:
Script allows to set alerts when flat tops or bottoms occur
リリースノート
Add Margin of Errorリリースノート
Fixed Default Margin of Error + Added back perfect Top/Bottom Detectionオープンソーススクリプト
TradingViewの精神に則り、この作者はスクリプトのソースコードを公開しているので、その内容を理解し検証することができます。作者に感謝です!無料でお使いいただけますが、このコードを投稿に再利用する際にはハウスルールに従うものとします。
免責事項
これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。
オープンソーススクリプト
TradingViewの精神に則り、この作者はスクリプトのソースコードを公開しているので、その内容を理解し検証することができます。作者に感謝です!無料でお使いいただけますが、このコードを投稿に再利用する際にはハウスルールに従うものとします。
免責事項
これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。