Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
66
views
asked 5 years ago by
Category: Stock Scanners
What determines number of aggregation periods used in a scan using a script? For example, if a custom script has selected  daily "D", how many days data will be scanned? A related question: Does the scanning script run from earliest period to the mos...
0
votes
1
answer
72
views
asked 5 years ago by
Category: Stock Scanners
Hi, First thank you for your very informative videos. I would like your help in creating a scan for stocks within 1 to 10% below their 52-week high. And a separate but similar scan for stocks within 5 to 10% above their 52-week Low. Thank you.  
0
votes
1
answer
81
views
asked 5 years ago by
Category: Chart Studies
Hello,   I am referencing values from the ProbabilityOfExpiringCone study. <pre> plot UpProbExp = reference ProbabilityOfExpiringCone(period = 5, prob_range = 80).UpProbExp; plot DownProbExp = reference ProbabilityOfExpiringCone(period = 5...
0
votes
1
answer
186
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, I would like a custom column showing the closing price of a bar at X time. Example: showing the closing price of the first 30 min, hourly bar or whatever time frame I choose. Thank you
0
votes
1
answer
283
views
asked 5 years ago by
Category: Watch Lists
Pete, Could you add an audible alert for a cross of the fast and slow KST study in TOS... Thanks....Glad your doing well...God Bless   declare lower; #--Input variables input rocLength1 = 10; input rocLength2 = 15; input rocLength3 = 20; input r...
0
votes
1
answer
345
views
asked 5 years ago by
Category: Chart Studies
I have a code that shows specific time frames (default 1:30 and 2:00) and I'd like to add a 1:30 opening candle print line and a 2:00 opening candle print line. If the 1:30 can be red and the 2:00 can be yellow to match the cloud. Can this be added t...
0
votes
1
answer
479
views
asked 5 years ago by
Category: Chart Studies
I have the script attached and basically it should have relative comment lines in it for you.  It\'s an attempt to get as good as it can get using the TOS data block feeds to determine the amt of buy volume versus sell volume.  It\'s my code btw. The...
0
votes
1
answer
130
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm setting up two TOS scans using the codes below (long and short), but it keeps giving errors. Please help to fix. Thank you! EMA BREAKOUT LONG high is less than high from 1 bars ago and low is greater than low from 1 bars ago and high fro...
0
votes
1
answer
154
views
asked 5 years ago by
Category: Stock Scanners
Is it possible to have a scan for intraday charts? For example, I'd like to periodically run a scan which selects stocks that have had three successive higher closes within the last few bars (1 minute, 5 minutes, etc) so I can take quick buy/sell act...
0
votes
1
answer
244
views
asked 5 years ago by
In Sierra chart we can use range per bar -True (in ticks) for intraday charts. These charts are of course not time based but based on range of the bar. The time of each bar varies based on activity and volatility. I want to know when the time between...