- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
votes
1
answer
259
views
asked 8 years ago by Wayne D. Akins, Sr.
Category:
Stock Scanners
Tags:
Hello, My name is Wayne. I have no programming experience but I am interested in learning. How do I begin to build a scanner that scans for stocks that: have a 10% or more rise in a month have 8 or more years of available data have risen 10% or mo...
0
votes
1
answer
3032
views
asked 8 years ago by EBbVirtual
Category:
Stock Scanners
Hi All, First, came across this site today and you have great stuff here Peter! Your ADX DMI watchlist for TOS hack is an awesome visualization that will help narrow down my search of stocks scanned nightly. Which brings me to my TOS scan question: a...
0
votes
2
answers
267
views
asked 8 years ago by Ronald Vaughn
Category:
Stock Scanners
How to target or filter scans with a specific time period filter. For example I would like to use your previous code you provided me input xPercent = 10.0; def percentChange = 100 * (close / close[1] - 1); plot scan = AbsValue(percentChange) > xPe...
0
votes
1
answer
127
views
asked 8 years ago by Ronald Vaughn
Category:
Stock Scanners
How to write this as an expression; Current bar is X% greater or lesser than previous bar. With x being an adjustable input. The motive behind this is to "Plot Scan" and assign price color to the bar if the expression is true. Thanks again ...
0
votes
1
answer
604
views
asked 8 years ago by juan gomez
Category:
Stock Scanners
Hello Pete, my name is Juan. I would like to have a scan based on the crosses of the aroon indicator lines, for a timeframe Daily and Week. thanks for your help
0
votes
7
answers
980
views
asked 8 years ago by Yeltsin chapina
Category:
Stock Scanners
I want to build a scan that has these parameters time,how many consecutive bars,positive to negative negative to positive.
0
votes
2
answers
80
views
asked 8 years ago by Mike Dedmonton
Category:
Stock Scanners
I was going to scan to make sure that there is positive moneyflow into a stock. I try and go def price = close; def MoneyTotal= MoneyFlow(price); The compiler complains no default value for "low" and no default value for "volume". I tried MoneyFlow(p...
0
votes
1
answer
250
views
asked 8 years ago by Gregory Nussberger
Category:
Stock Scanners
Hi Pete, Thank you so much for your wonderful scanners and videos. I am using a modified version of your Ichimoku BWC scanner. I would like to scan for when the white (Chikou) trailing line is moving up and breaking through the cloud (bullish) 26 per...
1
vote
1
answer
1648
views
asked 8 years ago by A. D. Whitsett
Category:
Stock Scanners
Tags:
Hello, I am trying to convert this TC2000 scan I use for a 4% breakout scan to be used in the Think Or Swim scanner. Can you take a look at this and let me know what I am doing wrong and need to change? PCF: C >= AVGC10 + (0.8) * SQR((((C - AVGC10...
0
votes
1
answer
108
views
asked 8 years ago by Raghuvardhan Reddy katta
Category:
Stock Scanners
I am new to thinkorswim. I set up alerts for some stocks.I am trying to create a column which shows % difference between my alert price and current price is it possible ? How the alerts are saved ? Can I create custom column in alerts section. Thanks...