Votes
Answers
Views
Question
1
vote
1
answer
158
views
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
183
views
Category:
Watch Lists
Pete I use a chop index for my trading...I would be great to know the stocks that are below 38.2 for the ones That I want to trade....Would it be possible for a watch list column to be green if below 38.2 and red for anything above that... Tha...
0
votes
1
answer
123
views
Category:
Stock Scanners
Supposedly per TOS support, you can't run scans on tick aggregation type, only on time? I'd like to do it on futures on 333 and 512 ticks Any suggestions or alternatives to do so? If can't do it on TOS, are there other platforms where you can do...
0
votes
1
answer
105
views
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
116
views
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
3920
views
Category:
Stock Scanners
Tags:
Hey Pete, Love your site and it has been so helpful in creating some custom stuff for TOS. I had a question about creating a scan for a certain type of candlestick pattern. How would I go about making a scan where I can search for a stock where it ha...
0
votes
1
answer
3861
views
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
909
views
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
282
views
Category:
Watch Lists
Pete You wrote a EMA cross previously for a watchlist....I use it on a 2hr time frame and was hoping to get how many days ago it crossed to up or downside... def X = MovingAverage(AverageType.EXPONENTIAL, close, 9); def Y = MovingAverage(AverageType....
0
votes
1
answer
660
views
Category:
Stock Scanners
Tags:
For TOS, Is there an example of a scan which scans for an event within last (most recent) N bars? If no example, how could I develop a thinkscript for it. For example, I'd like to scan for stocks for which ForceIndex crossed zero from above or below ...
