Questions (2386)

Votes
Answers
Views
Question
0
votes
1
answer
92
views
asked 5 years ago by
Category: Watch Lists
Apparantly I've used up my 19 Custom Quote slots....how do I create additional ones?  Whenever I try to rename one the old just gets rewritten over.  I want to keep old, but make new and more than the 19. Thank ya kindly!
0
votes
1
answer
495
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, i am wondering if thinkorswim can scan stocks on conditons about shares ourstanding, institutional owners, institutional ownership rate, 52 wk relative strength rank, and eps growth....
0
votes
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
I like to look at the average price per bar which divides the bar in half. Is there a way to divide a price bar into four equal parts?
0
votes
1
answer
158
views
asked 5 years ago by
Category: Chart Studies
Hello Again,  Ive been searching for ways to better track my open positions. Ideally, being able to see my entry and % gain or loss of that current position, on the chart. I currently keep track by using the draw line tool, but would really love if s...
0
votes
1
answer
37
views
asked 5 years ago by
Category: Chart Studies
Is there a way to show a label or bubble with the amount of pips between both bands? #Code: input displace = 0; input length = 20; plot LowerBand = Lowest(low[-displace + 1], length); plot UpperBand = Highest(high[-displace + 1], length);
0
votes
1
answer
102
views
asked 5 years ago by
Category: Stock Scanners
I attempted this with the condition icon.  But its not working the way I want. It does show the crosses. but I would like to only show me the crosses that  took place within the last  1 or 2 candles. and not going further back in time.   Thank  ...
0
votes
1
answer
267
views
asked 5 years ago by
Hi Pete, I need help with creating a script that shows a Candle closes above previous high level, indicated by an up arrow on the bottom of the candle. And i also want to be notify with an alert sound- ring. You're the best Thanks.
0
votes
1
answer
139
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I'm not sure if this is possible also. I'm looking for a scan to find the stocks that are trading below the cash value. Here is formula I manually use to check the cash value for the stock but I don't know how to setup a scan to find them. A...
0
votes
1
answer
198
views
asked 5 years ago by
Category: Stock Scanners
Hey Pete!  Don't roast me just yet I've been through all ( I think all) the posts and I cannot find an example of just how to say +/- 2%.  I know I can use this post to find the previous close https://www.hahn-tech.com/ans/gap-to-previous-day-close-s...
1
vote
1
answer
85
views
asked 5 years ago by
Category: Stock Scanners
Hello there Mr. Hahn, I have another very simple request for you. I already found the code to scan for inside bars on your site. What I would like next would be to scan for stocks that close in the upper 40% or lower 40% of the previous bars' range a...