Votes
Answers
Views
Question
0
votes
1
answer
71
views
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
votes
1
answer
92
views
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
votes
1
answer
3812
views
asked 6 years ago by parminder singh
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
3694
views
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
votes
1
answer
780
views
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...
0
votes
1
answer
241
views
asked 6 years ago by Craig Habermehl
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
544
views
asked 6 years ago by Satish Gupta
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 ...
0
votes
1
answer
91
views
asked 6 years ago by Pana Pana
Category:
Chart Studies
Pete, this request is link to a previous post named "Label to display current price of debit spread". The original label has been great for me, so thanks for the time and suggestions. In working with this label for several months, I realize I could e...
0
votes
1
answer
129
views
asked 6 years ago by Byronfern S
Category:
Chart Studies
Hi Pete, how are you, how is your recovery? hey I need a little help i'm trying to write a study but the label displays N/A can you help me please, thanks PS I am not a programmer sorry for the code. def spike = ( close[1] * 130) / 100; def bull = if...
0
votes
1
answer
805
views
asked 6 years ago by Mike Johnson
Category:
Alerts and Notifications
Hi Pete, I took the Marubozu candlestick pattern and created a study with it that includes audio alerts. Problem is the alert goes off constantly while the candles are forming. Is there a way to have the alert go off only after the candle is closed...