♥ 0 |
Hello Pete I use this formula in TC2000 to scan stocks that are oversold using Williams %R (((MAXH10.1-C1) / (MAXH10.1-MINL10.1)) * -100 <= (-80)) or (((MAXH10.2-C2) / (MAXH10.2-MINL10.2)) * -100 <= (-80)) or (((MAXH10.3-C3) / (MAXH10.3-MINL10.3)) * -100 <= (-80)) or (((MAXH10.4-C4) / (MAXH10.4-MINL10.4)) * -100 <= (-80))
HOw can I do the same on ToS??
Regards
Marked as spam
|
Private answer
WillamsPercentR is a study that comes built into Thinkorswim. You can build this scan without writing any code at all. There is no need to translate this code from TC2000 into Thinkorswim. Simply build the scan using the Condition Wizard. The following video demonstrates how to use the Condition Wizard to construct custom scans and provides numerous examples for you to follow along and learn.: https://www.hahn-tech.com/thinkorswim-condition-wizard/ Once you learn how to use the Condition Wizard you will be able to build just about any sort of scan you can imagine and not have to learn how to write code. Marked as spam
|
Please log in to post questions.