TUTORIALS

Squeeze Scan in TOS

Simpler Trading Team

Code / script to use in the stock hacker in ThinkOrSwim to scan for The Squeeze.

Scan script
 

See below script that can be used to make a custom scan filter in the TOS Stock or Options Hacker.
 
 

# Standard Squeeze Scan
TTM_Squeeze().SqueezeAlert == 0
# Standard squeeze for last 5 bars
sum(TTM_Squeeze().SqueezeAlert ==0, 5) == 5

Recent tutorials