OPEN-SOURCE SCRIPT

Flat Tops & Botttoms

Mis à jour
The provided Pine Script code is an indicator script designed to identify and display flat tops and bottoms on a price chart.

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
Notes de version
Add Margin of Error
Notes de version
Fixed Default Margin of Error + Added back perfect Top/Bottom Detection
Candlestick Analysis

Script open-source

Dans le plus pur esprit TradingView, l'auteur de ce script l'a publié en open-source, afin que les traders puissent le comprendre et le vérifier. Bravo à l'auteur! Vous pouvez l'utiliser gratuitement, mais la réutilisation de ce code dans une publication est régie par nos Règles. Vous pouvez le mettre en favori pour l'utiliser sur un graphique.

Vous voulez utiliser ce script sur un graphique ?


Aussi sur:

Clause de non-responsabilité