Questions (864)

Votes
Answers
Views
Question
0
votes
1
answer
372
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
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
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
248
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
240
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
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()...
1
vote
1
answer
69
views
asked 4 years ago by
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
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...
1
vote
1
answer
154
views
asked 4 years ago by
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...
0
votes
1
answer
421
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