Questions (2343)

Votes
Answers
Views
Question
0
votes
2
answers
64
views
asked 7 years ago by
Category: Watch Lists
Hello, Peter. I watched your video and tried to get this code to work.  I just want it to show on the watchlist "red for valid" or "black for not valid."  Not sure what I am doing wrong here as I keep getting an error.  Thanks in advance! DMA("displa...
0
votes
5
answers
2039
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, just wonder how to define a price for a previous date. Thanks!
0
votes
1
answer
136
views
asked 7 years ago by
Category: Chart Studies
Hello, here is my code: plot edArrow = if energy > 450 and volume > 200000 then energy else Double.NaN; This is on my indicator (which is not a lower study). The problem is that the arrow plots on my volume bar and I want to plot it under my ca...
0
votes
2
answers
355
views
asked 7 years ago by
Category: Chart Studies
Hello Hahn, Real big fan of the site. A lot of the material here has helped me in trading immensely. I've recently run into an issue coding a study using RSI, which I plan to eventually turn into a strategy. Hoping that you might be able to extend me...
0
votes
2
answers
163
views
asked 7 years ago by
Category: Strategy Guide
So I am not sure if this can be done but I have Full time job and cant always get into trades from my alerts. I currently trade Forex, crude oil and nat gas off the ichimoku. I would love to be able to enter a trade at the alert(Chart alerts and scan...
0
votes
1
answer
107
views
asked 7 years ago by
Category: Watch Lists
Pete You recently wrote me code to color the background color of watch list based on MACD.  The settings I use are 5,10,6 For a while now I have notice that many times the background color does not match the settings. I cannot figure out why.  Many t...
0
votes
1
answer
158
views
asked 7 years ago by
Category: Chart Studies
I was wondering if there is a way to overlay a higher time frame chart over a smaller one.  So could I overlay a 1 hour chart over a 15 minute chart?  Not technically over it because I need to see both but you get what I mean.  Or could I plot highs ...
0
votes
1
answer
706
views
asked 7 years ago by
Hi Hanh, using your TTM Trend sound alert as https://www.hahn-tech.com/thinkorswim-alert-ttm-trend/ will not make the price bars being painted red blue, even though i have changed your line 4 from DEF upTrend = TTM_Trend(compBars, paintBars).TrendUp;...
0
votes
4
answers
997
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, Giving by the topic, I assume you know the headaches involved in my question.  However, I think I am able to answer some of your questions & also found a study online that partially works, but need your help translating it.  Ill try to a...
0
votes
2
answers
344
views
asked 7 years ago by
Category: Stock Scanners
I have this chart indicator that I would like to turn into a scan. Based on your previous answer I changed the "Plot" to "Def" and removed references to colors. But when I run Scan the screen is blank and no stocks show up. I am looking to add a Scan...