Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
118
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I would like to be able to perform a mobile average scan which indicates that an exponential average of 52 periods is not more than 2% distanced from another exponential average of 79 periods. Thanks Pete
0
votes
1
answer
118
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, can you please make a scan that finds stocks closing over the lower 1 standard deviation at least 3 consecutive times settings would be: num dev dn: -1.0 (this one being the lower standard deviation) num dev up: 1.0 length: 20 day
0
votes
1
answer
118
views
asked 4 years ago by
Category: Stock Scanners
Good evening Pete, I've been getting noise from the previous day's final volume bars (and sometimes after market too) in the volume scan I've been running. So now I'm trying to create a scan that only starts aggregating data at 0700 each day, ignorin...
0
votes
1
answer
118
views
asked 4 years ago by
Thank you!
0
votes
1
answer
118
views
asked 4 years ago by
Hello, was wondering if it's possible to have a script when you're alerted when, for instance the 10 ema goes above the 15 ema but only show triggered when it first occurs and not any preceding days, even if the condition is still true. I know I coul...
1
vote
1
answer
118
views
asked 4 years ago by
Category: Chart Studies
Linear Regression line adjust according to price.  Can you create a script to stop the adjustment at a specific time?  I want it to stop at 7am est.  Thank you! Heres the script from tos: input price = close; plot MiddleLR = InertiaAll(price); def di...
0
votes
1
answer
118
views
asked 3 years ago by
Category: Strategy Guide
Hello. Great resources here. However, I couldn't find a solution for my issue: I built a strategy for backtesting based on a 1hour chart. I need to exit trades within the 1hr candle (intrabar/ on 5min candles for instance). Otherwise, the stop might ...
0
votes
1
answer
118
views
asked 3 years ago by
Category: Chart Studies
♥ 1
I'm requesting an automated horizontal lines drawn on lower chart volume using VolumeRateofChange indicator.  One line is the total volume on a 1day 1min chart from VolROC highest.  The 2nd line is multiplied by 2 from the first line.  "Length" is ch...
0
votes
1
answer
118
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, Please guide me to a scan for a 52 week high occuring intraday. This scan should show securities whose 52 week high was exceeded intraday. Thank you
0
votes
1
answer
118
views
asked 2 years ago by
Category: Strategy Guide
the strat below exits after RSI2 crosses above 50.  instead, i'd like the strategy to exit after a user-specified number of days, 7, for example.  how would you do that?  thanks! input price = close; input length = 2; input rsiAverageType = AverageTy...