Questions (2347)

Votes
Answers
Views
Question
0
votes
1
answer
139
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
52
views
asked 4 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
45
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
54
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
1257
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
54
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
76
views
asked 6 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...
1
vote
1
answer
62
views
asked 7 months ago by
Category: Chart Studies
When using the TOS VolumeProfile study, is it possible to hide the volume figures? From the shape of the volume profile, it's easy to see which prices had the most volume, so the actual numbers aren't necessary, and just add clutter to the chart. Exa...
0
votes
1
answer
45
views
asked 7 months ago by
Category: Chart Studies
Evening Pete!  Thanks for the help before, I was able to figure out what I needed. I wanted to know, if there is a way on the 5 min chart to create an arrow for when the 1 minute chart has a macd crossover.  I know ToS offers the MACDHistogramCrossOv...