Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
112
views
asked 6 years ago by
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
563
views
asked 6 years ago by
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
871
views
asked 6 years ago by
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
61
views
asked 6 years ago by
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
223
views
asked 6 years ago by
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
1427
views
asked 7 years ago by
Category: Stock Scanners
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
99
views
asked 7 years ago by
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...
0
votes
1
answer
123
views
asked 7 years ago by
Category: Stock Scanners
In setting up in accord with your guide, I find that the values reported from hourly charts are not being correctly stated in the hourly column in the watchlist. The values are ok with respect to the other columns for weekly and daily charts. Any ide...
0
votes
2
answers
137
views
asked 7 years ago by
Category: Stock Scanners
Thinkscript seems so flexible yet I can never seem to make much headway on an idea (thankfully Pete is here guiding the way a bit) .  just the basic logic for a scan where price is crossing a level would be so useful, yet I can't figure out how to st...
0
votes
4
answers
1746
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete!  I'm trying to run a Gap down scan on TOS with the same format that Barchart offers.  I know that i can find the gap downs on TOS but i'm trying to find the size of the gap and can't seem to find it when i run it on TOS.  Can you please help...