Questions (2351)

Votes
Answers
Views
Question
0
votes
0
answers
56
views
Be first to answer!
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I am looking to find the stocks whose low happened in the last 9-12 months and high happened in the last 30 days example: today is 2/10/2019, so low should have occurred around 2/10/2018-4/10-2018 and high should in 1/10/2019-2/10-2019 on a ...
0
votes
1
answer
56
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
56
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I am in need of a script which displays some labels right after Nymex opens at 9 am EST as per below if the conditions are met. 1 – If Nymex Open is >= previuos day pit close then label as Nymex Open>P.Day Pit Close 2- If Nymex Open is...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Hello, Trying to figure out how to force studies to aggregate data only using real trading hours. I cannot find a clear answer on this site or in the Google-verse. Everytime I try the below script, which looks like it should work it only plots the va...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Is it possible to add a Study to a chart which creates a Label Indicating whether a Symbol is intersecting with a List. Basically I have 2 watchlists updated after every earnings season - EPS Beats and EPS Misss. The Label in the study would print ou...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Stock Scanners
Hello, I was wondering if there is a way to scan stocks from a personal or public watchlist like SP500 as they hit the following criterion. Yesterday's low is below today's low and today's low is below yesterday's low todays low is also below the low...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Hello, I wanted to know if you could help me create a study that highlights rows in scanner/watchlist IF: the %change on the day is greater THEN: 30% highlight row to yellow
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! I have included an attachment for your reference. The right image is what I am looking for. It seems like my plot reverse engineer rsi code is incorrect. This is the code I am using for the left image: plot ema20 = movAvgExponential(close, 2...
0
votes
1
answer
56
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I need to add a condition in the scanner 1- The first 1 minute 930 AM est candle's open is either equal to low or low of that candle is not lesser than 0.5% from the open and that first minute candle has a minimum volume of 1M 2- The first m...
0
votes
1
answer
56
views
asked 2 years ago by
Category: Chart Studies
Hi, Is it possible to plot the volume value at POC? Eg if POC is $40.2 and 200,000 shares were traded, I want to plot 200,000. Thanks, Prakash