Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
111
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete is there a way that i can only scan stocks that level 1 bid and ask spread that only range 1-5 cents. I found this watchlist column script on TOS but i have no luck changing it in scanning less than 5 cents spread stocks.   plot spread =...
0
votes
1
answer
107
views
asked 5 years ago by
Category: Chart Studies
Ughh, i feel like I'm so close but my code isn't quite working. I'm trying to get an autofib from yesterdays close to the close of the first 5 minute bar today (so close of 1600 to close at 935). Not the range of this time but the 1600 close being th...
0
votes
0
answers
139
views
Be first to answer!
asked 5 years ago by
Category: Stock Scanners
Hello Pete, I hope all is improving. I was tinkering around with scans and was able to come up with a stock split scan. If anyone can build on this, have at it. I think I have a decent start so far. Input length = 10; def split = GetEventOffset(event...
0
votes
1
answer
406
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, How do I display a chart label in TOS for symbol $TRIN closing value of previous day. Also make the label color green is the value is over 2 and color gray if the value is between 0.5 to 2 and color red if value is below 0.5. Thank you
0
votes
1
answer
320
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, How do I display a chart label in TOS for symbol $PCALL as of current period along with value of 10 day SMA. Also make the label color green is the value is below 0.8 and color gray if the value is between 0.8 to 1 and color red if value ...
0
votes
1
answer
128
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, i found this earning scan, it scans out those stocks that have earning announcement within 10days I would like to ask how to amend the code such that it ONLY scan out stocks that have 30-38 days to their earning announcement. Anything that i...
0
votes
1
answer
1434
views
asked 5 years ago by
Category: Chart Studies
Hello Can you help me with the chart study for thinkorswim that alert and addlabel both when ema9 crossover vwap. looking for script that show BUY when Ema9 crossover Vwap and show Sell when Ema9 cross below vwap. Did try to use this script   in...
0
votes
1
answer
172
views
asked 5 years ago by
Category: Watch Lists
hi pete. i wrote a code that, i was hoping would show on the watchlist the crossover of CCI and CCI average (cross above in green, cross below in red). now my code does that but i cant figure out how to only have it show as the candle closes on the i...
0
votes
1
answer
151
views
asked 5 years ago by
Category: Stock Scanners
Hello Pete, I hope all is well. I need help editing some code that I use on the daily chart that identifies a stock as a former runner based on the below criteria. input length = 60; input numDev = 2.0; input allowNegativeValues = no; input percentSp...
0
votes
1
answer
340
views
asked 5 years ago by
Category: Stock Scanners
Hello Pete, I have a chart indicator that is called a magic fib...I tried making a scan from the editor and never comes back with results.  I was hoping you can help with the scan..I would like results for any cross above or below....   declare ...