Search
Products
Community
Markets
News
Brokers
More
EN
Get started
Community
/
Ideas
/
Buy Sell Signal Strategy
C98 / TetherUS PERPETUAL CONTRACT
Buy Sell Signal Strategy
By Waleed_Ch
Follow
Follow
Sep 12, 2022
0
Sep 12, 2022
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)
Chart Patterns
Technical Indicators
Trend Analysis
Waleed_Ch
Follow
Also on:
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the
Terms of Use
.