- Questions
- Watch Lists
Votes
Answers
Views
Question
0
1
131
asked 4 years ago by [email protected]
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
2
183
asked 4 years ago by Cc W
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
1
67
asked 4 years ago by Cc W
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
1
1282
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
2
50
asked 4 years ago by Kunal M
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
2
186
asked 4 years ago by Bob Boblaw
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
1
80
asked 4 years ago by Craig Habermehl
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
1
96
asked 4 years ago by M L
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
1
137
asked 4 years ago by Calvin Smith
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
1
192
asked 4 years ago by Tuan Pham
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!