Votes
Answers
Views
Question
0
votes
1
answer
1366
views
asked 7 years ago by dharmendra kumar
Category:
Stock Scanners
Hi, would it be possible to scan for liquid stock options? Like if the underlying has a tight bid / ask in the options. Thanks.
0
votes
1
answer
672
views
asked 7 years ago by Tom Allred
Category:
Watch Lists
I have 2 screens and routinely work with multiple flexible grids, so I know how to do that manually. What I'd like is to open all the watchlist/scan symbols in multiple charts inside a flexible grid. Ideally I'd like to automatically apply a defaul...
0
votes
1
answer
348
views
Hello, Im a huge admirer of the videos and the site, and i understand a lot more what you do and i appreciate it tremendously. Im attempting to create a strategy that buys and sells using Macd two lines, cci, RSI. I am trying to set macd as the first...
0
votes
1
answer
411
views
asked 7 years ago by Branson Moen
Category:
Alerts and Notifications
Hello, Recently I have constructed a custom study using the thinkscript editor. While it has been successfully used on charts, it seems that it does not work with the ThinkorSwim stock/option scanners and the study alerts. After researching my proble...
0
votes
1
answer
1451
views
asked 7 years ago by Taj Singh
Category:
Watch Lists
Hi there, Very new here, but what a fantastic site! Learning about TOS strategy was such an awesome function shared here! Im hoping someone can help me with a question. In the option chain in TOS you can set the chain to show various data points su...
0
votes
1
answer
199
views
asked 7 years ago by Chris Chambers-Ficorilli
Category:
Alerts and Notifications
I have a simple PPS column indicator I pieced together that will change colors dependent of which signal is currently triggered. I use it in multiple columns each with a different timeframe to get a decent idea of the overall trend...what I can't se...
0
votes
0
answers
2001
views
Be first to answer!
asked 7 years ago by rup kaur
Category:
Stock Scanners
Hi Pete, Is there a way to create a scan in Thinkorswim that can find the stocks at 61.8% Fibonacci retracement level as a support or resistance? Thanks, Sush
0
votes
1
answer
246
views
asked 7 years ago by Juan Banderas
Category:
Stock Scanners
Hello Hahn, The purpose of this scan is to show stocks that surged the day before and closed strong (near high of day). Can you please create a scan that looks for stocks whose close price on the day is very close to its high price (10% away from its...
0
votes
1
answer
479
views
asked 7 years ago by Juan Banderas
Category:
Chart Studies
Hello Hahn, I wanted to know if you could create a chart label for the 5 minute chart. The label conditions should be By default, if the stock has done more than 1.5 million shares of volume already on the day, the value should always say "DO ...
0
votes
1
answer
55
views
asked 7 years ago by khellian1
Category:
Watch Lists
I was able to update a column on a watchlist to add a label and background color based on the closing price being above or below the 34 ema. Here is the code I am using: plot data = close ; def MovAvgExponentia1 = ExpAverage(close, 34 ); AddLabel(yes...