Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
3755
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
3593
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
710
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
221
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
475
views
asked 5 years ago by
Category: Stock Scanners
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
86
views
asked 5 years ago by
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
105
views
asked 5 years ago by
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
765
views
asked 5 years ago by
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...
0
votes
1
answer
557
views
asked 5 years ago by
Category: Chart Studies
Hello, Everyone, I looked at Hahn-Tech's video on Youtube "Thinkorswim RTD Excel" (https://www.youtube.com/watch?v=TWdOYvN9eIs)  That is great and easy to get real time data from TOS option chain. Then I use Excel SUM() function to easily get total C...
0
votes
1
answer
94
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, Can you explain how I could create a custom column that would should show my current gain/loss that included commission costs for option positions?  The end goal is that it will display the amount of actual cash that would enter or leave the...