OPEN-SOURCE SCRIPT

Candle Close Notification

266
Candle Close Notification Indicator - Specification

1. 概要 (Overview)

本インジケーターは、TradingView 上でローソク足が確定した際に、そのローソク足が陰線(Bearish)または陽線(Bullish)であった場合に通知を送信するものです。
また、該当するローソク足の上または下にマークを表示し、視覚的にも識別しやすくなっています。

This indicator for TradingView sends notifications when a candlestick closes as either a bearish (red) or bullish (green) candle. It also marks the corresponding candles on the chart for visual reference.



2. 機能 (Features)
2.1 通知機能 (Notification Function)

ローソク足の確定時に、以下の条件に基づき アラート(通知) を送信します。

「Both」(両方): 陰線・陽線のどちらでも通知

「Bearish」(陰線のみ): 陰線の時のみ通知

「Bullish」(陽線のみ): 陽線の時のみ通知

When a candlestick closes, an alert notification is sent based on the selected option:

"Both" (Default): Notifies for both bearish and bullish candles.

"Bearish": Notifies only bearish candles.

"Bullish": Notifies only bullish candles.


2.2 チャートマーク表示機能 (Chart Marking Function)

ローソク足が確定した際、以下のルールでマークを表示します。

陰線(Bearish) の場合、赤色の「下向きマーク」を表示(ローソク足の上)

陽線(Bullish) の場合、緑色の「上向きマーク」を表示(ローソク足の下)

When a candlestick closes, a marker appears according to the following rules:

Bearish candle → A red downward marker appears above the candle.

Bullish candle → A green upward marker appears below the candle.



3. 通知オプションの設定 (Setting Notification Options)

スクリプト内の notify_option の値を変更することで、通知の種類を設定できます。

Both(デフォルト) → 陰線・陽線両方通知

Bearish → 陰線のみ通知

Bullish → 陽線のみ通知

Modify the notify_option value in the script to customize notifications:

Both (Default) → Notifies for both bearish and bullish candles.

Bearish → Notifies only bearish candles.

Bullish → Notifies only bullish candles.

TradingView の アラート機能 を有効にすることで、通知を受け取ることができます。

Enable TradingView’s Alert function to receive notifications.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.