Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
222
views
asked 6 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
77
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
1483
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
769
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
1154
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
262
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
460
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
4049
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...
0
votes
1
answer
121
views
asked 7 years ago by
Category: Stock Scanners
First and  foremost I Love the scan thank you very much. My question is I am building a watch of bullish cloud breakouts as well as bearish ones as well. With confirmation. Is there a way to scan for 1, 2, and 3 breakout bars all at once so I don't  ...