interesting study. Can alerts be added to the code such as indicating a long trade, short trade or neutral or no trade? thanks
Add this code snippet to the bottom of the study:
https://usethinkscript.com/resources/how-to-add-alert-script-to-thinkorswim-indicators.9/# Alert
Alert(long, "long", Alert.Bar, Sound.ding);
Alert(short, "short", Alert.Bar, Sound.ring);