Questions (2377)

Votes
Answers
Views
Question
0
votes
1
answer
103
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I took the watchlist you gave me & I'm trying to make a scan but b/c the variables are not similar to the plain MACD I'm having trouble w/ it because I don't know how to script them. This is the watchlist you created for me & its per...
0
votes
1
answer
201
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, what i'm trying to basically do is add a clouds to my chart, green cloud for a green bar and red cloud for a red bar.  I want this cloud to stretch from that bar to the right of every inside bar.  I was able to make the script to determine ...
0
votes
1
answer
121
views
asked 4 years ago by
Category: Stock Scanners
There was a recommendation on a youtube video https://www.youtube.com/watch?v=7Wwy58T83W0 by SMB Capital to scan for companies that have wild swings of their option price before earnings.  He showed an example of GOOG where the price was around $3 tw...
0
votes
1
answer
30
views
asked 4 years ago by
Category: Stock Scanners
Hello, As part of a larger scan that I'm running in Thinkorswim, I screen for stocks above their 200-day moving average.  An issue that is occurring is the removal of stocks that meet all the other criteria but don't have 200 days of trading data.  I...
0
votes
1
answer
165
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, I came across a script you created which displays the current bar's impulse color in your watchlist.  Is it possible to also include in the column the number of consecutive bars that have closed with the same color?  Below I have provided th...
0
votes
1
answer
106
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, Thanks for all your help. I’m looking to use overnight ATR for a broader breakout strategy. I have pieced together a code, but I believe because of the way pre/post market is defined it is inconsistent and only works on intraday charts.  Co...
0
votes
1
answer
331
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I came across a custom study on the web which seems to give decent results (for some stocks I follow). I have attached the 4 studies in both .ts and txt format as I am not sure which format you prefer. I use them all in the Price section of ...
0
votes
1
answer
102
views
asked 4 years ago by
Say i do a MovingAvg10 and MovingAvg20 on a 1min chart. How do i calculate how many MA cross-up and MA cross-down in the whole trading session (0930 - 1600hr) ? Addlabel on the chart - Num of Cross-up and Num of Cross-down
0
votes
1
answer
222
views
asked 4 years ago by
I am trying to create an alert that alerts me when the price is crossing the bollingerband (9 length,exponential) on either the upper and/or lower band. This is for forex pairs. I would also liek to ou tthat code into a scan if possble. The code that...
0
votes
1
answer
112
views
asked 5 years ago by
♥ 1
Hi, I'm trying to create a study that indicates 4% above the low of day.  Or 4% below the high of day to a specific stock.  See screenshot attached for example low of day.  LOD is 176.27 as shown in chart.  4% above it is 183.32 (176.27+(176.27*0.04)...