Questions (2370)

Votes
Answers
Views
Question
0
votes
1
answer
72
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I'm looking for a scan that gives the total value based on parameters of the daily RSI(14) + Slow Stochastics(14). Example: Scan for a total of less than 50 between the two. Thanks again!
0
votes
1
answer
235
views
asked 3 years ago by
Category: Chart Studies
Hey Pete. Wondering if it's possible to create a script resulting in a percentage value of theta compared to the corresponding option price. Example: theta is -$0.45, and "last" price of an option at a particular strike price is $4.11. So script woul...
0
votes
1
answer
681
views
asked 3 years ago by
Category: Stock Scanners
Thanks for all of your valuable information. I tried modiifying a scan you did to scan for a breakout of a 6 day range, where the range is 1.5 times ATR(14). I've tried using the highest high within 6 days minus the lowest low within 6 days using the...
0
votes
1
answer
140
views
asked 3 years ago by
Category: Chart Studies
If you peek at the code below, you'll see that the daily bar and cloud align perfectly, but the vertical line is offset, slightly, even though they are the same date. Therefore, I'm wondering if adding a time input to the vertical line is possible so...
0
votes
1
answer
126
views
asked 3 years ago by
Category: Watch Lists
Hello can you help me with the script for watchlist that scan stock that is greater than average daily percentage change of 3 month period. and a script for custom column that shows  how much is the average daily percentage move of last 3 month. &nbs...
0
votes
1
answer
142
views
asked 3 years ago by
Category: Chart Studies
I apologize if this has been previously asked and answered. I need a study that plots a specific ema or sma on the chart and the chart label is red when the stock price closes below the sma and green when it closes above the sma. Needs to work with c...
1
vote
1
answer
758
views
asked 3 years ago by
Category: Chart Studies
I'm hoping to add a vertical line on a specific date. To get started, let's say that date is 03/09/2021. And then, over time, I'll add more specific dates to the script... possibly as many as 100+. Many, many thanks. Dana
0
votes
1
answer
407
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete,   Thank you very much for all the great stuff. Really appreciate it.   I want to create a scan for option contracts traded at or above Ask price on TOS, came up with the code like this: PriceType.LAST is greater than or equals to P...
0
votes
1
answer
72
views
asked 3 years ago by
Category: Stock Scanners
Hi Hahn, I am trying to build a scanner where current 5m candle crosses previous week's high. I tried using aggregation period but it does not allow secondary aggregation period for scan. Request you to help me as to how I can get previous week's hig...
0
votes
1
answer
130
views
asked 3 years ago by
Category: Watch Lists
I am running the following in a watchlist ; but I noticed that it doesn't fire correctly for any security for which the price goes out 4 decimals or more. For example, TOS thinks /6J (Yen futures) Vwap is .0092 when it is actually .0091863. The diffe...