Watch Lists (310)

Votes
Answers
Views
Question
0
votes
1
answer
110
views
asked 6 years ago by
Category: Watch Lists
Pete Hi. I did not see any parabolic nor stochastic Custom Watch mods so I was hoping you can help by looking at this at tell me what I am doing wrong. def parabolicSAR = close [1] < parabolicSAR [0] ==close > ParabolicSAR; plot scan = paraboli...
0
votes
1
answer
140
views
asked 6 years ago by
Category: Watch Lists
Hello again Pete. Thanks very much for the arrow/plot. I also added code for a white arrow/plot to show a short opportunity, but I have a new question -  Is it possible to use the MTF MACD arrow/plot that you built and use it in a watchlist so that I...
0
votes
1
answer
1383
views
asked 6 years ago by
Category: Watch Lists
I wrote a simple code for my watchlist to let me know if the current hour candle is green(Up), red(Down), or white(Neither), for only market hours (no pre/post market data). I've hid the "Extended-Hours Trading Session" on my hourly charts so the can...
0
votes
1
answer
452
views
asked 6 years ago by
Category: Watch Lists
Hello Pete, I couldn't find if this question has been answered. How do you create watchlist column that calculates percentage change from open to close? Similar to normal percent change, If positive then text will be green, If negative then text will...
0
votes
1
answer
331
views
asked 6 years ago by
Category: Watch Lists
Hi Pete, I'm interested to have one of the default strategies of Thinkorswim named "RSITrend" on my watch list. I have attempted to create this based on the video I have found, but it was challenging as there are two "sell" condition (RSI_LX and Tren...
0
votes
1
answer
411
views
asked 6 years ago by
Category: Watch Lists
Hello,   I am pulling SPX data from one of my watchlists and it is linked to an excel file on my computer with an RTD file. Right now, the data updates as the market moves, which is exactly what I want. how can I make it so that every day at mar...
0
votes
1
answer
164
views
asked 6 years ago by
Category: Watch Lists
Hi Pete, I’ve been wanting to ask you from a long time. Please how can we make a wachlist or scan that scan on many stocks during last 30days 30minutes candles with TOS ichimoku how many candles are above span A and sort stocks by most numbers that m...
0
votes
1
answer
687
views
asked 6 years ago by
Category: Watch Lists
Hi Pete. I found your website about 2 weeks ago and it is awesome. Thank You! I reviewed the QA forum and was able to set up the squeeze histogram color in my watchlist. Can you help me with customizing my watchlist so that the color of the TTM C wav...
0
votes
1
answer
260
views
asked 6 years ago by
Category: Watch Lists
I have a custom column I added to a watchlist in TOS. It doesn't seem to update on its own like the formula does on the chart. If I right click on column and edit formula then push save it updates info correctly.
0
votes
1
answer
243
views
asked 6 years ago by
Category: Watch Lists
Hello Pete, I have the following custom TOS watchlist code for EMA crossing that works well but I was wondering if you could help me with the following two items i haven't been able to figure out. 1- Eliminate after hours/pre-market data input so tha...