OPEN-SOURCE SCRIPT
Actualizado TRADERXMOM 200EMA + VWAP

What it does
Plots trend-continuation signals on the 5-minute chart using VWAP and dual-timeframe 200 EMA confluence. "Signal Up"/"Signal Down" markers indicate a wick tap into a key level followed by a confirmed close back on the trend side — with built-in alert conditions for both directions.
How it works
Trend bias requires price to be above (or below) both session VWAP and a 200 EMA calculated from a 5-minute anchor timeframe. A separate 200 EMA calculated from a 1-minute anchor is tracked independently and used only as an additional tap level — it doesn't factor into trend bias, since testing showed treating it as a "level to react to" rather than a "level that defines trend" produced cleaner signal timing.
A signal fires when price wicks through VWAP, the 1m 200 EMA, or the 5m 200 EMA, and the candle closes back on the trend side — a confirmed reclaim rather than a simple touch. This filters out level-touches that don't actually hold.
Both 200 EMAs are calculated via request.security() with lookahead=barmerge.lookahead_off, so plotted values are non-repainting.
How to use it
Built for micro index futures (MNQ, MES) on the 5-minute chart. Optionally restrict signals to a single custom session window. Signal markers indicate confluence worth evaluating, not automatic trade entries — always apply your own risk management, and use the built-in alerts to monitor in real time rather than watching the chart continuously.
Plots trend-continuation signals on the 5-minute chart using VWAP and dual-timeframe 200 EMA confluence. "Signal Up"/"Signal Down" markers indicate a wick tap into a key level followed by a confirmed close back on the trend side — with built-in alert conditions for both directions.
How it works
Trend bias requires price to be above (or below) both session VWAP and a 200 EMA calculated from a 5-minute anchor timeframe. A separate 200 EMA calculated from a 1-minute anchor is tracked independently and used only as an additional tap level — it doesn't factor into trend bias, since testing showed treating it as a "level to react to" rather than a "level that defines trend" produced cleaner signal timing.
A signal fires when price wicks through VWAP, the 1m 200 EMA, or the 5m 200 EMA, and the candle closes back on the trend side — a confirmed reclaim rather than a simple touch. This filters out level-touches that don't actually hold.
Both 200 EMAs are calculated via request.security() with lookahead=barmerge.lookahead_off, so plotted values are non-repainting.
How to use it
Built for micro index futures (MNQ, MES) on the 5-minute chart. Optionally restrict signals to a single custom session window. Signal markers indicate confluence worth evaluating, not automatic trade entries — always apply your own risk management, and use the built-in alerts to monitor in real time rather than watching the chart continuously.
Notas de prensa
Added session color backgroundScript de código abierto
Fiel al espíritu de TradingView, el creador de este script lo ha convertido en código abierto, para que los traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Aunque puede utilizarlo de forma gratuita, recuerde que cualquier republicación del código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones no constituyen, ni deben considerarse como, asesoramiento o recomendaciones financieras, de inversión, de trading u otro tipo, proporcionadas o respaldadas por TradingView. Obtenga más información en Condiciones de uso.
Script de código abierto
Fiel al espíritu de TradingView, el creador de este script lo ha convertido en código abierto, para que los traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Aunque puede utilizarlo de forma gratuita, recuerde que cualquier republicación del código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones no constituyen, ni deben considerarse como, asesoramiento o recomendaciones financieras, de inversión, de trading u otro tipo, proporcionadas o respaldadas por TradingView. Obtenga más información en Condiciones de uso.