Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
202
views
asked 5 years ago by
Category: Watch Lists
Hi Pete.  May I ask for your help with creating a specific background color based on the Heiken Ashi bars?  I would like to have the background color appear as red if the current bar has no upper wick and the background color appear as green if the b...
0
votes
1
answer
51
views
asked 5 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
368
views
asked 5 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
672
views
asked 5 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
77
views
asked 5 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
138
views
asked 5 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
881
views
asked 5 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
112
views
asked 5 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
66
views
asked 5 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
498
views
asked 5 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 ...