vdubus

vdubus Oscillator4

Modified MacD with MA colour coded with the objective to keep you in a trend for longer custom settings included * this one is currently set for lower time frames 1m+

สคริปต์โอเพนซอร์ซ

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

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

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

ต้องการที่จะใช้สคริปต์นี้บนชาร์ตใช่ไหม?
study(title="vdubus Oscillator4", shorttitle="vdubOsc4")
ao = sma(hl2,14) - sma(hl2,200)
plot(ao, color = change(ao) <= 0 ? blue : green, style=line, linewidth=2)
hline(0, title="Zero", color = white, linewidth=1)
h2 = hline(0.0000, color = white, linewidth=0)
h3 = hline(-0.0000, color = white, linewidth=0)

ma = sma(hl2,7) - sma(hl2,200)
plot(ma, color = change(ma) <= 0 ? red : lime, style=line, linewidth=1)