Draw a line at 50% on the StochasticFast study


Category:
0
0

I would like to have on my charts the StochasticFull study (80,20) levels and also plot a horizontal line at 50% so it is easy to see when the level is above or below 50%.

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on October 25, 2020 8:37 am
230 views
0
Private answer

Very simple.

  1. Open the built-in study that comes with Thinkorswim.
  2. Click the script icon to view the source code
  3. Copy the source code
  4. Paste that source code into a new custom chart study
  5. Add the following line to your new custom chart study

plot midPoint = 50;

Done

Marked as spam
Posted by (Questions: 37, Answers: 4086)
Answered on October 25, 2020 11:18 am