Votes
Answers
Views
Question
0
votes
1
answer
144
views
asked 7 years ago by Lindsay Blanks
Category:
Alerts and Notifications
Is it possible to download daily trades from TOS to excel? I want to download opening price, closing price time etc. Can that be done in TOS?
0
votes
1
answer
521
views
asked 7 years ago by Eric Ferguson
Category:
Stock Scanners
I have a list of maybe 400 of my "favorite stocks". I want to run a scan that looks for indicators like MA crosses, but only searches through my 400 favorite stocks. How do I do that?
0
votes
1
answer
1970
views
asked 7 years ago by Bill Leavitt
Category:
Stock Scanners
Pete, I want to create a scan for just a standard Bollinger Bands Squeeze. Where I get stuck is that TOS lets me reference the BandWidth I can't figure out how to see if today's Bandwidth is the lowest range in past x number of days. In a perfect wo...
0
votes
1
answer
264
views
asked 7 years ago by [email protected]
Category:
Chart Studies
The following code will plot Stochastic Full Diff divergence lines on the price bars. However, I would like to be able to see the divergence lines on the Stochastic Full Diff indicator in the sub graph. Yes, I understand that some of the Stochastic F...
0
votes
1
answer
195
views
asked 7 years ago by Kim Tim
Category:
Chart Studies
Hi Pete, The ParabolicSAR in TOS platform only has one color dot for buy & sell. How would you modify the code below to have blue dot for buy and red dot for sell? Thank you! # TD Ameritrade IP Company, Inc. (c) 2008-2018 # input accelerationFact...
0
votes
0
answers
178
views
Be first to answer!
asked 7 years ago by Juan Banderas
Category:
Stock Scanners
Hello Hahn, I hope all is well. The purpose of this thread is to propose how to create a thinkscipt code or condition wizard that pulls stocks on the daily chart that have atleast a 30cent price gap to the up or down side from the previous day. &nbs...
0
votes
1
answer
155
views
asked 7 years ago by Bogdan Roman
Category:
Chart Studies
Hi Pete, What a crazy week! I hope you are doing well. Thank you for all of the educational resources and content that you provide your audience, its unbelievable! I am trying to make a chart study that will show the percentage move of the last four ...
0
votes
2
answers
182
views
asked 7 years ago by Josh James
Category:
Strategy Guide
On your thinkorswim auto trade almost in the comment section you stated that there was an option that you can check that will cause the conditional order to automatically regenerate after it has been trigger. Have you posted anything to cover that, i...
0
votes
1
answer
1891
views
asked 7 years ago by Carlos Serna
Category:
Stock Scanners
I was looking to see if we could scan for stocks which are crossing over the Previous day Close after 10:30AM. I attached a screenshot of as an example. The blue line is the previous day close price.
0
votes
1
answer
138
views
asked 7 years ago by Collin Clay
Category:
Alerts and Notifications
Generally people run into the complex (!) flag if they try to alert a study with recursive logic. It won't allow you to alert it. However, I am trying to alert a study with no recursive logic and it still flags it as too complex. My problem is the pu...