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. קרא עוד בתנאים וההגבלות.

רוצה להשתמש בסקריפ זה בגרף?

רעיונות קשורים