Search
Products
Community
Markets
News
Brokers
More
IN
Get started
THETA / Tether
Dec 28, 2022
Testo
0
Grab this chart
Grab this chart
// Set the moving average period
period = 10
// Calculate the moving average
ma = sma(close, period)
// Set the entry and exit conditions
entryLong = crossover(close, ma)
exitLong = crossunder(close, ma)
// Use the luxAlgo function to create the Lux Algo signal
luxAlgo(entryLong, exitLong)
khairyzakaria91
Follow
Fundamental Analysis
khairyzakaria91
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
.