Chart Studies (873)

Votes
Answers
Views
Question
1
vote
1
answer
566
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, How can I draw an auto line on pre-market (1st price after 4 AM ) opening price? Thanks
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?  
1
vote
2
answers
1281
views
asked 5 years ago by
Category: Chart Studies
Hi guys, I am trying to find a study on ToS that plots yesterday's high and low but only during RTH. I have found a few studies that get pretty close but they are missing one thing or another, (some of them only chart the high and low levels on that ...
1
vote
1
answer
81
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm trying to create a very simple study that marks the third consecutive higher high candle (or third lower low) with a up (or down) arrow, but only if the prior arrow was in the opposite direction.  In other words, it flips. My scripting a...
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...
1
vote
1
answer
284
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...
1
vote
1
answer
157
views
asked 5 years ago by
Category: Chart Studies
I’ve calculated a variable called "slope", which is a number that can be positive or negative. For each new day I’d like the script to test if the polarity flips (+ to - or - to +), and if so, to indicate that on the chart. I'm not sure how best to d...
1
vote
1
answer
131
views
asked 5 years ago by
Category: Chart Studies
Hello Hanh-Tech Community, In TOS, there is a standard MovingAverageCrossover study. How do I have TOS automatically plot a Dot or even a Price Level at the point where the 9 EMA crosses above or Below the 21 EMA? The default signals plots on the can...
1
vote
1
answer
205
views
asked 4 years ago by
Category: Chart Studies
Firstly, a huge thanks to Pete!!!.  Without having any background in writing code, I've been writing my own custom, studies, watchlists, strategies, etc  for a couple of years now thanks to the information on this site :)  I have a piece of code that...
1
vote
1
answer
69
views
asked 4 years ago by
Category: Chart Studies
im using a script to track volume from 0400-1600 premarket to end of day not including after hours but it doesnt seem to match with the current volume "def EOD = SecondsFromTime(0400) >= 0 and SecondsFromTime(1600) < 0;" Daily Volume script "de...