Questions (2370)

Votes
Answers
Views
Question
0
votes
1
answer
78
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I would like to add a rule to this watchlist code: https://www.hahn-tech.com/ans/colour-the-watchlist-with-if-then/ If the daily bar stays above/below the previous day cross over it turns purple for staying above and Yellow if it stays below...
0
votes
1
answer
196
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, You've been a major help to me with several TTM Squeeze scans - thanks! I now have a TOS WL question that I cannot find a related post on in the forum. Would it be possible to create a column that shows a percentage of how far away the last ...
0
votes
1
answer
320
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, Can you help me on the average Histogram on TTM Squeeze for the past 20 candle bars. I have attached a screenshot, i believe that Histogram number? Example this number current is -15.30, how can i get the average of past 20 bars?   Than...
0
votes
2
answers
233
views
asked 4 years ago by
Category: Watch Lists
Hey again.   I just cant seem to get steady results with  a code you suggested to me for a high/lod of day scan. input withinBars = 10; def newDay = GetDay() <> GetDay()[1]; rec trackHigh = if newDay then high else if high > trackHigh[1] the...
0
votes
1
answer
162
views
asked 4 years ago by
Category: Chart Studies
Hello, is there a way to add a vertical line whenever the Stochastic SlowK crosses the SlowD?
0
votes
1
answer
214
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I have a study that plots a vertical line on the earnings date using the AddVerticalLine() feature. I want to add chart bubble(s) onto the vertical lines displaying the historic volatility (or any info I choose). Is it possible to use AddCha...
0
votes
1
answer
138
views
asked 4 years ago by
Category: Strategy Guide
Hello Pete I had a question on Dailyopen() study, when I included that in a conditional order it shows where the entries are, but when I included that in an order, it doesn’t get executed. Attached is the chart showing order. Is there is any way to b...
0
votes
1
answer
126
views
asked 4 years ago by
Category: Stock Scanners
Hello Again, Im trying to refine the results of a Trend scan I made. Id like to add a condition where price is within 10 3min bars of the days high.  I have a condition that returns how many bars the 20 Ema has been trending up or down and Im hoping ...
0
votes
1
answer
36
views
asked 4 years ago by
Category: Chart Studies
I watch some mutual funds and often TOS won't adjust price for dividends no matter i hit the button under settings/equities that tells it to do just that.  Take ARBIX.  On 12/11/20, it had div of .3172.  I can't get my chart to reflect that div.  ins...
0
votes
1
answer
176
views
asked 4 years ago by
Category: Chart Studies
Hello Pete I had a question on the current bar volume. I read the previous post on the following link, and the solution that was mentioned. Volume is greater than VolumeAvg(“Length” = 20)."VolAvg" * 10 within 20 bars https://www.hahn-tech.com/ans/vol...