Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
576
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
690
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
478
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
196
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...
0
votes
1
answer
2393
views
asked 4 years ago by
Category: Stock Scanners
First of all I am happy because you are ok and healthy thanks God, hope you had a wonderful thanks given and thank you so much for your help for this community. I need your help creating a scan with alert using below script. It is working 100% fine o...
0
votes
1
answer
171
views
asked 4 years ago by
Category: Stock Scanners
Pete Could I get help with a scan from a lower study...Looking for two conditions in the scan...Green cloud and green dotted line for long sacn....Red cloud and red dotted line for short...   #Look for the Dashed lines to turn color and Avg line...