ค้นหา
ผลิตภัณฑ์
ชุมชน
ตลาด
ข่าว
โบรกเกอร์
เพิ่มเติม
TH
เริ่มกันเลย
ชุมชน
/
ไอเดีย
/
Flyup
Vietnam Index
Flyup
โดย hoatigon.757
ติดตาม
ติดตาม
21 ต.ค. 2023
0
21 ต.ค. 2023
Pine Script®
RSIExit = input(55, "RSI Exit")
RSILength = input(4, "RSI Length")
testPeriod() =>
time >= testPeriodStart and time <= testPeriodStop ? true : false
longSMA = sma(close, 200) // 200-day moving average
rsi = rsi(close, RSILength) // relative strength indicator with custom length
longCondition = close > longSMA // closing price is above 200-day sma
if longCondition and testPeriod()
strategy.entry("CALL", strategy.long, 100, when=rsi <= RSIEntry)
strategy.close("CALL", when=rsi >= RSIExit)
Trend Analysis
hoatigon.757
ติดตาม
คำจำกัดสิทธิ์ความรับผิดชอบ
ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่
ข้อกำหนดการใช้งาน