Questions (2386)

Votes
Answers
Views
Question
0
votes
1
answer
3408
views
asked 7 years ago by
Hi Pete, just wondering how to use aggregationPeriod in different periods. For example, def period= aggregationPeriod.Day; plot a=if(period==1, ATR(length = 14, averageType = "WEIGHTED"), Double.NaN); It seems not working. Thanks.
0
votes
1
answer
1021
views
asked 7 years ago by
Category: Stock Scanners
Hello Hahn, One of the greatest volume studies in thinkorswim is the RelativeVolumeStDev. However, this isn't an option when selecting for scan criteria. Essentially, this scan should work just like the default chart study and pick up data shown in t...
0
votes
2
answers
217
views
asked 7 years ago by
Category: Strategy Guide
Hello Pete Thanks for a quick response to my earlier question; I agree about the title to this post, its more clear now, here is my question. I had an order to buy DQ at break of the high of the day in the paper trade account, but some how the order ...
0
votes
1
answer
172
views
asked 7 years ago by
Category: Stock Scanners
Hello Peter You could help me with a scan to search the universe of shares with the crossing of the zero line of the WilliamsAD indicator. I want you to mark me a signal when the WilliamsAD indicator crosses its zero line. Thank you very much
0
votes
1
answer
231
views
asked 7 years ago by
Category: Chart Studies
Hey Pete, I apologize for the inconvenience and lack of knowledge displayed earlier, but could you great a trendline study connecting the Stochastic Swing Highs and Lows with the settings of 10,3,3 please..thanks!!!
0
votes
1
answer
92
views
asked 7 years ago by
I trade using 400 tick charts using the code below Question: How do I add another condition based on a 5 min timeframe. I only want the alert above to trigger if the closing price is above the 20 EMA on a 5 min chart. If the closing price of the late...
0
votes
0
answers
1515
views
Be first to answer!
asked 7 years ago by
Category: Stock Scanners
Hi, i'm looking for a scanner that can scan for any stock that hit's below the standard deviation channel for the daily and the 5 min 30 day chart.  Is that possible to do?  I've been finding them manually but takes forever.  Would cut off a lot of t...
0
votes
1
answer
794
views
asked 7 years ago by
Category: Stock Scanners
It's probably not possible, but I am looking for a scan that will find instruments with underlying option small bid/ask spreads (less than x bid/ask spreads on underlying options). -Charles
0
votes
1
answer
1242
views
asked 7 years ago by
Category: Stock Scanners
The following was supposed to count the number of bars when close for a day was greater than previous day's close and assign it to a variable called "SumCl.  But when I tried to plot the result on a chart, I get just blank space with no plots.  If I ...
0
votes
0
answers
119
views
Be first to answer!
asked 7 years ago by
Category: Stock Scanners
When I use the code you provided #plot scan = Highest(signalBreakAboveCloud, 3) > 0 and Highest(signalBullishConfirmation, 3) > 0; #plot scan = Highest(signalBreakBelowCloud, 3) > 0 and Highest(signalBearishConfirmation, 3) > 0; The only ...