Estragia Rsi
Estragia Rsi
0 at
https://mozilla.org/MPL/2.0/
// @version=5
// Author = TradeAutomation
// Operational Function //
TrendFilterInput = input(false, "Only Trade When Price is Above EMA?")
ema = ta.ema(close, input(100, "EMA Length"))
TrendisLong = (close>ema)
plot(ema)