Video summary
AI Trading Indicator 2.0 đ„ Smart Exits + Automation Ready
Main summary
Key takeaways
Finance-focused summary (markets, investing/trading framework, risk, performance)
What the video is about
- Updates to a TradingView indicator (âV app indicatorâ) that uses Lorenz until classification machine-learning concepts plus additional filters to automate trade entries/exits.
- A strong focus on âdynamic exitââclosing trades based on the modelâs momentum/trend shift rather than only predefined take-profit/stop-loss levels.
- The system is presented for bot/automation trading, with notes on how manual traders can mimic the botâs behavior.
Instruments / tickers / assets mentioned
- Nasdaq futures (5-minute chart) (described as âNasdaq futures chartâ; no explicit ticker)
- Bitcoin
- KuCoin (exchange name / execution venue)
- NVIDIA (chart example)
- Palantir (chart example)
- MES (Micro E-mini S&P 500 Futures)
- MNQ (Micro E-mini Nasdaq-100 Futures)
- SPY (SPDR S&P 500 ETF)
- IBKR / IBKR Gateway (execution platform mention)
- KuCoin cryptos (context for order execution)
Core methodology / step-by-step framework
-
Load / reload indicator
- Reload the Lorenz until classification indicator and/or update to the new version (via the described notification/reload flow).
-
Trade management structure
- Traditional/manual flow:
- Wait for the modelâs buy/sell signal.
- Close trades when:
- Price hits predefined profit-taking or stop loss, or
- The indicator shows a momentum shift (reverse signal).
- Traditional/manual flow:
-
Dynamic exit (central feature)
- Enable Dynamic Exit so the model decides when to exit/close based on predicted trend reversal timing, rather than relying only on the bottom momentum line.
-
Kernel / model smoothing
- Uses built-in kernel regression/trade setup referenced as:
- âregression 25â
- âtrade with kernelâ (already default)
- Optional improvement: Kernel smoothing lag via âEnhance kernel smoothingâ with an adjustable value (example target: ~20).
- Discussion includes using smaller values for choppy conditions.
- Mentions turning it off/adjusting during regular market hours.
- Goal: reduce dead cat bounce / fake reversals in choppy action.
- Uses built-in kernel regression/trade setup referenced as:
-
VWAP filter (explicit risk/context filter)
- Must enable VWAP filter and plot VWAP.
- Trading logic uses whether price is below/above VWAP, with a tolerance band.
- Example tolerance guidance:
- Default example: tolerance = 7
- Later guidance: tolerance ~0.7 (â0.7 is goodâ)
- Warns that very tight tolerance (e.g., âtwo or oneâ) may be too strict and likely to miss trades.
-
ADX filter (trend strength gating)
- Initially described as unchecked by default, but recommended to enable with a threshold (example: ADX = 17).
- Stricter use (e.g., around 20) can reduce signals.
- Mentions âstrict guidelinesâ such as being above a long moving average (e.g., âabove 200-day moving averageâ).
-
Bot alerts / marker logic
- Enable options such as:
- Show bot alert markers (to visualize bot-style actions like âexit longâ / âexit shortâ).
- Alert only on bar close (kept off for âearly entry/early closeâ behavior; delaying alerts is described as part of bot behavior).
- Use re-entry after stop loss to reduce impact of stop-loss whipsaws and restart positions when momentum returns.
- Enable options such as:
-
No fixed profit target for the bot
- Bot behavior is described as lacking a predefined take-profit; it effectively ârides untilâ the indicator sends an exit signal.
Key numbers and performance metrics stated
-
Backtest win rate (manual-like, without Dynamic Exit):
- 56% win rate
- Last 62 trades: 35 won, 27 loss
-
Backtest win rate (with Dynamic Exit enabled):
- 97% win rate
- Reported as: â100% out of 55â on a 2-minute chart example (55 trades all detected correctly)
-
Important clarification
- Win-rate numbers refer to how often the indicator correctly detected trend direction/reversal and matched its modeled trade-exit logicânot necessarily âprofit vs lossâ under a simplistic fixed TP/SL interpretation.
Explicit recommendations / cautions (as stated)
-
Recommended indicator settings (examples)
- Enable Dynamic Exit
- Enable ADX filter with ADX â 17
- Enable VWAP filter + plot VWAP
- VWAP tolerance suggested around 7, and later â0.7 is goodâ (with experimentation)
-
Caution on VWAP tolerance tightness
- If tolerance is too close to VWAP (e.g., 2 or 1), signals may occur only when price is extremely near VWAPâpotentially causing missed major trades.
-
Timing guidance
- After-hours: consider more smoothing / dead-cat-bounce reduction.
- During market hours: smoothing may be less necessary; the first hour can be more volatile.
-
Bot-specific caution
- Use re-entry after stop loss to reduce whipsaw effects (dead-cat-bounce / stop-loss then immediate reversal).
-
Disclosure note
- No explicit ânot financial adviceâ disclaimer was present in the provided subtitles.
Execution / automation architecture described
-
A three-system pipeline:
- TradingView runs the indicator (âVIP indicatorâ) and generates alerts.
- A bot runs on a virtual machine and listens for alert messages.
- Execution targets:
- KuCoin for crypto
- IBKR (via IB Key Gate Gateway) for stocks and futures
-
Bot alert actions mentioned:
- Buy
- Exit long
- Sell
- Exit short
- plus an emergency stop loss referenced as part of alert payloading
-
Platform note
- Claims configurability for other platforms (e.g., Thinkorswim, Charles Schwab, etc.), but that requires local machine setup.
Presenters / sources
- The video uses âI/weâ references only; no named individual or organization is explicitly stated in the provided subtitles.
- No external research sources are cited in the provided subtitles.