Votes
Answers
Views
Question
0
2
33
asked 7 years ago by Vivek Danielson
Category:
Strategy Guide
how do you study to buy & sell automatic on trade. I have problem with the code to generators to buy and sell on the indicator to do it automatic.
0
1
221
asked 7 years ago by Kim Tim
Category:
Chart Studies
Hi Pete, Please take a look at the code below and attached images. I notices that there're times the scanner is not working correctly (I set it to scan on 15 mins.). RSI is below the centerline (50), but it alerts as above 50. Any bug? Please advise....
0
1
679
asked 7 years ago by Kim Tim
Category:
Chart Studies
Hi Pete, Have you done any study regarding trendlines? Please advise.
0
1
530
asked 7 years ago by Kim Tim
Category:
Stock Scanners
Hi Pete, Using the code below, how do I set up the scanner to alert with sound when price crosses up 50 or crosses down 50 (it must be a fresh cross though to avoid chops). Please advise. declare lower; input length = 14; input price = close; input a...
0
1
727
asked 7 years ago by Stephen Piper
Category:
Chart Studies
Is there a way to get a script i.e. "script foo {}" to actually plot or change the values of a plot? Is there better documentation than the tos site?
0
2
2105
asked 7 years ago by Kim Tim
Category:
Chart Studies
Please see attached file. I can't figure out how to have the same RSI as the attached screenshot. Remove level 70 and 30 and just have it colors when crosses line 50. Please advise. Thank you. Editor's note: The title and URL of this post has been ch...
0
1
98
asked 7 years ago by Mike D'Antonio
Category:
Stock Scanners
Hello Hahn, I am trying to scan for stocks that had a 5% gain and had 200,000 volume on the same day. However, I need to scan for all the stocks that had a 5% on one day and 200,000 volume on that day for the past 3 days. I am having trouble making t...
0
3
183
asked 7 years ago by Marco venegas
Category:
Stock Scanners
Tags:
I am trying to find stocks that have 52-week high MACD levels. Editors note: Video link removed. The video was not required to express the context of the question. If you skip to minute 13 of this video you will see why this scanner should be very he...
0
2
258
asked 7 years ago by Will Yazigi
Category:
Strategy Guide
Hi Pete, I was reviewing the ichimoku strategy, is there a way the change the exit from parabolic SAR to ATR trailing stop? I attached a link to the Ichimoku strategy for reference. https://www.hahn-tech.com/thinkorswim-strategy-ichimoku/ Thank you
0
2
79
asked 7 years ago by Amit
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...