OPEN-SOURCE SCRIPT
تم تحديثه Flat Tops & Botttoms

The provided Pine Script code is an indicator script designed to identify and display flat tops and bottoms on a price chart.
Inputs:
Calculations:
Alerts:
Script allows to set alerts when flat tops or bottoms occur
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
ملاحظات الأخبار
Add Margin of Errorملاحظات الأخبار
Fixed Default Margin of Error + Added back perfect Top/Bottom Detectionنص برمجي مفتوح المصدر
بروح TradingView الحقيقية، قام مبتكر هذا النص البرمجي بجعله مفتوح المصدر، بحيث يمكن للمتداولين مراجعة وظائفه والتحقق منها. شكرا للمؤلف! بينما يمكنك استخدامه مجانًا، تذكر أن إعادة نشر الكود يخضع لقواعد الموقع الخاصة بنا.
إخلاء المسؤولية
لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.
نص برمجي مفتوح المصدر
بروح TradingView الحقيقية، قام مبتكر هذا النص البرمجي بجعله مفتوح المصدر، بحيث يمكن للمتداولين مراجعة وظائفه والتحقق منها. شكرا للمؤلف! بينما يمكنك استخدامه مجانًا، تذكر أن إعادة نشر الكود يخضع لقواعد الموقع الخاصة بنا.
إخلاء المسؤولية
لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.