In this article, you will learn to get the current date and time in thinkScript. The following functions will be utilized throughout the post. Furthermore, because of thinkScript’s versatility, you …
I Asked ChatGPT To Write a ThinkorSwim Indicator (Result)
Recently, there has been a lot of hype around ChatGPT, especially within the ThinkorSwim and thinkScript community. Despite its promising potential, the AI tool still requires a lot of refinements. …
How to Use thinkScript BarNumber() Function
In thinkScript, the BarNumber() function retrieves the current bar number. BarNumber Code Examples 1. List of bars. The chart below has 252 bars. This code will start the count from …
Pre-Market Gap Scanners for ThinkorSwim (FREE)
ThinkorSwim pre-market gap scanners are used to find stocks that have gapped up or down in the pre-market session. Premarket gappers are often stocks that may be trading on news …
How to Use SetPaintingStrategy in ThinkorSwim (20 Styles)
Depending on the indicator you’re using in ThinkorSwim, you can customize the look and feel of it. Using SetPaintingStrategy in thinkScript, the plot can be changed from a line to …
How to Use thinkScript declare lower (With Examples)
Have you ever wondered why some ThinkorSwim indicators are displayed below the chart rather than directly on it? It’s not to save space. That’s a good guess, though. Some indicators, …