Hey All - Looking to write a script for thinkorswim to do the following:
https://usethinkscript.com/threads/atr-cloud-levels-for-thinkorswim.2763/
https://usethinkscript.com/threads/atr-horizontal-line.9295/
Hoping someone might be able to help me script this as manually plotting is very time consuming.
- Apply two horizontal white lines:
- High line = Last closing price + (ATR * 0.2)
- Low line = Last closing price - (ATR * 0.2)
- Apply two horizontal yellow lines:
- High line = Price at open + (ATR * 0.2)
- Low line = Price at open- (ATR * 0.2)
https://usethinkscript.com/threads/atr-cloud-levels-for-thinkorswim.2763/
https://usethinkscript.com/threads/atr-horizontal-line.9295/
Hoping someone might be able to help me script this as manually plotting is very time consuming.