Votes
Answers
Views
Question
0
votes
1
answer
382
views
asked 5 years ago by Thien Kai Wei
Category:
Chart Studies
Hi, I'm need to compare the close against three different Exponential Moving Averages (EMA) to alert me of a buying or selling opportunity. For example, I have the following: Close: 35.98 EMA20: 35.56 I find the difference between the close and the E...
0
votes
1
answer
745
views
asked 5 years ago by Matthew Zikry
Category:
Stock Scanners
Hi Pete, Fold loops in TOS can be a pain to work with, but here's what I'm dealing with. Problem: Looking to assign multiple variables upon successful condition within for loop Example Scan: The below scan finds a day in the past year that had 5x the...
0
votes
1
answer
571
views
asked 5 years ago by Matthew Zikry
Category:
Stock Scanners
Hi Pete, Thanks for the wealth of knowledge on your site. I've been struggling to find a solution for this for some time, so I thought to ask. When creating a custom study scan, I would like the ability to have input fields accessible to the user wit...
0
votes
1
answer
211
views
asked 5 years ago by Paul Y
Category:
Stock Scanners
Hi Pete, I see you have this Weis Wave indicator,https://www.hahn-tech.com/ans/weis-waive-indicator/. I'd like to know if you can convert it to a scanner either up volume or down volume. I've tried it, but I got an error, "script run time error: Too...
0
votes
1
answer
122
views
asked 5 years ago by Nathan Ngindu
Category:
Stock Scanners
Hello, I want to run my scan in the last 10min of the close market. Aslo a scan in le first 10min of the open market. I will use unusual volume predefine scan from TOS.
0
votes
1
answer
204
views
asked 5 years ago by Todd Manger
Category:
Strategy Guide
I was looking for help understanding the default Donchian Strategy Script in TOS: Specifically what the atrFactor and atrStopFactor represent or are designed to do. input entryLength = 40; input exitLength = 15; input atrLength = 20; input atrFactor...
0
votes
1
answer
87
views
asked 5 years ago by Cc W
Category:
Chart Studies
I do hope my title is sufficient Hi again, I have another question pertaining to my signal line, which is based on various EMA’s here’s a condition that could trigger the signal line to be “Green” def LongP = close > exp34; Signal line color valu...
0
votes
1
answer
509
views
asked 5 years ago by mulcher93
Category:
Alerts and Notifications
Previous post: "https://www.hahn-tech.com/ans/custom-sound-for-the-alerts/" I followed your steps just fine, but I don't see how I acually upload the sound file into the custom sounds. Any help would be much appreciated . thanks for what you do. ...
0
votes
1
answer
101
views
asked 5 years ago by Master Chief
Category:
Chart Studies
Hi I would like to request a chart study that would plot 1 down arrow on top of the first 1Hour bar when CurrentClose < CurrentOpen and show in the last 30 days. I have attached an example below. Thank you
0
votes
1
answer
75
views
asked 5 years ago by Mike DAntonio
Category:
Chart Studies
Hey everyone! I made a post recently titled Display time between bars . While it works great, there is a major error. The time between bars is only plotted if there is an actual trade at the current time. Let's say we are on a 1 minute chart and the...