- Questions
- Watch Lists
Votes
Answers
Views
Question
0
1
692
asked 4 years ago by bon jourq
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
1
598
asked 4 years ago by Two Way Trader
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
1
152
asked 4 years ago by Réal Brasseur
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
1
158
asked 4 years ago by Two Way Trader
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...
0
1
104
asked 4 years ago by Réal Brasseur
Category:
Watch Lists
Howdy, I'm having trouble with one part of a SLOWRSI indicator code that I want to fill in with colors based on where the indicator level is. I have done the same with a couple other indicators, but can't get the bold part of the code correct for th...
0
1
76
asked 5 years ago by Bernard Lisowski
Category:
Watch Lists
Pete, thank you for getting me on the right track. I am a little slow mentally, seriously due to medical issues. I welcome your help, and or any constructive criticism. I have transfered your response from the scanner forum. .This is a watchlist. Li...
0
1
132
asked 5 years ago by Corey
Category:
Watch Lists
Hi Pete. I currently use two columns in my watch list. My first column is a Hull moving average column which you provided in a previous post: https://www.hahn-tech.com/ans/wl-for-hull-in-tos/. The second column provides the force index. I was wonde...
0
1
120
asked 5 years ago by Craig Habermehl
Category:
Watch Lists
Pete I'm trying to get the color of the SMI to a watchlist...If SMI is red W/L background is red and the same if SMI is green... declare lower; input audioalarm=yes; input Price = hlc3; input RsqLength = 5; input RsqLimit = .5; input SmiLimit ...
0
1
1250
asked 5 years ago by David Oh
Category:
Watch Lists
Hi pete, I am trying to set up a custom column for my ThinkorSwim watchlist for pre-market volume. However, I am running into some problems if there were no premarket activity for the stock today. Instead of showing 0, it shows prior day's pre-...
0
1
224
asked 5 years ago by Scott Hayes
Category:
Watch Lists
Hello Mr. Hahn, Something I've been searching for but haven't found yet - I'd like to add a column to my watchlists for Relative Volume. Ideally I'd like it to update on the fly, but at a minimum I need it to update on a 1-min basis. What I'm looking...