Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
235
views
asked 3 years ago by
Category: Chart Studies
I would like to have on my charts the StochasticFull study (80,20) levels and also plot a horizontal line at 50% so it is easy to see when the level is above or below 50%.
0
votes
1
answer
236
views
asked 3 years ago by
Category: Chart Studies
Does anyone know of a way to replicate how Options Profit Calculator shows the value of an option for each day depending on how the stock moved using a Thinkorswim chart study?  Any ideas?   Thanks!  
0
votes
1
answer
95
views
asked 3 years ago by
Category: Stock Scanners
Hi, Thanks for the guides, they are very helpful.   I'm trying to create a basic condition but I have not found a solution to it.   An example of a condition is: Closed price above 50 days high. This means that the high price in each of the...
0
votes
1
answer
83
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I have a slightly complex question I need to set a high-low range of the current day bar that will be in the upper half of the high-low range of the previous day, and vice versa. I have attached a picture for illustration. Thanks for the hel...
0
votes
1
answer
90
views
asked 3 years ago by
Category: Watch Lists
Hi Pete,  Looking to add a date to a watchlist for all the stocks in the watchlist. Show the performance of the stocks in the watchlist from that date forward (I call it a track date and track price which is close of stock on track date). In addition...
0
votes
1
answer
190
views
asked 3 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...
0
votes
1
answer
604
views
asked 3 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
180
views
asked 3 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
2
answers
609
views
asked 3 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
235
views
asked 3 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...