Questions (2372)

Votes
Answers
Views
Question
1
vote
2
answers
144
views
asked 7 years ago by
Category: Stock Scanners
Hello Pete, whats the best way to scan for stocks that have the following criteria:- Avg. open price for the last 30 days is .30 cents of the Avg. close price. for example . in the last 30 days , the Avg. open price is $15.20 and Avg. close price is ...
0
votes
2
answers
743
views
Hi, i'm going to try this here since I've posted everywhere with no luck.  Was wondering if it was possible to receive a text alert when the chart makes a new high or a new low on a specific time frame.  I've provided an example.  It would make my li...
0
votes
2
answers
733
views
asked 7 years ago by
Category: Watch Lists
I am trying to make the TTM_ScalperAlert more apparent in my watchlist when it fires. This is what I am running, def AlertSig = if (ttm_ScalperAlert().pivotlow[3]) then 1 else 0; #def AlertSig = if (ttm_ScalperAlert().pivotHigh[3]) then 1 else 0; plo...
0
votes
1
answer
393
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
374
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
430
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
198
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
492
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
661
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
529
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...