Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
164
views
asked 5 years ago by
Category: TS Solutions
Hi Pete, Thanks again for this site.  What a great resource! When I setup a scanner using the indicator, as shown in the video, I set the KBB field to 1 and get a list of tickers that should be forming a green dot after any number of reds. However wh...
0
votes
1
answer
121
views
asked 5 years ago by
Category: Chart Studies
Good Evening Is there a way to have the MACD Histogram paint the candles the colors that are chosen in the Diff setting in the MACD Customizing Options? For example I change the Positive and Up to Blue and I want the candle to paint Blue, so on and s...
0
votes
1
answer
813
views
asked 5 years ago by
Category: Stock Scanners
Hi, Im kinda new, Im trying to build a scanner, that the stock  open lower than previous day. This is for a Short Strategy. I would like to find a stock that after making a Higher High... after that get rejected and makes a Lower High. and the price ...
0
votes
1
answer
445
views
asked 5 years ago by
Category: Stock Scanners
Hi, Im trying to make a scanner that find a stock that is over extended  within 4 Green Bars on the 15  minute Time Frame. When I did my plot it worked on the daily chart , but when I change to 15 min on the scanner it gives a lot of stocks that is n...
0
votes
1
answer
526
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I'd like to scan for stocks where the closing price stays within a 1.5% band for 3 to 5 weeks.  Is this something you can help with for Thinkorswim? Thanks, Jay
0
votes
1
answer
169
views
asked 5 years ago by
Category: Chart Studies
Hello can you help me with the Script that draw line at 7 AM pre market open price. I did saw this def newDay = GetDay() <> GetDay()[1]; def start = newDay or SecondsTillTime(400) == 0; rec premarketOpen = if start then open else premarketOpen[...
0
votes
1
answer
172
views
asked 5 years ago by
Category: Stock Scanners
HI Pete, I have been watching your videos, they have been great help and learning process . I appreciate everything you do to help :) There is a way to find sctocks that has been consolidated for over 20 minutes on the 1min or 5 minute time Frame, so...
0
votes
2
answers
118
views
asked 5 years ago by
Hi Pete,  I have this code, I am getting bubble on each dot instead of just one bubble. How can I resove it? and I use this study on 15 min TF so can the bubble be moved forward automatically after the completion of four 15 min candles? If its p...
0
votes
1
answer
197
views
asked 5 years ago by
Hi Pete,  How to add the custom sound for the alerts? TOS has by default only four sounds. Is there a way to import custom wave files? Thank you.
0
votes
1
answer
128
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete,  Is there a way to code a stock scanner so that at different times of day that it will adjust the amount of volume it looks for?   I trade penny stocks and want liquid but not to liquid stocks to trade.  At 9 I want at le...