ROBO_Trading

Noro's Fast RSI Strategy v1.3

In 1.3 added:

+ Min/Max
+ Arrows

For:

- crypto/fiat
- crypto/crypto
- timeframes: 1hour, 30min, 15min, 5min

Strategy uses 2 indicators:

1) RSI indicator, period = 7 (default)
2) EMA Body, period = 30

EMA Body

Step 1. The candle body size is calculated = abs(close-open)
Step 2. The average size of a body of a candle is calculated. Only 30 last candles. EMA .
Step 3. If the body of the current candle is less than a half of a body of an average candle, then such candle is ignored by strategy because too small.

Strategy

If RSI < RSI Limit and the body of a candle is more than a body of an average candle / 4 - to open long.
If RSI > RSI Limit and the body of a candle is more than a body of an average candle / 2 - to close long.

If RSI > (100 - RSI Limit) and the body of a candle is more than a body of an average candle / 4 - to open short.
If RSI < (100 - RSI Limit) and the body of a candle is more than a body of an average candle / 2 - to close short.

If the candle a red and previous candle too red and closing of a candle is lower than closing of the previous candle and Min/Max is activated - to open long.
If the candle a green and previous candle too green and closing of a candle is higher than closing of the previous candle and Min/Max is activated - to open short.

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

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

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

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

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

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