Questions (2347)

Votes
Answers
Views
Question
0
votes
1
answer
404
views
asked 5 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
133
views
asked 5 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
452
views
asked 5 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...
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
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
1524
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
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.
0
votes
1
answer
593
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
652
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
2
answers
118
views
asked 5 years ago by
Category: Strategy Guide
Hello There Pete, Im just getting into strategies and am trying to create one that simply buys when Rsi crosses 69 in the upward direction, and then executes the sell once it falls below same 69 level. Thought things were going alright till noticing ...