OPEN-SOURCE SCRIPT

RSI Local Trend

ที่อัปเดต:
A simple indicator using two RSIs.

Conditions for buy:
RSI(slow) < RSI(fast) and RSI(slow) < long_trigger

Conditions for sell:
RSI(slow) > RSI(fast) and RSI(slow) > short_trigger

It is recommended to use in small timeframes for scalping.

Recommended settings:
slow = 3
fast = 14
long_trigger = 30
short_trigger = 70

In markets where there is very high volatility, it is recommended to change the trigger parameters:
long_trigger = 20
short_trigger = 80
เอกสารเผยแพร่
Added Alerts
Pivot PointsPivot points and levelsRelative Strength Index (RSI)rsi2

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

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

ต้องการที่จะใช้สคริปต์นี้บนชาร์ตใช่ไหม?

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