Votes
Answers
Views
Question
1
vote
1
answer
89
views
asked 4 years ago by randomemoji :3
Category:
Stock Scanners
Hi Pete, I'd like to scan for stocks where the 34ema is at least one ATR above the 55ema. Thank you!
0
votes
1
answer
190
views
asked 4 years ago by Sunil Patil
Category:
Stock Scanners
Hi Pete, I am trying to build a scanner to find stocks where 30m candle is crossing previous month close. I am stuck right now as it does not allow me to use aggregation period for 30m time frame scan. How do I get previous month's close in my code? ...
0
votes
1
answer
121
views
asked 4 years ago by R N
Category:
Chart Studies
Hi, I copied the following ADX source code from Tradingview but I can't seem to make it work on TOS. Is there any adjustments that I need to make? Thank you. It was too long so I'll attach it as an attachment.
0
votes
1
answer
361
views
asked 4 years ago by Vegan Powered
Category:
Chart Studies
I'm trying to plot each days daily open (8:30am) on 5 min intraday charts with a 5 day time frame. I have the script below, however, it only plots the most recent open......is it even possible to do the above ? input opentime = 0930; input ORend = 09...
0
votes
1
answer
104
views
asked 4 years ago by Jeff Look
Category:
Chart Studies
Looking for an example of a way to show a lower study as a simple horizontal bar that would be different colors based on the status of the indicator. Attaching a jpg for the idea. Any guidance appreciated. Thank you!
0
votes
1
answer
94
views
asked 4 years ago by Tuan Pham
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
275
views
asked 4 years ago by Nirav A
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
785
views
asked 4 years ago by Mahlen Petry
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
161
views
asked 4 years ago by EyeKickIt RootDown
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
139
views
asked 4 years ago by S S
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...