Watch Lists (300)

Votes
Answers
Views
Question
0
votes
1
answer
344
views
asked 4 years ago by
Category: Watch Lists
Hello Pete.  I would like to assign a background color to my watchlist column which will let me know when an intraday candle has crossed over the VWAP.  If the candle has crossed over the VWAP the background color will appear as green.  If not, the c...
0
votes
1
answer
45
views
asked 4 years ago by
Category: Watch Lists
Hi Peter, Thanks for your contributions on this forum. Let's say AAPL is currently trading at $370 and call option for $387.5 is at $3 and the call option option for $390 is at $2. Is there a way to display a column in watchlist showing $1 as the dif...
0
votes
1
answer
1048
views
asked 4 years ago by
Category: Watch Lists
Hi all, I need assistance in correcting my script ... Here's what I am trying to accomplish Price equal to or greater than $1 ... background color Magenta Price equal to or greater than $10 ... background color White Price is less than $1 ... backgro...
0
votes
1
answer
92
views
asked 4 years ago by
Category: Watch Lists
Hello Pete. Are you aware of anyway to use tick as a period vs time when creating custom columns in Watchlists? I have a feeling I already know the answer, which is no, but thought I would ask regardless. Thanks in advance. FYI: I was compiling a scr...
0
votes
1
answer
134
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, I came across a script you created which displays the current bar's impulse color in your watchlist.  Is it possible to also include in the column the number of consecutive bars that have closed with the same color?  Below I have provided th...
0
votes
1
answer
87
views
asked 4 years ago by
Category: Watch Lists
Okay. Try again. I am fond of the LBR3/10 Oscillator. I am trying to have a color column change when the fast line crosses above the slow line. I have attached the original Oscillator script and the script I worked on with another to make it a Study....
0
votes
1
answer
184
views
asked 4 years ago by
Category: Watch Lists
Im trying to create a custom column on my watch list that will tell me how many candles in a row meet a certain criteria The counter would naturally start at 1 and keep going every 2 hr candle close it keeps meeting the criteria The criteria is:  DMI...
0
votes
1
answer
63
views
asked 4 years ago by
Category: Watch Lists
Apparantly I've used up my 19 Custom Quote slots....how do I create additional ones?  Whenever I try to rename one the old just gets rewritten over.  I want to keep old, but make new and more than the 19. Thank ya kindly!
0
votes
1
answer
132
views
asked 4 years ago by
Category: Watch Lists
Here is what i have so far Some on my WL registered properly, others not Thanks for any assistance   input builtInPeriod = aggregationPeriod.DAY; input periodsBack = 1; Def high = close(period = aggregationPeriod.MONTH)[periodsBack]; def CrossAb...
0
votes
1
answer
177
views
asked 4 years ago by
Category: Watch Lists
I'm having an issue where it seems like AssignBackgroundColor isn't checking the current value of a plot. The line above it uses AssignColorValue, and works as expected. The goal is to have the column be colored orange if the criteria of the if state...