Votes
Answers
Views
Question
0
votes
2
answers
764
views
asked 8 years ago by Mike Dedmonton
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
405
views
asked 8 years ago by Kim Tim
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
393
views
asked 8 years ago by Paras Shrestha
Category:
Alerts and Notifications
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
438
views
asked 8 years ago by Simon Ang
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
201
views
asked 8 years ago by TJ D
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
519
views
asked 8 years ago by Kim Tim
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
693
views
asked 8 years ago by Kim Tim
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
544
views
asked 8 years ago by Sierra Golf
Category:
Alerts and Notifications
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
1008
views
asked 8 years ago by xxxxrrrr345
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
2436
views
asked 8 years ago by StockTrader
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...