Votes
Answers
Views
Question
1
3
134
asked 7 years ago by Hanan Marco
Category:
Chart Studies
Hi guys Any idea of how to calculate the price range 4 days ahead after the EMA8 crossing, for all instances in the last year ?
0
2
253
asked 7 years ago by Dana Nussberger
Category:
Stock Scanners
I was watching https://www.hahn-tech.com/thinkorswim-overnight-range-scan-alert/ and had some problems using the scanner. Attachments show the problem I am having with the Overnight Range Scan. I would like to use the scanner to scan stocks in the 20...
0
1
123
asked 7 years ago by juan gomez
Category:
Stock Scanners
Hello, Pete, I apologize a while ago post the question but I see that I'm incomplete. I would like you to help me with the code for a CCI scan 5 periods for when the line leaves the -100 area, and the asset price is above the ATRTrallingStop, ...
0
1
2774
asked 7 years ago by Michael Ray
Category:
Watch Lists
Hello traders, I found this script a while back that attempts to plot the ytd% return on a tos watchlist column, but I keep getting notified of a script error at the bottom. Also trying to make it where above 1% returns are green.... and below -1% re...
1
1
321
asked 7 years ago by TJ D
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
1
434
asked 7 years ago by Barry Smith
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
2
388
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
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
1
3331
asked 7 years ago by jx2012
Category:
Alerts and Notifications
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
1
924
asked 7 years ago by Juan Banderas
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
2
204
asked 7 years ago by Robert Smith
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 ...