Questions (2373)

Votes
Answers
Views
Question
0
votes
1
answer
429
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
79
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
135
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...
0
votes
1
answer
111
views
asked 4 years ago by
Category: Watch Lists
Hello Pete, I wanted to know how to create a watchlist column that calculates the price that is 90% greater than the previous days close.   I know this will work in the platform, but I will also use it on my mobile watchlist.   Best  
0
votes
1
answer
211
views
asked 4 years ago by
Category: Stock Scanners
Pete, Is it possible to create a scan that yields results for all stocks that have held their lows above VWAP all day? In this scenario, I would be looking to buy a VWAP bounce if the low eventually tests the VWAP.
0
votes
1
answer
58
views
asked 4 years ago by
Category: Chart Studies
Is there a study that will either show a label on a chart or a column in the Watchlist with the following: ((Close[today]- Close[at a specific date to be input by user])/ Close[at the specific date])*100)  ?
0
votes
1
answer
137
views
asked 4 years ago by
Category: Watch Lists
Hello Pete, I hope you’re doing well. Is it possible to have a William Fractal Color Watchlist Sequence count set to 1 UpFractal turns field Red Down Fractal turns field Green And black field if nothing is triggered? Thank you for any help with this ...
0
votes
1
answer
156
views
asked 4 years ago by
Category: Strategy Guide
If I use, say, a daily MACD strategy that's true at, say, 3:50 pm, can some code get it to buy before end-of-day instead of at the next day's opening?  (Idea comes from: https://www.quantifiedstrategies.com/does-the-macd-indicator-work/)
0
votes
1
answer
174
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, I'm a day trader. I need help creating a script or conditional order on ToS to automatically close out any position I have open before market close. Sometimes I'm not available to manually close out those position and I don't want to hold my...
1
vote
1
answer
99
views
Hello Pete, Thank you for your great service, we really appreciate it. I have a question, which I really hope that you can help me answer. So, let's say we have a scanner x that retrieves the close price of the current bar if the conditions were met....