Questions (2352)

Votes
Answers
Views
Question
1
vote
1
answer
501
views
asked 4 years ago by
Category: Watch Lists
How to create a list of columns for a watchlist that could be used as "Defaults', in other words get  them available for a watchlist clicking on a button 'Load Defaults' ?
0
votes
1
answer
65
views
asked 4 years ago by
Category: Stock Scanners
Hello again Pete, I have a question regarding a simple scan. Im trying to filter for an uptrend by stating different Sma and vwap be higher than they were X amount of bars ago.   vwap>vwap [x]...    and so forth with a 9 sma and 20 sma, and vwap.....
0
votes
1
answer
125
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I am reviewing the MACD MTF you created in a previous post. The link to the post is: https://www.hahn-tech.com/thinkorswim-mtf-macd-scan/ I am trying to slightly modify the scan to search for MACD MTF signals ONLY when the initial green hist...
0
votes
1
answer
688
views
x
asked 4 years ago by
Category: Watch Lists
x
0
votes
1
answer
262
views
asked 4 years ago by
Category: Chart Studies
Pete, Do you have a method for drawing a 9ema from each of the following time frames onto a single chart? 1 minute chart 9ema 5 minute chart 9ema 15 minute chart 9ema 60 minute chart 9ema Ideally, I would like to have all of these 9ema's charted onto...
0
votes
1
answer
130
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Hope all is safe and well. I am trying to build a scan that filters stock by the ATR where the current ATR(14) is less than 50% of it's one six months high. Many thanks for your time and help. Regards Ali
0
votes
1
answer
526
views
asked 4 years ago by
Hi Hahn, I have a question regarding a script that I need to modify. Its a simple script which plots high and low on different time frames. plot hh = HighestAll(high); plot ll = LowestAll(low); I am trying to add an alert to this script which can ale...
0
votes
1
answer
101
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, Is there a way to create custom watchlist column for the MTF MACD V1?  I would like to have a column that mimics the color of the indicator's zero line.
0
votes
1
answer
56
views
asked 3 years ago by
Category: Chart Studies
Hi Pete! I have included an attachment for your reference. The right image is what I am looking for. It seems like my plot reverse engineer rsi code is incorrect. This is the code I am using for the left image: plot ema20 = movAvgExponential(close, 2...
0
votes
1
answer
94
views
asked 3 years ago by
Category: Watch Lists
Hey Pete, I'm interested in a watchlist column that references the ATR Trailing Stop. What I want is different from what you addressed in this thread: https://www.hahn-tech.com/ans/trailing-stop-alert-column/. Ideally, the column I want would have 3 ...