TradingView
alorse
31 Th10 2021 17:58

Tendency EMA + RSI [Alorse] 

ALPHA / TetherUSBinance

Mô tả

A very simple and highly effective strategy LONG & SHORT that combines only 2 indicators:
  • RSI
  • 3 Moving Average Exponential (EMA)



LONG Entry conditions are:
  • EMA 20 cross over EMA 10
  • EMA 10 is above EMA 100


LONG Exit conditions are:
  • RSI greater than 70
  • Or when X number of candles have passed and the trade is in profit. (Check Settings)


SHORT Entry conditions are:
  • EMA 20 cross under EMA 10
  • EMA 10 is below EMA 100


SHORT Exit conditions are:
  • RSI is less than 30
  • Or when X number of candles have passed and the trade is in profit. (Check Settings)



Bình luận
vazquezreyescarlos
hi. i was trying this strategy on QC for backtesting and found out that the description is not matching the code, i.e.:
- description: LONG Entry conditions are:
EMA 20 cross over EMA 10
EMA 10 is above EMA 100

- code: entryLong = ta.crossover(out_a, out_b) and out_a > out_c and close > open
where out_a is the EMA10 and out_b the EMA20, then, we are saying EMA10 crossover EMA20

apart from that, i see relying only on RSI to exit the position (or profitability) is leading to a big average loss. have u tried further improvements in the exit conditions?
thanks in advance and great work
Joako_Argentina
Muchas gracias locura, lo simple muchas veces es lo mejor
Thêm nữa