Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
45
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, can you please take a look at the code below that is made to track the current days high. It works fine on a computer but when I transfer it to mobile instead of tracking the current high of day, it moves to the bars high of day. Thanks. &nb...
0
votes
1
answer
355
views
asked 4 years ago by
Category: Stock Scanners
Dear Pete, I wish you can help me to scan for the flush up patterns in the stock market. A flush is when the price moves up > 70 degrees within a timeframe (e.g., 1-day candle in a 3-month timeframe). It usually (not necessarily) consists of a 1 o...
0
votes
1
answer
582
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete I ran into one of your older videos on volume profile scanner and how you have the scanner in thinkorswim to find stocks crossing and/or nearing its VA lows/highs. My question is can you help me figure out how to have it find stocks doing the...
0
votes
1
answer
70
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you please help for a code which can display a label displaying pivot( (H+L+C)/3 ) for the period of 9 to 11:30 AM EST and 9:30 to 11:30 AM est. Thank you, shaishav
0
votes
1
answer
124
views
asked 4 years ago by
Category: Stock Scanners
can't seem to wrap around a simple logic. volume("period" = AggregationPeriod.FIFTEEN_MIN) is * 3 greater than volume("period" = AggregationPeriod.FIFTEEN_MIN) from -1 bars ago and close("period" = AggregationPeriod.FIFTEEN_MIN) is 5 % greater than c...
0
votes
1
answer
697
views
asked 4 years ago by
Category: Watch Lists
Hey Pete, I was watching your Thinkorswim Alert High Low Video on youtube and was wondering if this can be Applied into a Watchlist / Scan. Say I scan in the S&P500 and and every time a ticker in the SP500 hits an intraday high it adds it in the ...
0
votes
1
answer
104
views
asked 4 years ago by
Category: Stock Scanners
I want to run a scan in TOS that meets two conditions. The first condition is a stock that has made a new High price within the last three years. Then I want to combine that first condition with a scan that will show me the stocks that have either eq...
0
votes
1
answer
65
views
asked 4 years ago by
Category: Chart Studies
This is ToS script that paints Up/Down Arrows. I want to paint only the 5 most recent Bars. Tx # ARROWS input showArrows = yes; plot pUP = sState crosses above 0; pUP.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); pUP.SetDefaultColor(Color.G...
0
votes
1
answer
481
views
asked 4 years ago by
Category: Watch Lists
Hello Pete.   I have a watch list of about 205 stocks that i cannot manage to be checking for oversold plus macd change on the daily. I am curious if there is any possible way to set the "Scan MACD RSI" on my entire watchlist? I would like this ...
0
votes
1
answer
197
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Is there a way to simplify my custom script below? If not, is there a way to ignore  the  rest of the statements if one of the first few statement is already true?   Basically, i am trying to write an indicator that i will eventually convert...