찾기
프로덕트
커뮤니티
마켓
뉴스
브로커
더보기
KO
지금 시작
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에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은
이용 약관
을 참고하세요.