SHIBRAVIS

Dynamic SUPRES

Dynamic SUPRES can be interpreted in different ways. Each square marks an area of congestion that could serve as support and resistance.
สคริปต์โอเพนซอร์ซ

ด้วยจิตวิญญาณของ TradingView อย่างแท้จริง ผู้เขียนสคริปต์นี้ได้เผยแพร่เป็นโอเพนซอร์ส เพื่อให้ผู้ค้าสามารถเข้าใจและตรวจสอบได้ ไชโยให้กับผู้เขียน! คุณสามารถใช้ได้ฟรี แต่การใช้รหัสนี้ซ้ำในสิ่งพิมพ์อยู่ภายใต้กฎระเบียบการใช้งาน คุณสามารถตั้งเป็นรายการโปรดเพื่อใช้บนชาร์ตได้

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่ เงื่อนไขการใช้บริการ

ต้องการที่จะใช้สคริปต์นี้บนชาร์ตใช่ไหม?
study(title="Dynamic SUPRES",shorttitle="DySR", overlay=true)

multiplier = input(title="M", type=float, defval=1.21, minval=0.5, maxval=1.9)
anomalia = security(tickerid,period, abs(open-close) > multiplier*sma(tr,5)) ? 1 : 0
barcolor(anomalia==1?silver:na,0) 
atr = sma(tr,5)
dot = (anomalia == 1 and close<open)?open+atr:(anomalia == 1 and close>open)?open-atr:na
plotshape(dot,style=shape.square, color=black, location=location.absolute, transp=0)



ไอเดียที่เกี่ยวข้อง