Votes
Answers
Views
Question
0
1
92
asked 6 years ago by nick bean
Category:
Alerts and Notifications
Is it possible to set an alert when rsi is greater than 50 and macd is greater than 0 and the time is not _ _:_4? or _ _: _9? Thanks for your time and help!
0
1
106
asked 6 years ago by Craig Habermehl
Category:
Chart Studies
Hi Pete I was hoping to get an alert added to the LRC code if the price action crosses the upper or lower 2 deviation line... input price = CLOSE; input length = 38; input beginDate = 0; input beginTime = 0; input numDevDn1 = -1.0; input numDe...
0
1
240
asked 6 years ago by Ben Sherman
Category:
Chart Studies
Hello! I am new to thinkscript and I am having trouble finding a solution for this. My question is whether or not it is possible to display this value as a % value in the bubble. The bubble displays the gain from the day's open to the day's high. The...
0
1
145
asked 6 years ago by CAROL W PFARR
Category:
Alerts and Notifications
Hi Pete, I truly appreciate all you do for the trading community. I have several alerts that I use for my watchlist, but the issue with the existing code is the use of 'def ' . The alert only happens one time per day instead of every time the con...
0
1
315
asked 6 years ago by kh amin
Category:
Stock Scanners
Hello, I am trying to code a scan based on built-in study "SequnceCounter" but I am getting error "Folding:integer 'to' is expected. Nan". Please check attachment for details. Is there a way to avoid this error and use it in the scan? Thanks in advan...
0
1
213
asked 6 years ago by GJB Webtech Inc
Category:
Stock Scanners
HI i have this study.... how can i convert this into scan, i have seen your video, but problem with this it has script in it and without plot i think we cannot use script and scan donot allow 2 plots, script OpenRange { input ORtime = 5; def FirstBar...
0
0
117
Be first to answer!
asked 6 years ago by TexasJohn JATrading
Category:
Strategy Guide
Would this be considered thinkscript for a key reversal low from 2 bars ago is less than low from 3 bars ago and low from 1 bars ago is less than low from 2 bars ago and close is greater than close from 1 bars ago
0
1
331
asked 6 years ago by Juan Banderas
Category:
Stock Scanners
Hello Pete, So below I have provided the code for a chart label that counts the amount of time a stock has spiked in the past (aka a former runner). My question is, how can we turn this into scan criteria. When using this scanner, I only want ...
0
1
123
asked 6 years ago by Steve Peterson
Category:
Chart Studies
Hello Pete - thank you so much for all the great info provided here! I would like to obtain the code for a presumably simple study - (EMA+SMA)/2. The user would need to be able to enter the EMA and SMA values, and select line weight, style, color, ...
0
1
505
asked 6 years ago by J G
Category:
Chart Studies
Is it possible to search for all shared scripts for a time period (such as today, or yesterday) on tos.mx?