Questions (2373)

Votes
Answers
Views
Question
0
votes
1
answer
165
views
asked 7 years ago by
Category: Stock Scanners
Hello Peter You could help me with a scan to search the universe of shares with the crossing of the zero line of the WilliamsAD indicator. I want you to mark me a signal when the WilliamsAD indicator crosses its zero line. Thank you very much
0
votes
1
answer
226
views
asked 7 years ago by
Category: Chart Studies
Hey Pete, I apologize for the inconvenience and lack of knowledge displayed earlier, but could you great a trendline study connecting the Stochastic Swing Highs and Lows with the settings of 10,3,3 please..thanks!!!
0
votes
1
answer
81
views
asked 7 years ago by
I trade using 400 tick charts using the code below Question: How do I add another condition based on a 5 min timeframe. I only want the alert above to trigger if the closing price is above the 20 EMA on a 5 min chart. If the closing price of the late...
0
votes
0
answers
1497
views
Be first to answer!
asked 7 years ago by
Category: Stock Scanners
Hi, i'm looking for a scanner that can scan for any stock that hit's below the standard deviation channel for the daily and the 5 min 30 day chart.  Is that possible to do?  I've been finding them manually but takes forever.  Would cut off a lot of t...
0
votes
1
answer
783
views
asked 7 years ago by
Category: Stock Scanners
It's probably not possible, but I am looking for a scan that will find instruments with underlying option small bid/ask spreads (less than x bid/ask spreads on underlying options). -Charles
0
votes
1
answer
1195
views
asked 7 years ago by
Category: Stock Scanners
The following was supposed to count the number of bars when close for a day was greater than previous day's close and assign it to a variable called "SumCl.  But when I tried to plot the result on a chart, I get just blank space with no plots.  If I ...
0
votes
0
answers
105
views
Be first to answer!
asked 7 years ago by
Category: Stock Scanners
When I use the code you provided #plot scan = Highest(signalBreakAboveCloud, 3) > 0 and Highest(signalBullishConfirmation, 3) > 0; #plot scan = Highest(signalBreakBelowCloud, 3) > 0 and Highest(signalBearishConfirmation, 3) > 0; The only ...
1
vote
2
answers
269
views
asked 7 years ago by
Category: Strategy Guide
Hello Pete I'm a bit confused as how this order gets executed, (attached is the pic) since those 2 statements, BUY_TO_OPEN and then SELL_TO_CLOSE, seems to be opening a position based on the when the signal's condition is met and then same for exitin...
0
votes
1
answer
470
views
asked 7 years ago by
Category: Strategy Guide
Hi Pete, In your YouTube video about putting real-time data from ToS into Excel (linked below), you feature a document that calculates Market Internals.  I was wondering if you happen to have this document available for your users. https://www.youtub...
2
votes
1
answer
4090
views
asked 7 years ago by
Category: Watch Lists
Hello Hahn, For traders who are looking for very quick moves in stock prices I wanted to know if you could provide a watchlist code for Percent change in last 5 minutes. In terms of coloring If the percent change is greater than 7%, in the last 5 min...