Scanner for stocks that are 15% down from ATH?

Hi @Streak

I can’t scan all-time high stocks - say max 15% down from ATH.

Is there a ready-made scanner already or if I need to build one, what is the code?

Regards,
Bobby

hello @Bobby_Axelrod1

Note that Streak does not support parameters like All time High (ATH) currently. However, as an alternative, you can use the following.

You can use the Period max/ Period min function for this. For example, for stocks whose Close price is down from 1 year High, you can write Close(0) down by 15% from Period max(250, High(-1) ) in 1 day timeframe.

You can change the Period max period as per your requirement. To learn more about period max, please refer to this link: https://help.streak.tech/create_advanced/#period-min-and-period-max