Questions (2370)

Votes
Answers
Views
Question
0
votes
1
answer
84
views
asked 4 years ago by
Category: Watch Lists
I want a column in the watchlist that subtracts the bid from the ask to return a number so we can predict the slippage at that moment. this is very useful for stocks that are spready, the bid/ask is very wide and you are timing that moment when the b...
0
votes
1
answer
50
views
asked 4 years ago by
Category: Chart Studies
Hi, I've got an issue with arrows on price bars overlapping when plots overlap. is there a way to have the arrows plot on top of each other so that I can see the different plots that are true on that bar..... below is 2 plots of 8 that I have that I ...
0
votes
1
answer
152
views
asked 4 years ago by
Category: Watch Lists
Hey everyone!   I have a watchlist full of different options tickers and I am using a custom column for this watchlist. The problem is that the watchlist only updates when a trade occurs on the underlying option. How can I make it so that the sc...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Watch Lists
I need to see in my watchlist, which stocks are trading on NASDAQ, NYSE, and OTC this way I can avoid the OTC stocks as they charge a commission, are illiquid, have restricted hours. they are less desirable stocks to trade. especially when scalping a...
1
vote
1
answer
375
views
asked 4 years ago by
Category: Chart Studies
A viewer asks: How can I create a lower chart study similar to what you provided in the following video: https://www.hahn-tech.com/thinkorswim-scan-ttm-squeeze-histogram/ Except that I would like to add another rule for the color of the squeeze dot t...
0
votes
1
answer
252
views
asked 4 years ago by
Category: Chart Studies
Hi Pete. I’m trying to color candles based on consecutive bars above or below a selected moving average. I’m attempting to do this with a selectable user input option for number of bars above/below. In the attached example script, I’m using 5 bars ab...
0
votes
2
answers
669
views
asked 4 years ago by
Pete, can you help me update the code from the TTM Squeeze alert you created (https://www.youtube.com/watch?v=GTyq_hLM_mc&t=1s). I want the alert to only trigger when the TTM Squeeze dot is green? Currently I’m using the following thinkscript for...
0
votes
1
answer
183
views
asked 4 years ago by
Category: Stock Scanners
Is it possible to create a scan for Put credit spreads with the short at XX (i.e., -0.20) delta, and the long X (i.e., 5) points below the short, that will find spreads with a Return on Risk ($X-credit received) > 10%. I will then use filters to s...
0
votes
1
answer
643
views
asked 4 years ago by
Category: Chart Studies
In TOS I would like to have a Pre-Market Relative Volume indicator for past a any period "n" periods or at the very least indicate Unusual Volume Activity for any "n" periods. As well as the a Watchlist Column for the indicator. Thank you in advance ...
0
votes
1
answer
213
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I'm referencing the solution you provided previously for a scan .. input fastLength = 12; input slowLength = 26; input MACDLength = 9; input lookBack = 60; input averageType = AverageType.EXPONENTIAL; def Value = MovingAverage(averageType, c...