Chart Studies (879)

Votes
Answers
Views
Question
0
votes
1
answer
136
views
asked 5 years ago by
Category: Chart Studies
Hi I was wondering if there was a way to have a line drawn just for the prior close.   For example this draw a line for each days close. I just want one for the current day and none showing for prior days.   plot DailyClose = close(period="...
0
votes
1
answer
568
views
asked 5 years ago by
Category: Chart Studies
Hello Pete,   I hope all is well. The purpose of this study is to modify the current code below that plots the daily ATR on the 1-minute chart and shows a color based on if the range is tight (yellow), normal (green) or wide (red).   All I ...
1
vote
1
answer
295
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I figure if anyone can solve this one, it is you. I've had this nagging issue with a volume bars study that I use to overlap onto my charts. As you can see in the attached image, the price axis is shifted on the chart, so 0 is not at the bot...
0
votes
1
answer
164
views
asked 5 years ago by
Category: Chart Studies
I've been searching around a bit for code to auto fib the previous week/month. So on Monday it would auto fib the week prior. I have found some of your doe that shows how to pull the begining of the week (AggregationPeriod.WEEK;) but cant figure how ...
1
vote
1
answer
68
views
asked 5 years ago by
Category: Chart Studies
Pete, I only post here if I've depleted all my options, as I don't want to waste your time with simple questions. I have a script that plots a line at the close price from the previous day; plot DailyClose = close(period=”DAY”)[1]; I just need a slig...
0
votes
1
answer
64
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Is there a way to mark the chart with an arrow showing the 52-week high? Thank you.
0
votes
1
answer
82
views
asked 5 years ago by
Category: Chart Studies
I use 20, 50, and 100 period Bollinger bands as an indicator and am interested when price is outside all 3 bands.  Is there a way to only have the most extreme period BB print on the price chart for each candle so that only 1 band instead of all 3? T...
0
votes
1
answer
3614
views
asked 5 years ago by
Category: Chart Studies
I'm looking for a way to display pivot points (R2, R1, P, S1, S2) simply on Thinkorswim mobile. The PivotPoint study that's available on Thinkorswim doesn't work on mobile. There is a PersonsPivots that works on mobile, but it's a mess (lines everywh...
0
votes
1
answer
722
views
asked 5 years ago by
Category: Chart Studies
Can you help in getting a TTM_Squeeze labels created. Would like to see whatever chart time frame you are on it shows the following: Current Squeeze (yes/no or colored red/green) Squeeze count (how many red dots does it current have if #1 condition i...
0
votes
1
answer
88
views
asked 5 years ago by
Category: Chart Studies
Pete, this request is link to a previous post named "Label to display current price of debit spread". The original label has been great for me, so thanks for the time and suggestions. In working with this label for several months, I realize I could e...