Watch Lists (301)

Votes
Answers
Views
Question
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...
0
votes
1
answer
113
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...
1
vote
2
answers
162
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,...
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
0
votes
1
answer
1158
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...
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
2
answers
166
views
asked 4 years ago by
Category: Watch Lists
Pete,  Thanks for all the help.  I know we cannot get timestamp, but this there a way to show the bar count in watchlist when a Volume of more than 1000 was recorded on the minute chart on an option. I get alerts when new alerts come in and...
0
votes
1
answer
78
views
asked 4 years ago by
Category: Watch Lists
Hello Pete      Is it possible to add the blackflag indicator to a watchlist...If the cloud is green have a green column and if the cloud is red have a red column...I'm trying to get multiple time frames in agreement...
1
vote
1
answer
92
views
asked 4 years ago by
Category: Watch Lists
where today's bar is the high of the previous 5 days.  Can this be done in TOS... was hoping there was  a preset for this but couldn't find one.  thank you.
0
votes
1
answer
122
views
asked 4 years ago by
Category: Watch Lists
Hello everyone, I'm a novice trader and just discover the fantastic work you are doing on this website. I'm looking for a watchlist alert that will return the number one or zero when price crosses the upper or lower band. I've found the video that ex...