Watch Lists (316)

Votes
Answers
Views
Question
0
votes
1
answer
889
views
Category: Watch Lists
Hi everyone, new to ThinkorSwim and to this site. Hoping someone can lend me a hand with this problem. I am trying to get the PPS Buy and Sell signals in a column in my watchlist and have been able to do so using the code below. The issue is that I r...
0
votes
1
answer
158
views
Category: Watch Lists
Hello Hahn, Hope you had a great trading week! I was wondering if it's possible to create a watchlist that displays the RSI levels for multiple time frames. For example: AAPL - (15 minute RSI #) - (1 hour RSI #) AMZN - (15 minute RSI #) - (1 hour RSI...
0
votes
1
answer
203
views
Category: Watch Lists
Hi Pete, I had a previous question on the following Relative Strenght MA in this post https://www.hahn-tech.com/ans/relative-strength-ma-buysell-order/ Your help was appreciated! I'm trying to use it as a condition in a watchlist with the stochastic ...
0
votes
1
answer
1148
views
Category: Watch Lists
On TOS is there a way to add a free form custom watchlist column which can be used to add notes against an instrument which shows up in the watchlist. The Notes column allows to add notes but one has to click on each note to look at what was written....
0
votes
1
answer
288
views
Category: Watch Lists
Hi, How do I modify the following code to add a custom watchlist column indicating A 2-8 DMA crossover indicated in Green if 2DMA is above 8DMA and the number of days since the cross indicated by the identifier in the cell as A1-A9 (basically number ...
0
votes
1
answer
149
views
Category: Watch Lists
Hello Pete. Can you assist me with a script that helps me to identify stocks in my watchlist that are currently trading near the 9 period EMA?  I would like the background color of the watchlist to appear as white if the current bar has touched the E...
0
votes
1
answer
808
views
Category: Watch Lists
Could you please advise what I need to modify in this script so it will show a count in the red cells ( to know how many counts the stock has been in the squeeze ) Thank you input price = CLOSE; input length = 20; input nK = 1.5; input nBB = 2.0; inp...
1
vote
1
answer
786
views
Category: Watch Lists
GM!!   I need help getting the code for the Mark % change from the previous day close for PreMkt ... Every code I've used, I on;y get results after the open ... I also want to be able to change the background color.   Thank you and Happy Tr...
0
votes
1
answer
297
views
Category: Watch Lists
Tags:
Here is a little bit of code which I want to simply display the Count as data in my watchlist so i know how many consequtive MoneyFlowIndex values were in my choosen range/value (or how many past a given range/value.  I get a "Exactly one Plot Expect...
0
votes
1
answer
191
views
Category: Watch Lists
Hey all! I need help creating specific background color for different tiers of percentages for my Watchlist column: 50% + = violet 30% - 50% = cyan 0% - 30% = light green 0% = black Less than 0% = grey Here's the code I have so far ...Thank you!! def...