Hi, could you please test it? I tested it seemed to work in TradingView here is the code from ChatGPT: //@version=5 indicator("TSLA Trading Signals", overlay=true, shorttitle="TSLA Signals") // Calculate moving averages ema5 = ta.ema(close, 5) // 5 ...