Votes
Answers
Views
Question
0
votes
1
answer
2812
views
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
vote
1
answer
328
views
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
votes
1
answer
440
views
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
vote
2
answers
406
views
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
votes
1
answer
3377
views
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
votes
1
answer
991
views
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
votes
2
answers
214
views
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 ...
0
votes
1
answer
168
views
asked 7 years ago by juan gomez
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
230
views
asked 7 years ago by Taurean Atkinson
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
89
views
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
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...