Questions (905)

Votes
Answers
Views
Question
0
votes
1
answer
64
views
Category: Chart Studies
Hello,  I need help creating a simple line that draws a horizontal line 100% above the premarket low.   So if the stock premarket low is $2, the line will appear at $4 dollars.   -This line should extend to the right up to 9:30am market ope...
0
votes
1
answer
63
views
Category: Stock Scanners
Hi Pete, can you please make a scan to exclude stocks that are making new 50 day highs.
0
votes
1
answer
63
views
Category: Chart Studies
Hello Pete: Had a question on these following conditions. When i place the condition by itself low crosses below 37.96 It shows at 6:54 it met the condition. But when I combined it with the following condition as one, some how it doesn’t works, can y...
0
votes
1
answer
62
views
Category: Chart Studies
Hi Pete, I have a script that paints a shaded region for 30-50% up from the Previous Close. I would like to limit this line to pre-market hours only. Is this something that can easily be done? Thank you! input percentThresholdTop = 50.0; input percen...
0
votes
1
answer
61
views
Category: Chart Studies
I like to look at the average price per bar which divides the bar in half. Is there a way to divide a price bar into four equal parts?
0
votes
1
answer
61
views
Category: Chart Studies
Getting "Value never assgined to" on  my variables vSignalCandleClose and vSignalCandleStop. What am I doing wrong? #-----MyIndicator-- def vSignalCandleClose;def vSignalCandleStop; def vEMA = MovingAverage(AverageType.EXPONENTIAL, close, 20);de...
0
votes
1
answer
61
views
Category: Watch Lists
Hi Pete, Is it possible to have a R-Squared column to begin calculating each day at 10:00 AM EST then auto update it every X-Time frame I choose? Thanks again!
0
votes
1
answer
61
views
Category: Watch Lists
Need help removing the rows showing INSIDE ORB, value = 0 (color =yellow/gold). Only need to see above and below ORB (yellow and red colors) See attached ORB code and screenshot of ORB watchlist column
0
votes
1
answer
60
views
Category: Stock Scanners
I have a scan I shared with a trading partner, but we are getting different results. The shared scan does not appear to get all the same alerts as I do. Is there a reason for this? If I get 5 alerts for the day, he may only receive three of those. Th...
0
votes
1
answer
60
views
Category: Chart Studies
I would like to know how to add a line to my charts that start at close on 20201231 so I can see that on the chart (just a plain white line) and use in a scan (close at/above or below). The plan would be to update next year for the end of this year. ...