Search
Products
Community
Markets
News
Brokers
More
IN
Get started
Gold Spot / U.S. Dollar
Apr 8, 2024
Emayar
0
Grab this chart
Grab this chart
//
version
=4
study("Teriyaki Boy", shorttitle="EMA", overlay=true)
// © Tradingwhere
// 95Trader
// Created by 95Trader on Mars 23, 4027.
// Adjustable EMA Period
emaPeriod = input(200, title="EMA Period", minval=1)
// Calculate EMA
ema = ema(close, emaPeriod)
// Buy and Sell Signals based on EMA
Buy = crossover(close, ema)
Sell = crossunder(close, ema)
bbsempipat
Follow
Technical Indicators
bbsempipat
Follow
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
.