Votes
Answers
Views
Question
0
votes
1
answer
1441
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
198
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
1999
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
244
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
473
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
54
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...
0
votes
1
answer
1005
views
asked 7 years ago by short trade
Category:
Chart Studies
Hi Mr. Hahn, I would like to know if you have any script that would show volume for a specific time frame such as from from 4am till 929am as a label on the chart. I am trying to learn trading and this would be really helpful in my analysis. Thanks
1
vote
1
answer
3195
views
Is there a way to create a scan in Thinkorswim that can identify 3X relative volume for only the first/last 15 minute period of the trading day? The scans would compare the first/last 15 minute trading day volume to the previous 780 periods (26 fift...
0
votes
1
answer
96
views
asked 7 years ago by Jhovany Ruiz
Category:
Chart Studies
I am trying to find the difference in the value of the StochasticFull, and more specifically the K period. The settings I am using for StoFull K is 6. I am trying to paint an up arrow on the price bar when the difference of the previous K period to t...
0
votes
1
answer
455
views
asked 7 years ago by John Benson
Category:
Chart Studies
I had a quick question for you. Do you know of any way to get previous market maker moves or use the getATMoption function to get previous ATM option pricing? I think the answer is no, but I wanted to see if you had any ideas. Thanks