Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Hi, I was wondering if there was a way to plot call or put strikes at their expiration based on a user determined delta range? I was hoping to be able to visually see strike deltas on the chart, rather than scrolling the option chain to see which str...
0
votes
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I'm looking for a script that would plot an arrow for VAH and VAL at a specific time(s) as well as every X minutes.  I've found some code that will plot "if" a certain condition is met but am wondering if it's possible to plot if that condit...
0
votes
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Hey Pete, I searched your forums and found this very straightforward code for determining the percent change from the previous day's close. plot percentChange = 100 * (open / close[1] - 1); I am wondering if it can be modified to calculate the close ...
0
votes
1
answer
78
views
asked 2 years ago by
Category: Chart Studies
Hello, I am wanting to add different lines and bubbles to the chart that match different levels of % change from the previous days close.  An example would be one line at 15% down from the previous days close and another at 17% from the previous days...
0
votes
3
answers
77
views
asked 7 years ago by
Category: Chart Studies
Tags:
Quick question: How do i show a range of breakout bars. Meaning - I want to see 1 – 5 breakout bars? \\\"input breakOutBars = 3; (I would like it to read \\\"input Breakoutbars = 1 - 5;) if that makes senses.
0
votes
1
answer
77
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, For those using the daily chart and the default volume settings and style. How can we create an indicator that highlights the current day (today) volume bar yellow.   Best
0
votes
1
answer
77
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I’m trying to find a code to capture a single green candle that opens below two different SMA's (ex: SMA4 and SMA8) and closes above both of those SMA lines in the same day. And having them as a signal "Point @ Close" if cannot be done, the ...
0
votes
1
answer
77
views
asked 3 years ago by
Category: Chart Studies
hello, is it possible to make the rsi have a zero line and range between -100 and 100 instead of 1 to 100... what would i need to do it the calculations to make it range like this?  thanks for any assistance
0
votes
1
answer
76
views
asked 7 years ago by
Category: Chart Studies
Is it possible on thinkorswim  to plot the open price for quarterlies for the entire quarter
0
votes
1
answer
76
views
asked 6 years ago by
Category: Chart Studies
Hello, let’s say I am going through a watch list of futures,  /ES and /HG. I want the study to do something separate for each future. For example, if the ticker is /es I want a point plotted at (close * 1.1). If the ticker is /hg I want a point plott...