Cerca
Prodotti
Comunità
Mercati
Notizie
Broker
Altro
IT
Inizia
C98 / TetherUS PERPETUAL CONTRACT
12 set 2022
Buy Sell Signal Strategy
0
Prendi questo grafico
Prendi questo grafico
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)
Waleed_Ch
Segui
Anche su:
Chart Patterns
Technical Indicators
Trend Analysis
Waleed_Ch
Segui
Anche su:
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle
Condizioni d'uso
.