搜尋
產品
社群
市場
新聞
經紀商
更多
TW
立即開始
C98 / TetherUS PERPETUAL CONTRACT
2022年9月12日
Buy Sell Signal Strategy
0
取得這個圖表
取得這個圖表
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
關注
更多:
Chart Patterns
Technical Indicators
Trend Analysis
Waleed_Ch
關注
更多:
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在
使用條款
閱讀更多資訊。