Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
269
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, In a previous post you created a script that colors the watchlist column to match the current color of the TTM Trend.  Are you able to also add the consecutive bar count which will show how many consecutive bars have been painted as red or b...
0
votes
1
answer
420
views
asked 4 years ago by
Category: Chart Studies
I want help in adding code to TPO studie to view Total TPO count in profile thinkorswim Total TPO count equal to sum of all horizontalrow value (sum of all tpo) https://ibb.co/J7N89BV like this one https://ibb.co/r6rh25D
0
votes
1
answer
45
views
asked 4 years ago by
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...
0
votes
1
answer
255
views
asked 4 years ago by
Category: Strategy Guide
♥ 1
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()...
0
votes
1
answer
239
views
asked 4 years ago by
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
votes
1
answer
245
views
asked 4 years ago by
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
votes
1
answer
42
views
asked 4 years ago by
Category: Watch Lists
♥ 1
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
votes
1
answer
48
views
asked 4 years ago by
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
votes
1
answer
370
views
asked 4 years ago by
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
votes
1
answer
250
views
asked 4 years ago by
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...