The Average() function in thinkScript calculates the arithmetic mean of two parameters. In this tutorial, we will learn about the thinkScript Average() function with the help of examples. average() Syntax …
thinkScript AddChartBubble Function (With Examples)
In this tutorial, we will learn about the AddChartBubble() function in thinkScript with the help of examples. AddChartBubble() Overview The AddChartBubble() function adds a text bubble to the specified location …
Anchored VWAP Indicator for ThinkorSwim (Download FREE)
The Anchored VWAP indicator for ThinkorSwim is a simple tool that plots the VWAP (volume-weighted average price) line at a user-defined date/time. This indicator can be useful for identifying support …
Sahm Rule Recession Indicator for ThinkorSwim
The Real-time Sahm Rule Recession Indicator is a tool that assesses the state of the economy using the unemployment rate. The indicator determines that the economy is currently in a …
thinkScript AddLabel (With Examples)
The AddLabel() function in thinkScript lets you place a personalized label with custom text in the top left-hand corner of your chart. There is no need to get the coordinates …
thinkScript plot() Function (With Examples)
The plot() function in thinkScript is the most repeatedly used function to render and display data on your chart. In fact, the template that you start with when creating a …