- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
59
asked 5 years ago by Ciro DiLorenzo
Category:
Chart Studies
Hi, I have a strategy that I would like to have trade live. How would I go about this? Thanks!
0
1
141
asked 5 years ago by Ciro DiLorenzo
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
1
579
asked 5 years ago by Juan Banderas
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
1
307
asked 5 years ago by Davide Bianchini
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
1
177
asked 5 years ago by jeffhalonen
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
1
75
asked 5 years ago by Davide Bianchini
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
1
70
asked 6 years ago by J Holt
Category:
Chart Studies
Hi Pete, Is there a way to mark the chart with an arrow showing the 52-week high? Thank you.
0
1
89
asked 6 years ago by Samuel Davis
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
1
3665
asked 6 years ago by J Holt
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
1
757
asked 6 years ago by Ryan Sizemore
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...