Votes
Answers
Views
Question
0
votes
1
answer
318
views
asked 6 years ago by Timothy D. Songster Sr.
Category:
Alerts and Notifications
I have tried several standard deviation channels in the MarketWatch -> StudyAlert. I keep getting the error "no such function" for TTM_LRC, StandardDevChannel, LinearRegChVar, etc and none of them work in MarketWatch -> StudyAlert. I even tried...
0
votes
1
answer
543
views
asked 6 years ago by Justin Madigan
Category:
Stock Scanners
Hi Pete, You were able to code a scan finding the second yellow bar after 2 or more red bars in the TTM Squeeze histogram. Post of reference: https://www.hahn-tech.com/ans/ttm-squeeze-scan-for-second-yellow-bar-after-2-or-more-red-bars/ I tried to sw...
0
votes
1
answer
209
views
asked 6 years ago by kh amin
Category:
Chart Studies
Hello, I am using a reference to a licensed study "SequenceCounter" to have a horizontal line extended to the right but it only shows at a fixed point. Is there a way to extend the horizontal line to the right? Please see attachment for details and e...
0
votes
1
answer
96
views
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
votes
1
answer
111
views
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
votes
1
answer
266
views
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
votes
1
answer
153
views
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
votes
1
answer
321
views
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
votes
1
answer
218
views
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
votes
0
answers
123
views
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