Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
61
views
asked 4 months ago by
Category: Stock Scanners
Hey Pete! I am running a scan and one of the parameters is for stocks that have twice or greater the amount of volume today than average. The problem is that let's say the scan is run 10 minutes after open, basically no stocks will get returned becau...
0
votes
1
answer
119
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I was looking into one of your answers in this thread. Link: https://www.hahn-tech.com/ans/candles-sticks-that-change-color-with-heavy-volume/ Is it possible to have a scan based on that script/logic?. I tried with a "plot scan = paintBar;" ...
0
votes
1
answer
140
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete.  In a previous post you provided an awesome code that scans for inside bars. Below I have provided the link to the prior post as well as the code.  Is there a way to modify the code so it will only scan for stocks with inside bars  that touc...
0
votes
1
answer
57
views
asked 5 months ago by
Category: Stock Scanners
Try to set up a scan for stocks  that are down over $5 for the past 3 days. Thanks
0
votes
1
answer
48
views
asked 5 months ago by
Category: Stock Scanners
Hello Pete Is there a way to scan how much Price has moved Away from the DailyOpen above and below. Example Price is Above DailyOpen but < $0.15 away from it I'm looking to scan by how much it moved by price instead of percentage Same for below I ...
0
votes
1
answer
55
views
asked 5 months ago by
Category: Chart Studies
I tried to create a study to show me the event of cross over in the RSI but I have modified the RSI to include a median line at 50% and renamed it RSI_50 and created it from the on board RSI that thinkorswim provides and it worked fine. However I tri...
0
votes
1
answer
1261
views
asked 6 years ago by
Category: Stock Scanners
I currently have a default scan that shows me earnings from the Nasdaq within the next 10 bars (http://tos.mx/VMj5Em) I want to know if it is possible to add to this scan to only show those that had a 6% (or whatever % you choose) move up or down the...
0
votes
1
answer
131
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! Hope everything is going well for you and your family. I was wondering if you could help me create a chart bubble (on the top left corner of a chart in thinkorswim) to display the 100 hull moving average price. I want to have the HMA price f...
0
votes
1
answer
58
views
asked 6 months ago by
Category: Chart Studies
Hi Pete, I would like to create a drop-down input to select between 3 different numeric options. I understand that using the switch/case functionality in Thinkscript can achieve this. Below is the starting code I'm working with. I know it is wrong, I...
0
votes
1
answer
78
views
asked 7 months ago by
Category: Watch Lists
Hi Pete. I tried to create a watchlist column that appears green with a label of "Bull" if the Moving Average Exp Ribbon XMA1 > XMA2 > XMA3 > XMA4 > XMA5 > XMA6 > XMA7 > XMA8 Also, the column would appear red with a label of "BEA...