Auto Trendline regressorfx
- Indicateurs
-
Paballo Justice Tsoako
I am an MT5 Expert Advisor developer with a strong quantitative background in Mathematics, Statistics, and Applied Mathematics. I specialize in building logic-driven, price-action-based trading systems that emphasize risk control, clarity, and execution precision. - Version: 1.0
- Activations: 5
AutoTrendline Regressor FX is a chart indicator that automatically draws support and resistance trendlines and alerts you when price interacts with them.
- Auto-drawing: It scans recent price action for swing pivots and draws diagonal trendlines through them, working on both live charts and the Strategy Tester (each toggleable via `InpAutoTLTester` / `InpAutoTLLive`). Lines rebuild on each new bar.
- Line selection: For each of the four types (positive/negative-slope support and resistance), it picks the most-touched line first — preferring 3+ touches, falling back to 2 — using closeness to current price as the tiebreaker. It never keeps a line that has already been broken.
- Configurable counts: Four inputs let you set how many of each type to draw; setting any to `0` disables that type.
- Alerts: On each closed candle it fires a breakout alert when price closes beyond a line, and a bounce alert when price tags a line but closes back on the original side. Alerts can be delivered via popup, push notification, and email, each independently toggleable.
