Questions (861)

Votes
Answers
Views
Question
0
votes
1
answer
23
views
asked 3 weeks ago by
Category: Stock Scanners
I need to add a filter to one of my scans that will simply tell me if the MACD value for the prior week is greater than the MACD value for the prior prior week.  In other words, based on the close of the prior week, was the weekly MACD for that week ...
0
votes
1
answer
22
views
asked 1 year ago by
Category: Watch Lists
Hi Pete, Is it possible to have a R-Squared column to begin calculating each day at 10:00 AM EST then auto update it every X-Time frame I choose? Thanks again!
0
votes
1
answer
21
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
20
views
asked 2 months ago by
Category: Strategy Guide
Can we compare multiple FPL in Single Strategy to see which one works better for a particular Stock. Ex, def conditionOne = Average(close, 8) crosses above Average(close, 21); def conditionOneClose = Average(close, 8) crosses below Average(close, 21)...
0
votes
1
answer
20
views
asked 1 month ago by
Category: Strategy Guide
Hey Pete! I was having trouble posting this, so I'm not certain if this is the right section. From your videos, I know recursion is a no-no for Thinkorswim's custom code order conditions. Is there any way to reference today's high of the day without ...
0
votes
1
answer
19
views
asked 3 weeks ago by
Category: Chart Studies
I watch premarket action.  But the volume is low and often non related to after open activity, plus it skews many indicators to vary from their "non extended hours" levels. Is there an easy way to turn on /off extended hours display across all charts...
0
votes
1
answer
15
views
asked 2 weeks ago by
Category: Watch Lists
I need help adding a counter to waveA watchlist code plot waveA = TTM_Wave().Wave1; AssignBackgroundColor(if waveA >= 0 then if waveA > waveA[1] then color.CYAN else color.BLUE else if waveA < waveA[1] then color.RED else color.YELLOW);
0
votes
1
answer
15
views
asked 2 weeks ago by
Category: Stock Scanners
I'm having trouble using the wizard building a scan, rather than doing an EOD scan for Daily above avg (50 period) Vol I would like to add this condition to my scan today looking at yesterdays end of day daily volume. The condition wizard is not work...
0
votes
1
answer
13
views
asked 1 month ago by
Category: Chart Studies
Hey everyone! I am using a chart study on the 1 minute chart (that also shows extended hours trading). I am using the code below to track the highest high but I would like it not to reference the extended hours high. I’ve tried a couple different sol...
0
votes
1
answer
8
views
asked 2 days ago by
Category: Chart Studies
Hey Pete, I am struggling to create a simple chart script that shows the percent change from the premarket low to premarket high (4am-9:29am est) A simple chart label would work fine.   An example ticker to use would be $BOF 4/24/24. Where the v...