Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
213
views
asked 4 years ago by
Category: Watch Lists
Hello Mr. Hahn, Something I've been searching for but haven't found yet - I'd like to add a column to my watchlists for Relative Volume. Ideally I'd like it to update on the fly, but at a minimum I need it to update on a 1-min basis. What I'm looking...
0
votes
1
answer
141
views
asked 4 years ago by
Category: Stock Scanners
So here is the code i have so far, and i need creating the rest of the criteria   def volumeDollars = Round(volume * hlc3, 0); def newDay = GetDay() <> GetDay()[1]; rec todaysVolumeDollars = if newDay then volumeDollars else todaysVolumeDo...
0
votes
2
answers
396
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete After watching your video on Strategy and semi-auto videos, I wanted to use it to conditionally close a sell order purchased earlier,  if  by the end of the day, the ROC < 50 or  if there was a small profit . I have the following code. I d...
0
votes
1
answer
493
views
asked 4 years ago by
Category: Watch Lists
Hi There...just installed your TTM Watchlist scanner. When I added the entire NYSE stock list the scanner only scans the first 100-150 stocks in the list. It made it to ASPN (alphabetically organized the list) but ever stock after that isn't being sc...
0
votes
1
answer
175
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Just wondering if there is a way to post the premarket high/low as a label and/or lines on the chart without having the premarket candles displayed on the chart?  In other words, the chart is showing the regular trading hours but either disp...
0
votes
1
answer
68
views
asked 4 years ago by
Category: Strategy Guide
Good Evening, I have spent countless hours looking for how to set time parameters for my strategy and I just cannot seem to locate what I need.  I want my strategy to only look at candles starting with the open of the trading day.  As of now my strat...
0
votes
1
answer
74
views
asked 4 years ago by
Category: Stock Scanners
Trying to create a scan with multiple moving averages within 5 % of each other. I thought I would use min and max of each set to do this but cant get it to work. I see min/max is only for two variables. Is there a command that looks at an array of li...
0
votes
1
answer
126
views
asked 4 years ago by
Category: Chart Studies
Hi Peter, Is it possible to plot 2 different symbols on a chart, one atop the other (meaning 2 separate graphs) with different studies applied to each? The tech support at Thinkorswim says no but I find it hard to believe it can't be done particularl...
0
votes
1
answer
145
views
asked 4 years ago by
Category: Stock Scanners
Is it possible to have a scan the puts results on a watchlist but does not remove ticker when criteria from scan is not met? I have a scan that has stocks that move 3-5 days after they meet the criteria from this scan. I would then need to make a new...
1
vote
2
answers
363
views
asked 4 years ago by
Category: Watch Lists
Hello, How would I create a custom column that displays the number of consecutive increasing earnings or decreasing earnings? I was thinking the number of consecutive increasing earnings would be displayed as a positive number and the number of conse...