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.
قام مؤلف هذا النص البرمجي بنشره وجعله مفتوح المصدر، بحيث يمكن للمتداولين فهمه والتحقق منه، وهو الأمر الذي يدخل ضمن قيم TradingView. تحياتنا للمؤلف! يمكنك استخدامه مجانًا، ولكن إعادة استخدام هذا الرمز في المنشور يخضع لقواعدقوانين الموقع. يمكنك جعله مفضلاً لاستخدامه على الرسم البياني.
هل تريد استخدام هذا النص البرمجي على الرسم البياني؟
لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.