Questions (864)

Votes
Answers
Views
Question
0
votes
1
answer
136
views
asked 3 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
186
views
asked 3 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 3 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
2
answers
209
views
asked 3 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
311
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
1
answer
189
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
74
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
249
views
asked 3 years ago by
Hey everyone, I am having a bit of a rough time setting up alerts based on the simple moving average. I want my alerts to notify me when the close AND the open is above/below the simple moving average. I used the wizard condition trying to make this ...
0
votes
1
answer
117
views
asked 3 years ago by
Category: Stock Scanners
Hi, Pete I wonder if it is possible to set conditions in a stock scan on TOS, that will not be shown stocks that have undergone a reverse split in history. Thank you and have a wonderful day.
0
votes
2
answers
214
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, thank you for the invaluable information on this site.  Truly priceless. I've watched many of your videos and read a bunch of Q&As and I've tried to get a scan working that will return symbols whose EMA 10 has crossed the 20 and the 50 E...