edge13 |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Thursday, June 1, 2017 |
Friday, August 18, 2017 2:48:23 PM |
14 [0.00% of all post / 0.01 posts per day] |
|
Great, Thank you StockGuy!
|
Hi,
I want to make a scan to find an opening gap down less than 35% of the previous day's range, so, I wrote:
( -1 * (L>H1) + -2 * (H<L1) )<0.35*(H1-L1)
The result is not right, please help!
Cheer!
|
Can I have a copy, please? Thank you!
|
Hi Bruce,
Thank you for your elabrate!
I made a new scan with
L > AVG((O + H + L + C) * V, 4) / 4 / AVGV4
But there are many prices below VWAP in the outcome, why is that?
|
Hi Bruce,
Thank you for your response!
I don't very understand, can you show me how to write the formula, please?
Cheers!
|
Hi,
I'm wonder how to write a PCF about scanning the stocks whose prices testing VWAP after 15mins of opening (means after 9:45am EST) or, a scan for the stocks whose prices are aways above the VWAP after 9:45am, It's a period not a specific time. BTW, I'm using 5mins frame.
Thanks in advance!
|
Thank you Bruce!
As I put it in my EasyScan, can you elabrate the Edit Condition here please? I remember once I chose "Gap Up" with some settings, it showed up all the gap down patterns instead gap up, I don't know why.
|
Maybe I descriped it wrong, I think what I want scan is very common. Please check the pictures.
and
|
Hi Bruce,
I want to make the 4 or more lower lows to be all open < close, I wrote it as:
TrueInRow(L < L1, 4) = 4 AND TrueInRow(O < C, 4) = 4
It seems doesn't work, how can I do that please?
Thanks in Advance!
|
Thank you, Bruce!
I'm looking for a scan for gaps, I found there is a "gappers" preloaded scan, can you elabrate how to use it please? Or, where can I find the instruction on it?
I want to find the gap between previous day close and today's open, if it doesn't work on pre-market.
|
|