Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
182
views
asked 6 years ago by
Hi Pete, I'm trying to set up a scan to alert me when the daily volume for a stock (from my watchlist) crosses above 5% of the daily average volume only within the first hour of the trading day.  I was able to make the below scans from your previous ...
0
votes
1
answer
182
views
asked 5 years ago by
Hi Pete,   I use VWMA (vol weighted moving average) with the following code: input length = 30; def vwma = Sum(volume * close, length) / Sum(volume, length); plot Value = vwma;   I am getting an error on this line below: input averageType2 = Typ...
0
votes
1
answer
182
views
asked 5 years ago by
Category: Chart Studies
Hello, I am using a reference to a licensed study "SequenceCounter" to have a horizontal line extended to the right but it only shows at a fixed point. Is there a way to extend the horizontal line to the right? Please see attachment for details and e...
0
votes
1
answer
182
views
asked 4 years ago by
Category: Watch Lists
So i have this great scan that you helped me with https://www.hahn-tech.com/ans/percent-change-since-open-scan-tos/   but TOS has no way to show the actual % change since open in the table. TOS only shows % change since yesterdays close, I want to sh...
0
votes
1
answer
182
views
asked 4 years ago by
Category: Stock Scanners
Hello Pete as you suggested, I'm posting my question here. I’m looking for the the scan where ( 8,21,34,55,89) exponential moving avg are stacking up on each other (it doesn’t matter which one is on top or down), like they are in very tight range. Ta...
1
vote
1
answer
182
views
asked 4 years ago by
Category: Chart Studies
Hello Hahn, How are you? I was wondering if it's possible to create a study that displays the current 1) RSI amount and 2) MACD - Green or Red on the top left of the chart screen and will these values update accordingly throughout the day? I have inc...
0
votes
1
answer
182
views
asked 4 years ago by
http://tos.mx/aWj6VsA Hi Pete, I have tried everything I know to try and get an alert for when the 'color' on this true momentum indicator changes.  Can you please take a look at it. Thanks for everything you do.  
0
votes
3
answers
181
views
asked 6 years ago by
Hey Hahn.. I've searched all of the questions and I couldn't find my right code...Could you tell me the script to create an audible and text alert within my TOS platform when Stochastics FullK crosses below Fulld...with settings  of 5,3,3 Thank you s...
0
votes
1
answer
181
views
asked 6 years ago by
Category: Chart Studies
Hello - I was wondering if you were familiar with any order flow software that is compatible with TOS? Looking for basically a volume footprint chart but that highlights significant levels in order flow; in particular for the Futures market products....
0
votes
0
answers
181
views
Be first to answer!
asked 6 years ago by
Category: Chart Studies
Hi pete is it possible to change this Fib Fans script to always start at LOW and end at HIGH  on this Fibonacci Fans? input price = close; input high = high; input low = low; input onExpansion = Yes; input Coefficient1 = .382; input Coefficient_2 = ....