Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
200
views
asked 5 years ago by
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
665
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
3499
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
3689
views
asked 5 years ago by
Category: Stock Scanners
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
74
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
57
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
96
views
asked 5 years ago by
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
134
views
asked 5 years ago by
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
145
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 ...
0
votes
1
answer
996
views
asked 5 years ago by
Category: Stock Scanners
I am trying to narrow down my tos scan further by hopefully being able to add a timeframe between lets say hours 1500 to 0630 but more so want to be able to set different times so it only scans between those hours.  Is that a possibility?   Than...