Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
384
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, How to translate the attached MetaStock code to thinkscript scanner? Thanks! Editors Note: The title of this post has been changed to better reflect the context of the question. This makes it easier for others to search for a locate the solu...
0
votes
1
answer
344
views
asked 7 years ago by
Hi Hahn, I found below thinkorswim script on website. — input price = close; input Shorter_Time = 10; input Longer_Time = 21; Def difference = average(data = price[1], length = Longer_Time) – average(data = price[1], length = Shorter_Time); plot time...
0
votes
1
answer
417
views
asked 7 years ago by
Category: Chart Studies
Hi guys.. There is a study in TOS, volume profile. is there anyway to create another study base on it to show previous day on current day chart? so far have been unsucessful.   Thank you!
1
vote
1
answer
191
views
asked 7 years ago by
Category: Watch Lists
Is there a way in TOS to tell quickly what industry and sector a certain stock is from ? Editor's note: The title and URL of this post has been changed to better reflect the context of the question. It has also been moved out of the FAQ's and into th...
0
votes
1
answer
470
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, Please translate below TC2000 scan to specifically search for Pop-Out-Of-The-Box-Patterns: MAXC4 > (MINC20.4 * 1.12) AND C > (MAXC20.4 * 0.98) AND ( ((MAXC4 < MINC4 * 1.015) OR (MAXH4 < MINH4 * 1.015) ) AND ((MAXO4 < MINO4 * 1...
0
votes
2
answers
620
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, How to scan for stocks that have 34 EMA Trending Up 20 Days? I tried to set up using default study filter on TOS, but they don't have that condition. Thanks!
0
votes
3
answers
510
views
asked 7 years ago by
Hi Pete, I have a general question.  I tried searching through the other posts but couldn't find anything similar. I followed your video and built an alert from a custom scan.  My scan is to look for stocks where 1) the daily stochastic crosses above...
0
votes
1
answer
984
views
asked 7 years ago by
Category: Stock Scanners
hi i am wondering if u could kindly post a simple code for the following scan: price is below the VWAP and then the candlestick crosses the vwap and then price trades above the vwap. your help is very much appreciated. thank you
1
vote
2
answers
2292
views
asked 7 years ago by
Category: Strategy Guide
Hi Pete and All, i have a custom study that generates buy and sell signals based on Rsi and MACD and EMAs my problem is when i create an order and Reference the study when the Buy singal is true the order goes off ok the first time and the trade is a...
0
votes
1
answer
99
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, Last week I used your TTM scanner histogram Watchlist and it worked perfectly, but this week TOS is giving errors on the codes for both the histogram and the dots. Please see the attachment for the errors. Have the Thinkorswim team changed s...