بحث
المنتجات
التواصل الاجتماعي
الأسواق
الأخبار
الوسطاء
المزيد
AR
ابدأ الآن
عقود NASDAQ 100 E-MINI الآجلة
١٢ أكتوبر ٢٠٢٢
Simple box to look up down trend
0
احصل على هذا الرسم
احصل على هذا الرسم
A simple box in 20 candle to monitor price
Top is the highest and bottom is the lowest of close in 20 candles.
As close is moving outside this box then the signal is up or down trend.
Code sample:
low_val = ta.lowest(close, 20)
high_val = ta.highest(close, 20)
//Create Box
box bx = na
bx := box.new(time[19], high_val, time, low_val, xloc=xloc.bar_time, bgcolor=color.new(color.aqua, 90), border_width=1)
box.delete(bx[1])
binancash
تابع
يعمل أيضًا:
high
LOW
pivot
Wave Analysis
binancash
تابع
يعمل أيضًا:
إخلاء المسؤولية
لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في
شروط الاستخدام
.