Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
654
views
asked 5 years ago by
Category: Chart Studies
Pete: I came cross a confusing def statement in the source code of DarvasBox, a TOS study  . First line def defines "state" with a few alternatives The second line merely indiactes  variable names "upper" and "lower" in the statement without assignin...
0
votes
1
answer
595
views
asked 5 years ago by
Category: Chart Studies
Hello, I am trying to add chart labels for multiple time-frame(15 min, 30 min, hour) on a 5 minute chart. The labels appear only for 5 min and 15 min after I comment out the code for 30 min and 1 hour. If I do not comment out the code for 30 min and ...
0
votes
1
answer
307
views
asked 5 years ago by
Category: Stock Scanners
Pete, I was looking for a scan that will find stocks with an X number of consecutive 5 Min bars above the 9 EMA.  I attached a screenshot as an example.
1
vote
1
answer
1527
views
asked 5 years ago by
Category: Chart Studies
How do I set an alert in TOS when price touches the bottom VWAP? This would be useful as a good time to know when a stock is oversold and potentially a good buy. For example, I'd like to be alerted when JNUG hits the bottom VWAP at the two points in ...
0
votes
1
answer
270
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete TOS has a built in Study called the StandardDevChannel. I'm trying to build a scan that will find stocks which have crossed above the highest line in the StandardDevChannel. The scan needs to detect this crossing above the highest line at the...
1
vote
1
answer
145
views
asked 5 years ago by
Category: Stock Scanners
Hi Peter, Please provide a scan to find stocks that have been overbought or oversold more than 3 bars in the last 40 bars.  I need help with keeping a count for 40 bars.  If this has been answered somewhere let me know. Thanks in advance for any help...
0
votes
1
answer
453
views
asked 6 years ago by
Category: Chart Studies
Hi Pete i did some searching but did not find an answer to this.  I'm hoping if you could create a code to automatically draw support/resistance lines based off of the daily chart thats being tested multiple times through lows or highs of the daily c...
0
votes
1
answer
133
views
asked 6 years ago by
Is it possible to download daily trades from TOS to excel? I want to download opening price, closing price time etc. Can that be done in TOS?
0
votes
1
answer
406
views
asked 6 years ago by
Category: Stock Scanners
I have a list of maybe 400 of my "favorite stocks". I want to run a scan that looks for indicators like MA crosses, but only searches through my 400 favorite stocks. How do I do that?
0
votes
1
answer
1889
views
asked 6 years ago by
Category: Stock Scanners
Pete, I want to create a scan for just a standard Bollinger Bands Squeeze.  Where I get stuck is that TOS lets me reference the BandWidth I can't figure out how to see if today's Bandwidth is the lowest range in past x number of days. In a perfect wo...