OPEN-SOURCE SCRIPT
Updated

Trend Scalp

692
Frm MT4 by DeepSeek
Default :- TrendScap (13, 5, 0.9)
Release Notes
Adjust as yr wish,

// Inputs
inpPeriod = input.int(13, "Period", minval=1)
inpT3Period = input.int(5, "T3 Period", minval=1)
inpT3Hot = input.float(0.9, "T3 Hot", step=0.01, maxval=1.0, minval=0.1)
inpT3Type = input.string("Fulks/Matulich", "T3 Type", options=["Tillson", "Fulks/Matulich"])
inpLevels = input.float(80, "Levels", options=[80, 100])

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.