Votes
Answers
Views
Question
0
votes
1
answer
190
views
asked 7 years ago by Arun NY
Category:
Stock Scanners
Hi Pete: I am trying to write code to find all stocks which released earnings [hasEarnings()] over the past n days. I could not do this because hasEarnings()[n] is not allowed unless n is a constant. I actually found that [n] variable does no...
0
votes
1
answer
296
views
asked 7 years ago by Saud H.
Category:
Strategy Guide
Hi Pete, I converted the Squeeze Scanner provided by you into a strategy after watching both the Strategy guide videos. I downloaded and analysed the readymade strategies you provided, and they worked fine. However, the Squeeze scanner turns the char...
0
votes
1
answer
220
views
asked 7 years ago by David W. Johnson
Category:
Chart Studies
Hello Room, Hello Pete I trying to convert this script from a trend indicator to a daily percent gainer to plot the Symbol, the price & the % change from the last close onto the chart. With this script, users can plug in multiple ticker symbols t...
0
votes
1
answer
149
views
asked 7 years ago by Jason Haddad
Category:
Stock Scanners
Hello, First off, thank you so much for your videos. They really have taught me a lot about the TOS platform. I am looking to develop code that will alert me to the moment that a stock breaks a previous high (a resistance at this point) that was set...
0
votes
1
answer
141
views
asked 7 years ago by iO Rambo
Category:
Chart Studies
I would like to know if there is a way to edit the grid appearance to remove the vertical lines on the grid and just have the horizontal lines. Thanks
0
votes
1
answer
981
views
asked 7 years ago by Ricky Garcia
Category:
Alerts and Notifications
Hi Pete is there a way i can get a signal on Schaff Trend Cycle oversold below 25 from flat then move slight bend upward then overbought 75 flat then move slight bend downward? the picture is included thank you
1
vote
1
answer
433
views
asked 7 years ago by Andriy K
Category:
Strategy Guide
Hello, after watching this video, I was very excited to start making my own strategies and studies. However before doing that, I wanted to replicate what was done in the video... this is what I got so far. However there is one modification I would li...
0
votes
1
answer
544
views
asked 7 years ago by [email protected]
Category:
Chart Studies
Hi Pete, How is it possible to create a Multi-time frame Bollinger bands? That line that I have commented out is an issue. I appreciate your help! input length = 20; input displace = 0; input price = close; input Num_Dev_Dn = -2.0; input Num_Dev_up ...
0
votes
1
answer
213
views
asked 7 years ago by Arun NY
Category:
Stock Scanners
I am getting an odd behavior when I change the Reference date. Everything works fine through Reference Date = 20170609. But if I set the reference date as 20170610 or later, the red line does not get shifted to the green line on that (reference) dat...
1
vote
2
answers
227
views
asked 7 years ago by Juan Banderas
Category:
Watch Lists
Hello Hahn, Can you design a watchlist column that interprets multiple indicators and outputs a phase? For example, These indicators will be Relative Volume % Change between the close of the previous candle RVI (Relative Volatility Index) The...