Point & Figure in Watchlist

Is it possible to get the current P&F status (X or O) as a result in a watchlist script?

Hey Ryan,

We don’t have that scripting function, but if you’re looking for a trend identifier then you can use the PERCENTSWING() function with a direction, such as a 5%:

PERCENTSWING(PERCENT=5.0) IsUp

So of the S&P500 stocks 264 have a swing pointing up. For the swing to turn down there needs to be a 5% move from a high:

How does that compare with your P&F charts? For more on Swing charts see here: