Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: edge13
About
User Name: edge13
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, June 1, 2017
Last Visit: Friday, August 18, 2017 2:48:23 PM
Number of Posts: 14
[0.00% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: Question about gap down
Posted: Thursday, August 17, 2017 10:57:46 AM

Great, Thank you StockGuy!

Topic: Question about gap down
Posted: Wednesday, August 16, 2017 10:21:07 PM

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!

Topic: TTM Squeeze and Wave
Posted: Tuesday, August 1, 2017 10:54:57 AM

Can I have a copy, please? Thank you!

Topic: A scan about testing VWAP for a while
Posted: Tuesday, August 1, 2017 10:51:01 AM

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?

Topic: A scan about testing VWAP for a while
Posted: Sunday, July 30, 2017 12:56:18 PM

Hi Bruce,

Thank you for your response!

I don&#39;t very understand, can you show me how to write the formula, please?

Cheers!

Topic: A scan about testing VWAP for a while
Posted: Thursday, July 27, 2017 5:34:02 PM

Hi,

I&#39;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&#39;s a period not a specific time. BTW, I&#39;m using 5mins frame.

Thanks in advance!

Topic: How to find pre market gap?
Posted: Friday, July 21, 2017 12:26:46 AM

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&#39;t know why.

Topic: Relative Volume and Easyscan to Find Consecutive Lower Lows
Posted: Wednesday, July 19, 2017 7:04:57 PM

Maybe I descriped it wrong, I think what I want scan is very common. Please check the pictures.

and

Topic: Relative Volume and Easyscan to Find Consecutive Lower Lows
Posted: Wednesday, July 19, 2017 11:44:32 AM

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&#39;t work, how can I do that please?

Thanks in Advance!

Topic: How to find pre market gap?
Posted: Tuesday, July 18, 2017 8:54:24 PM

Thank you, Bruce!

I&#39;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&#39;s open, if it doesn&#39;t work on pre-market.