Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
1680
views
asked 6 years ago by
Category: Chart Studies
Hi Pete. Sorry for my last post, hopefully this clears everything up.  It would be great if this code can be transferred over to ThinkOrSwim platform.  As you can see from the image on the website below, as an overlay you can assign renko brick size ...
0
votes
1
answer
451
views
asked 6 years ago by
This is my code.   I find a PriceOsc Oscillator Peak Value   ####Definition of PrcOscPeak or Valley   or High############################ def PO=PriceOsc().PriceOsc;   def OscPeak = if PO >= PO[1] and PO >= PO[2] && PO>= PO...
0
votes
1
answer
2541
views
asked 6 years ago by
Category: Stock Scanners
I noticed there have been a few questions and answers about how to scan for opening range breakouts by a certain time of the day in Think or Swim.  Individuals have asked for 5 minute scans, over night gaps and pre market high/lows.  There was even a...
0
votes
1
answer
173
views
asked 6 years ago by
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
280
views
asked 6 years ago by
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
203
views
asked 6 years ago by
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
133
views
asked 6 years ago by
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
128
views
asked 6 years ago by
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
921
views
asked 6 years ago by
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
406
views
asked 6 years ago by
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...