Chart Studies (873)

Votes
Answers
Views
Question
1
vote
1
answer
55
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
55
views
asked 4 years ago by
Category: Chart Studies
One more question..is it possible to have the highest red candle’s high of the 5 minute chart as a chart label.not just the previous..thanks!!!!!!!!! youre the best!!!
0
votes
1
answer
55
views
asked 4 years ago by
Category: Chart Studies
Hey all - I was wondering if anyone could help me with a bit of coding for the following: - Price level across whole WEEKLY chart 2% from current weekly open price. If it wasn't too much effort I'd like to have two more variables within the same code...
0
votes
1
answer
55
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I like to "show price as percentage". But by default, the 0% is not the previous (session day) close price/bar. Is there a way to easily or always set the previous day's close price as 0%?
1
vote
1
answer
54
views
asked 5 years ago by
Category: Chart Studies
I currently have 75 Mbs internet speed, and sometimes, chart update stalls or scan list calculations show loading. I can upgrade up to 1 Gbs. Is there any value as far as ThinkOrSwim to upgrading or is the limitation on the server side?  
0
votes
1
answer
54
views
asked 1 year ago by
Category: Chart Studies
Hello Mr Hahn, I am a bit confused about the time displayed for each candlestick in thinkswim. For example, in a 4 hour chart, I see a premarket candle that shows 5 am and the next one shows at 9 am. Do they represent the start or, the end of the res...
0
votes
1
answer
54
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, I need 3 inputs for the specific price on chart and want to have 3 horizontal lines on chart. Price1 , price 2 price 3 and as per the input of those prices I need lines horizontally on chart. Thank you, Shaishav
0
votes
1
answer
53
views
asked 4 years ago by
Category: Chart Studies
Hi pete, i like to know if is posible to start the calculation of  a study at 9:30 am, but have premarket still visble? thanks! heres the code: def newDay = GetDay() GetDay()[1]; rec runningSumOfHighs = if newDay then high else runningSumOfHighs[1] +...
0
votes
1
answer
52
views
asked 4 years ago by
Category: Chart Studies
Hi -can this indicator for line break chart be customized for the number of line breaks? there's no user input - it is defaulted to 3 - also can a scan be created based on when the line breaks from high to low? https://school.stockcharts.com/doku.php...
0
votes
1
answer
52
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, Thank you for all the hard work you do for us TOS users. I just have a quick question (hopefully). I would like to plot a range based on the previous days close and fill that range with color. As an example, there is a red area in the attach...