About 51 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, trade, and …

  2. Learn ThinkorSwim Coding Language - useThinkScript

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

  3. ThinkorSwim Indicators - useThinkScript

    Apr 14, 2026 · thinkScript code indicators for use with ThinkorSwim platform.

  4. Code Reference - useThinkScript

    Jan 10, 2021 · Code Reference Learn thinkScript functions and variables to build your own ThinkorSwim indicator.

  5. Opening Range Breakout Indicator for ThinkorSwim

    Dec 19, 2018 · thinkScript Code After adding the indicator, I couldn't quite understand it much. From looking at it, seems more like a support and resistance indicator to me. I watched a few YouTube …

  6. The Universe of ThinkScript - Your One Stop Research Shop!

    Jul 7, 2019 · The Universe of ThinkScript - Your Main Source for TOS & ThinkScript Research (Originally shared here by member, Thomas. Somethin' happened and repost was required) Please …

  7. thinkScript Conditions: if, then, else statement

    Jan 10, 2021 · An if-then condition statement is employed when you want an indicator to act differently in specific situations. In ThinkorSwim, the if-then statement allows for advanced behavior and give …

  8. Learn To Write ThinkScript? - useThinkScript Community

    Aug 6, 2024 · I was wanting to get started writing some elementary scripts for tos. Where would you guys recommend reading some material to get started? Thanks

  9. How to Add Alert Script to ThinkorSwim Indicators

    Jan 10, 2021 · 1) thinkScript Alert () function. Platform and chart have to be open. 2) Platform alert, found on Marketwatch -> Alerts. Platform doesn't have to be open and you can get email/SMS. You …

  10. How to Round Up or Round Down in thinkScript

    Jan 10, 2021 · With thinkScript, you have 3 different options: round (shorten the number to a specific number of digits), round up, and round down. In this tutorial, we're going to explore all three rounding …