📌 Overview This is a scalping trading script for TradingView that: ✅ Identifies Buy & Sell signals using two Exponential Moving Averages (EMA). ✅ Calculates Stop-Loss (SL) and Take-Profit (TP) levels dynamically. ✅ Uses lines (line.new()) instead of plot() to display SL/TP. ✅ Includes alerts for Buy/Sell signals