Votes
Answers
Views
Question
0
1
145
asked 4 years ago by Yedidya Aberjel
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
1
275
asked 4 years ago by Albert van Zeijl
Category:
Alerts and Notifications
Tags:
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
1
79
asked 4 years ago by Frank Fero
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
1
196
asked 4 years ago by Nick
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
1
325
asked 4 years ago by Jin Lin
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
2
242
asked 4 years ago by Eric Hughes
Category:
Watch Lists
Tags:
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
1
168
asked 4 years ago by Isaac Sarris
Category:
Chart Studies
Tags:
Hello, is there a way to add a vertical line whenever the Stochastic SlowK crosses the SlowD?
0
1
223
asked 4 years ago by Michael Ray
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
1
139
asked 4 years ago by Robert Smith
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
1
127
asked 4 years ago by Eric Hughes
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 ...