Votes
Answers
Views
Question
0
2
263
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
181
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
247
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
149
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
136
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 ...
0
1
49
asked 4 years ago by Erik Linter
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
1
193
asked 4 years ago by Robert Smith
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...
0
1
73
asked 4 years ago by Frank Fero
Category:
Stock Scanners
Tags:
Hi Pete, I'm able to scan for earnings coming up in the week, it is possible to calculate the $(dollar move) they made in their previous earnings two days prior to the announcement to the announcement day (BMO or AMC), so BMO would include the day of...
0
1
110
asked 4 years ago by Erik Linter
Category:
Watch Lists
see attached study. currently returns a price number. i'd much prefer a number indicating periods since last buy/sell change. tried to do it on my own, using code of yours i found, but failed. can you help? would have put code here but it exceeds...
0
1
336
asked 4 years ago by [email protected]
Category:
Stock Scanners
Hi Pete I was wondering if you can build a scanner to search for Cup and handle formation based on the attached files definition. It is from IBD website and something that has been tried and tested. Many thanks