racer8

Riley's Movement Index

racer8 ที่อัปเดต:   
Brief Description:

Riley's Movement Index is a new indicator developed and named after me.
RMI is quite interesting in that uses two lines to cross each other.
One line represents the bullish side of the market, and the other line represents the bearish side of the market.
A signal occurs when the two lines cross each other.

-------------------------------------------

Calculation:

Up
1. high > prev high?
2. If yes, then Up = (high - prev high)
3. If no, then Up = 0

Dn
1. low < prev low?
2. If yes, then Dn = (prev low - low)
3. If no, then Dn = 0

SumUp (n) = Sum of Up over n periods
SumDn (n) = Sum of Dn over n periods

Plot SumUp & SumDn lines.

-------------------------------------------

How to interpret a signal:

When SumUp > SumDn, market is bullish.
When SumUp < SumDn, market is bearish.

-------------------------------------------

Recommended setting:

I would suggest a setting of 10, the default setting.

-------------------------------------------

Enjoy, and smash that follow button!

เอกสารเผยแพร่:
>>>
Added a filter feature to filter out false signals (2 new settings):
-Filter Atr length
-Filter Atr multiplier

These two settings control the background color of the indicator.
When the two RMI lines are far enough from each other, the filter feature will allow you to trade.
When this occurs, the background color will become yellow, enabling you to trade.

Calculation of filter:

Dif = Absolute value of (Up line - Dn line)
lvl = multiplier * Atr (length)
Filter = Dif > lvl?
if yes...then there is a background color.
if no...then there is no background color.

***Only trade when there is a background color.
เอกสารเผยแพร่:
>>>
Added 2 more parameters:
"Up Line Source" & "Dn Line Source"
สคริปต์โอเพนซอร์ซ

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

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

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

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