About 21,400 results
Open links in new tab
  1. 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, …

  2. 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 …

  3. Learn ThinkorSwim Coding Language - useThinkScript

    Here are some resources to help you learn thinkScript, the official coding language for ThinkorSwim platform.

  4. 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 …

  5. ThinkorSwim Indicators - useThinkScript

    Nov 30, 2025 · thinkScript code indicators for use with ThinkorSwim platform.

  6. 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 …

  7. 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 …

  8. 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...

  9. 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) - …

  10. 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?