TradingView
wicksell
18 Jul 2018 pukul 22.43

MACD + RSI + EMA + SMA + Ichimoku + overbought + buy, sell +Doji 

Bitcoin / DollarBitfinex

Huraian

// MACD + EMA 200 *** buy and sell strategy (RSI, EMA, SMA) *** Doji Harami *** overbought and oversold *** trend direction *** divergence *** Ichimoku

Use this script in time 1h

Komen
sanjay27
Hello, Is there a blog to understand what's what and how do you use it?
janor123
In the code it looks like there is only one buy condition:

longEntry() => rsi(close, 2) <= 20 and close >= sma(close, 200) and ema(close, 20)

I tried using this buy condition in v3 pine script and don't get same backtesting results.

So the strategy is not using anything else for buy entry? only this condition?
wicksell
@janor123, Yes, just this combination of RSI, EMA 20 and SMA 200, this way I have reached the percentage of gain.
janor123
@wicksell, I think it is repainting because when I try it in version three the results are much lower
wicksell
@janor123, in the other versions, there are modifications
jim133002
@wicksell, How much percentage winning now? Also can u convert it into version 5
dkms2u
i wish to understand how to read this script :(
pratikpawar7
what is the entry, exit, stop loss, take profit criteria of this code?
wicksell
navenbyfarm
why does the trade exit on the high or low of candle, this is not possible to trade like this
Lebih