Watch Lists (310)

Votes
Answers
Views
Question
0
votes
1
answer
131
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
183
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
67
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
1282
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
50
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
186
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
80
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
96
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
137
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...
0
votes
1
answer
192
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, I'm looking to add a custom column to show the number of days the stock had been either above/below after a VWAP crossover. Ex: A bullish cross would show previous days below and vice versa for a bearish cross. Thanks again!