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 …
Category: Functions
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 …
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 …
How To Show Positions and Average Price on ThinkorSwim Chart
There are multiple ways to show your entry price on a ThinkorSwim chart. You can display it as a line on the chart to show the average price at which …
Correlation Coefficient (CC) Indicator for ThinkorSwim
The Correlation function in thinkScript lets you correlate different stocks against each other. With a simple indicator, you can get the prices of two different securities and see whether or …