Questions (2349)

Votes
Answers
Views
Question
1
vote
1
answer
305
views
asked 6 years ago by
Category: Stock Scanners
Hello Pete, Hope all is well. Can you please help write a code for a scan for the stocks with the following criteria: O = Open H = High C= Close L= Low In a matter of 25 trading days, There is only up to 2.48% difference between O and H and There is ...
0
votes
1
answer
412
views
asked 6 years ago by
Category: Chart Studies
Pete - I'm trying to create a label that shows "Long" in color green if the exponential moving average with a length of 5 (EMA5) is above the exponential moving average with a length of 21 (EMA 21) or "Short" and color red if the converse is true. Wh...
1
vote
2
answers
304
views
asked 6 years ago by
I find that time sneaks up on me during the day. The market acts differently near the close. I want to change the background color from 15:45 to 16:15 so that it is a visual reminder to me. How do I do that?
0
votes
1
answer
3196
views
asked 6 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
771
views
asked 6 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 sho...
0
votes
2
answers
174
views
asked 6 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
158
views
asked 6 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
213
views
asked 6 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
67
views
asked 6 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
1448
views
Be first to answer!
asked 6 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...