搜索
产品
社区
市场
新闻
经纪商
更多
CN
开始
社区
/
观点
/
Buy Sell Signal Strategy
C98 / TetherUS PERPETUAL CONTRACT
Buy Sell Signal Strategy
由Waleed_Ch提供
关注
关注
2022年9月12日
0
2022年9月12日
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
关注
更多:
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在
使用条款
阅读更多信息。