Watch Lists (302)

Votes
Answers
Views
Question
0
votes
2
answers
35
views
asked 4 years ago by
Category: Watch Lists
Would appreciate if I could get some help with the custom column counting the days since last triggered Pocket Pivot. I have tried using the recursive count function but I am getting only zeros in the column count. Attached is the TOS thinkscript for...
0
votes
1
answer
1187
views
asked 4 years ago by
Category: Watch Lists
♥ 1
Hi Pete. I came across a previous post in which you created a script to search for stocks with a cyan colored TTM C Wave.  I am using the script in my watchlist column and it works very well. Are you able to assist me with also adding a count wh...
1
vote
1
answer
60
views
asked 4 years ago by
Category: Watch Lists
plot TK = Ichimoku("tenkan period" = 18, "kijun period" = 52)."Tenkan" is greater than Ichimoku("tenkan period" = 18, "kijun period" = 52)."Kijun";   here's what i have so far. just not sure of format if this is possible. Thanks
1
vote
2
answers
164
views
asked 4 years ago by
Category: Watch Lists
Hello again and hopefully just 1 more question. I was trying to get this to work but I'm assuming you can't have more than 2 conditions? when I Plot value = "..." is when i run into errors Here is the code: def LongTK = Ichimoku("tenkan period" = 18,...
0
votes
1
answer
115
views
asked 4 years ago by
Category: Watch Lists
Hello Pete, I am doing options trading. I have a watchlist of about 200 stocks that I am regularly selling options on. I would like to add a custom field with Return On Capital in %. For example, I am selling -0.20 Delta Put Option and +0.20 Delta Ca...
0
votes
1
answer
179
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...
0
votes
1
answer
141
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
64
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
188
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
95
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....