OPEN-SOURCE SCRIPT

Simple 5SMA Crossover Signals with SMA Trend Signals

This script provides two types of signals based on the relationship between the closing price and the 5-period Simple Moving Average (SMA):

1. Crossover Signals:
Buy Signal ("BUY"):
A green "BUY" label appears below the bar when the current closing price crosses above the 5SMA, and the previous closing price was below or equal to the 5SMA.
Sell Signal ("SELL"):
A red "SELL" label appears above the bar when the current closing price crosses below the 5SMA, and the previous closing price was above or equal to the 5SMA.
2. SMA Trend Signals:
SMA Increasing Signal ("SMA+"):
A blue circle is displayed above the bar when the 5SMA starts increasing (current SMA is greater than the previous SMA, and the previous SMA was not increasing).
SMA Decreasing Signal ("SMA-"):
An orange circle is displayed below the bar when the 5SMA starts decreasing (current SMA is less than the previous SMA, and the previous SMA was not decreasing).
These signals allow traders to understand both price action relative to the SMA and changes in the SMA's trend direction. The SMA line is plotted on the chart for reference.

説明 (日本語)
このスクリプトは、終値と5期間の単純移動平均(SMA)の関係に基づいた2種類のシグナルを提供します:

1. クロスオーバーシグナル:
買いシグナル ("BUY"):
現在の終値が5SMAを上抜け、かつ前の終値が5SMA以下だった場合、緑色の「BUY」ラベルがローソク足の下に表示されます。
売りシグナル ("SELL"):
現在の終値が5SMAを下抜け、かつ前の終値が5SMA以上だった場合、赤色の「SELL」ラベルがローソク足の上に表示されます。
2. SMAトレンドシグナル:
SMA増加シグナル ("SMA+"):
5SMAが増加し始めた場合(現在のSMAが前のSMAより大きく、前回のSMAが増加していなかった場合)、青い丸がローソク足の上に表示されます。
SMA減少シグナル ("SMA-"):
5SMAが減少し始めた場合(現在のSMAが前のSMAより小さく、前回のSMAが減少していなかった場合)、オレンジ色の丸がローソク足の下に表示されます。
これらのシグナルにより、価格がSMAに対してどのように動いているか、またSMAのトレンド方向の変化を理解することができます。チャートにはSMAラインも描画され、参考として使用できます。

Candlestick analysisChart patternsMoving Averages

نص برمجي مفتوح المصدر

قام مؤلف هذا النص البرمجي بنشره وجعله مفتوح المصدر، بحيث يمكن للمتداولين فهمه والتحقق منه، وهو الأمر الذي يدخل ضمن قيم TradingView. تحياتنا للمؤلف! يمكنك استخدامه مجانًا، ولكن إعادة استخدام هذا الرمز في المنشور يخضع لقواعد‎‎قوانين الموقع. يمكنك جعله مفضلاً لاستخدامه على الرسم البياني.

هل تريد استخدام هذا النص البرمجي على الرسم البياني؟

إخلاء المسؤولية