Votes
Answers
Views
Question
0
1
103
asked 4 years ago by Ken White
Category:
Stock Scanners
I have scans that alert up to 10x a day especially daytrading scans. Do you have a simple solution to this or would this be a premium job? There are no equivalent settings for alerts that can be created from saved custom scans. There is only one way ...
0
1
321
asked 4 years ago by Nirav A
Category:
Stock Scanners
Hello Pete, I've attached a custom script I found that use for support resistance on charting. It is dynamic and changes daily. I wanted to see if there's a way to scan certain levels from the day before. Right now I compare historical charts (I set...
0
1
230
asked 4 years ago by Development & Technology Consultations
Category:
Stock Scanners
Hello Sir is it possible to convert this pseudo code to general scan? Thank you. Set variable to false on new day, Set it to true when condition "example SMA9 crosses above SMA50" occurs, carry last value forward . Only alert when prior state was fal...
1
2
771
asked 4 years ago by Erik Linter
Category:
Chart Studies
Hi, Pete: is there a way to change how date labels appear? here's a bit of code: # Prior date of indicator change def prior_X_Up_Date = if X_Status == 1 AND X_Status[1] == 0 then GetYYYYMMDD() else prior_X_Up_Date[1]; def prior_X_Down_Date = if X_St...
1
1
82
asked 4 years ago by Michael Ray
Category:
Chart Studies
Hi Pete .Question. I have a script here I wrote that has no errors before applying, and it won't plot the labels onto a chart. It keeps saying" Two different secondary periods cannot be used in a single variable" in the upper left hand corner. I don'...
0
1
193
asked 4 years ago by S S
Category:
Chart Studies
Hello please can you help me with the script the assign color value when EMA 9 crossover SMA 9 input lengthOne = 9; input lengthTwo = 9; input maTypeOne = AverageType.EXPONENTIAL; input maTypeTwo = AverageType.SIMPLE; input priceOne = close; input pr...
0
1
110
asked 4 years ago by EC Os
Category:
Chart Studies
Hi Pete, Thank you for the great resources. I have a simple script below where I am trying to plot a horizontal line that extends to the right at every cross over signal. def avg1 = MovingAverage(AverageType.SIMPLE, close, 10); def avg2 = MovingAvera...
0
1
1168
asked 4 years ago by Jay Hurley
Category:
Stock Scanners
First, thanks for all you do. In TC2000 you can scan for price growth over a period of time, say one month, using the formula c/minL22. I am trying to configure a similar scan in TOS. I would like to be able to enter a time period and filter to by...
0
1
170
asked 4 years ago by David Folkerth
Category:
Stock Scanners
Hi Pete, How might one create a scan for stocks whose earnings announcement is x "calendar" days out? My strategies use calendar days, not trading days. For example, scan for stocks whose earnings announcement is 14 days hence, or 7 days ...
0
1
193
asked 4 years ago by Wesley Borden
Category:
Chart Studies
Tags:
I've tried every search on this platform as well as general Googling. Can't seem to find the answer. Does Thinkorswim have the capabilities to show a Linear Regression Channel or Line on a log scale without curving the study? It seems like it takes t...