ค้นหา
ผลิตภัณฑ์
ชุมชน
ตลาด
ข่าว
โบรกเกอร์
เพิ่มเติม
TH
ลดราคา Cyber Monday
ลดสูงสุดถึง 70% OFF
ชุมชน
/
ไอเดีย
/
SIRI PINE SCRIPT - crossover dan barcolor untuk indicator
PUBLIC BANK BHD
การศึกษา
SIRI PINE SCRIPT - crossover dan barcolor untuk indicator
โดย BURSATRENDBANDCHART
ติดตาม
ติดตาม
ที่อัปเดต:
13 ก.ค. 2020
6
13 ก.ค. 2020
Permintaan dari rakan kita untuk mewarnakan candle jika syarat pada stochrsi tercapai serta membuat simple alert berdasarkan syarat tadi.
Semoga terhibur.
13 ก.ค. 2020
บันทึกช่วยจำ
//
version
=4
study(title="Stochastic RSI", shorttitle="Stoch RSI", format=format.price, precision=2, resolution="")
smoothK = input(3, "K", minval=1)
smoothD = input(3, "D", minval=1)
lengthRSI = input(14, "RSI Length", minval=1)
lengthStoch = input(14, "Stochastic Length", minval=1)
src = input(close, title="RSI Source")
rsi1 = rsi(src, lengthRSI)
k = sma(stoch(rsi1, rsi1, rsi1, lengthStoch), smoothK)
d = sma(k, smoothD)
plot(k, "K", color=#0094FF)
plot(d, "D", color=#FF6A00)
h0 = hline(80, "Upper Band", color=#606060)
h1 = hline(20, "Lower Band", color=#606060)
fill(h0, h1, color=#9915FF, transp=80, title="Background")
green = crossover(k,d) and k <= 20 and d <= 20
red = crossover(d,k) and k >=80 and d >= 80
barcolor (color = green ? color.green : red ? color.red : na)
alertcondition(green, title='Green bar', message = '{{tickerid}} - Crossover from below')
alertcondition(red, title='Red bar', message = '{{tickerid}} - Crossover from above')
barcolor
Chart Patterns
Technical Indicators
pinescript
stochrsicross
Trend Analysis
trendbandguide
BURSATRENDBANDCHART
ติดตาม
และใน:
การนำเสนอที่เกี่ยวข้อง
Persamaan indikator yang selalu digunakan
โดย BURSATRENDBANDCHART
Alert indikator tanpa script
โดย BURSATRENDBANDCHART
คำจำกัดสิทธิ์ความรับผิดชอบ
ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่
ข้อกำหนดการใช้งาน