Votes
Answers
Views
Question
0
1
272
asked 4 years ago by stock
Category:
Stock Scanners
Hi Mr. Hahn. how can I set up a scanner using MACD ( fast =5) (slow=20)(length=15) exponential. therefor on up signal I get an alert and also on a watchlist I get a color coded when it turns green(up) or when it turns red(down). thank you for all you...
0
1
420
asked 4 years ago by Tuan Pham
Category:
Stock Scanners
Hi Pete, Is there a way to scan for the highest/lowest difference between a Call & Put Sizzle? Also, is there a way to have a custom column showing the same? Thanks again!
0
1
52
asked 4 years ago by Ian Dooda
Category:
Chart Studies
Is it possible to create a study that includes horizontal lines that you can click on and drag? Obviously, you can use drawings instead. But my study involves calculations based on these lines. So, I'd like to be able to drag the lines to the locatio...
0
1
45
looking for a custom col to plot the percent change of the difference between di plus and di minus from 5 days ago to today. so if the di plus was 20 and the di minus was 10 and 5 days later the di plus was 30 and the di minus was 15 the column would...
0
1
297
asked 4 years ago by Brian Conrey
Category:
Stock Scanners
Hello Pete I am trying to create a scan that will only show "new" stocks in the last 5 mins that crossed the VWAP. If they are crossed more than 10 or 15 mins ago above i dont want them to show (ie: false). It is giving me an error when i...
0
1
282
asked 4 years ago by Andrew M
Category:
Chart Studies
Pete, First off, thank you for all you do. This site is a great resource. Question about referencing other symbols within TPO or volume profile study. I have tried to reference other symbols but the profile function doesnt seem to want ...
0
1
271
I am trying to create a conditional order based off this https://usethinkscript.com/threads/bollinger-bands-and-stochastic-scalping-indicator-for-thinkorswim.6/ ----- input tradeSize = 100; def signal = close is less than or equal to BollingerBands()...
1
1
79
asked 4 years ago by Jacky Hsieh
Category:
Chart Studies
Hi all, I have a code that checks every bar and display up/down arrow when price crosses EMA. I only want it to show the last two instances instead of every candle on the chart because it is too messy to look at during market hours. What can I add to...
0
1
63
asked 4 years ago by Cc W
Category:
Chart Studies
Hi, is there anyway to fix the plotted line so it's either not showing the day from 2 days ago or removing the angled portion of it? I think the screenshot should help =====code============= input aggregationPeriod = AggregationPeriod.DAY; input leng...
1
1
178
asked 4 years ago by Erik Linter
Category:
Alerts and Notifications
I'm trying to set an alert that's equivalent to a trailing-stop order. I found this study elsewhere but I'm not sure it's doing what I want, so I thought I'd ask you for your opinion. input Period = 12; input Price = close; def HP = Highest(Price,Pe...