This indicator visualizes William O’Neil’s sell condition with an added feature to check consecutive days. A sell signal is triggered when:
1. Volume increases compared to the previous day.
2. The closing price drops by a user-defined percentage (default: 0.2% or more) from the previous day’s close.
Additionally, you can specify how many consecutive days the condition must hold true (including today).
• 0: The signal is evaluated for the current day only.
• 1: The condition must hold true for today and the previous day.
• 2: The condition must hold true for today, the previous day, and two days ago, and so on.
The indicator highlights qualifying bars with a red background and places a small red circle above the bar when the conditions are met.
As I am still learning Pine Script, please let me know if you encounter any bugs, issues, or suggestions for improvement. Your feedback is greatly appreciated!
このインジケーターは、ウィリアム・オニールの売り抜け条件を可視化し、さらに連続日数のチェック機能を追加したものです。売りシグナルは、次の条件が満たされた場合に発生します:
1. 出来高が前日より増加している。
2. 終値が前日終値からユーザー設定の割合(デフォルトは0.2%以上)下落している。
さらに、条件が連続する日数を設定できます(当日を含めます)。
• 0:当日単体でシグナルを評価します。
• 1:当日と前日が連続して条件を満たした場合にシグナルを表示します。
• 2:当日、前日、2日前が連続して条件を満たした場合にシグナルを表示します。
条件を満たしたバーには赤い背景色が付き、シグナル発生時には小さな赤い丸がバーの上に表示されます。
Pineスクリプトにはまだ不慣れなため、もしバグや改善点があれば遠慮なくご指摘ください。皆様のフィードバックが大変励みになります!