BINANCE:C98USDT.P   C98 / TetherUS PERPETUAL CONTRACT
Buy Sell Signal Strategy 1 - Just Copy Paste this Script and Save in your Trading View Account:

//@version=4
study(title="BUY SELL", overlay=true, resolution="")
short = ema(close, 8)
long = ema(close, 21)
plot(short, color = color.red)
plot(long, color = color.green)
plotshape(crossover(short,long) , style = shape.triangleup , location = location.belowbar, color = color.green , size = size.normal)
plotshape(crossunder(short,long), style = shape.triangledown , location = location.abovebar, color = color.red , size = size.normal)

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.