
useThinkScript Community
Welcome to useThinkScript. The largest and most active community of investors and traders who use thinkorswim's thinkScript indicators and other custom programming languages to chart, …
Fun with ThinkScript - Research Trade
Jul 5, 2019 · Then, because ThinkScript does not support arrays, matrices, or easily storing data for future reference, I had to devise creative work-arounds to handle the advanced algorithms …
Learn ThinkorSwim Coding Language - useThinkScript
Here are some resources to help you learn thinkScript, the official coding language for ThinkorSwim platform.
Fun with ThinkScript - Research Trade
May 14, 2017 · I thought I'd share a few more ThinkScript indicators for ThinkOrSwim that I've written. The first is a modification to the standard ADX/DMI indicator. I added color coding to …
ThinkorSwim Indicators - useThinkScript
Nov 30, 2025 · thinkScript code indicators for use with ThinkorSwim platform.
How to import existing thinkScript code on ThinkorSwim
Dec 17, 2018 · If somebody shared with you a block of code to use on ThinkorSwim, most likely that's a thinkScript code. This means you will have to import it manually into ThinkorSwim in …
Moving Average Crossovers For ThinkOrSwim - useThinkScript
Jun 17, 2019 · This is just a simple indicator for moving average crossover but added scanner, cloud, and alerts for additional visual effect and enhancement. For example, if 5/10 EMA …
Advanced Market Forecast Indicator & Scanner for ThinkorSwim
Jun 16, 2019 · The Advanced Market Forecast indicator is a powerful tool that offers near term trend, intermediate, and momentum oscillator for ThinkorSwim. Similar to RSI...
Using the highest high - useThinkScript Community
Apr 9, 2021 · This is confusing me more than it feels like it should, from the accumulationdistribution study on ToS: length = 4 def range = Highest(high, length) - …
How To Script If Then Else Conditional Statements In ThinkOrSwim
May 1, 2020 · If I want to say the following: if A=true AND B=true then X else Y. How do I handle double conditionality of if-then statement in thinkscript?