Volatility Momentum End script

Hi

Is it possible to get an alert of some kind, or perhaps scan, for stocks that will have the Volatility Momentum End "E" on the chart? So looking for an alert that will warn me if the "E" appears.

Hi Daniel,

Alerts are set on a code-by-code basis, so it may be best to run a scan each day (or add to a watchlist column) to see if VME has been reached. This is the same whether you use an alert or create a scan, where a result of 1 is true, and zero is false:

VME() == 1

Here’s the S&P500 companies that matched yesterday:

Capture

Hi Darren

Thank you for the quick reply and help, much appreciated!