Votes
Answers
Views
Question
0
1
392
asked 6 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
1
1378
asked 6 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
1
192
asked 6 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
0
1982
Be first to answer!
asked 6 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
1
239
asked 6 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
1
449
asked 6 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
1
52
asked 6 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
1
972
asked 6 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
1
3117
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
1
89
asked 6 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...