Questions (859)

Votes
Answers
Views
Question
0
votes
1
answer
119
views
asked 6 years ago by
Category: Watch Lists
Hello Hahn,   I wanted to know if you could create a watch-list column that captures the previous days %change. This will be very helpful to quickly see if a stock has the ability for continuation. The second part of this request is to create a ...
0
votes
1
answer
119
views
asked 6 years ago by
Category: Stock Scanners
♥ 1
Hello Hahn, Can you please creation a scan condition that looks for stocks whose close price on the day is ateast 50% away from its high price on the day? Visually this would show a candle with a long wick. I tried to do this in condition wizard but ...
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...
0
votes
1
answer
117
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
117
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
117
views
asked 2 years ago by
Category: Watch Lists
Price to Text label field   Hello Pete,  I wanted to know if it was possible to have a code that displays a color text label RED (NEGATIVE) , GREEN (POSITIVE) instead of price? Ex. if data < 1.00 then "NEGATIVE" else "POSITIVE" I've been...
0
votes
1
answer
117
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, I have some code for a chart label that isn't calculating the sum total correctly for the "number of trades on the day" . The code seems to only be counting for the current 1-minute bar.   I would like it to take the the sum total of...
0
votes
1
answer
116
views
asked 4 years ago by
Thank you!
0
votes
1
answer
116
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
116
views
asked 3 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...