Questions (2350)

Votes
Answers
Views
Question
0
votes
1
answer
106
views
asked 5 years ago by
Hey, I was wondering if it was possible to set an alert when conditions are met from to different time frames. I'm wanting to set an alert when macd crossover up is true on 1 min bars and 5 min bars.
0
votes
1
answer
133
views
asked 5 years ago by
Category: Stock Scanners
hi Pete, I've been struggling with this one for some time now. Many times I'm gathering intraday information and want a cross-reference it against daily data in the past.   An example might be I currently have a chart that gives me the highest p...
0
votes
1
answer
98
views
asked 5 years ago by
Category: Strategy Guide
I have tried to put in the following code into a conditional order and get the following errors. Low Close[1],
0
votes
1
answer
459
views
asked 5 years ago by
Category: Chart Studies
Is it possible to search for all shared scripts for a time period (such as today, or yesterday) on tos.mx?
0
votes
1
answer
106
views
asked 5 years ago by
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
votes
1
answer
306
views
asked 5 years ago by
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
votes
0
answers
110
views
Be first to answer!
asked 5 years ago by
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
votes
1
answer
191
views
asked 5 years ago by
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
1
answer
303
views
asked 5 years ago by
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
133
views
asked 5 years ago by
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...