Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Volume,Ema,RSI scan Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
j007rmc
Posted : Wednesday, February 6, 2013 9:02:50 AM
Registered User
Joined: 12/27/2012
Posts: 13

Hello Bruce and good morning all.  When compiling an easy scan I would to have the following conditions so I can add the PCFs to my easy scan:  In essence I am looking for the Daily close above the 65 ema with volume and RSI value below 2....   and or below the 5 and below the 2.   thanks

 

 

Volume > 999,999

Close > EMA (65, close

RSI (2) < 5.0

Bruce_L
Posted : Wednesday, February 6, 2013 9:15:34 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

The requirements given in the three lines at the bottom of your post could be written as the following when using the plain RSI indicator which is not Wilder's Smoothed:

V > 999999 AND C > XAVGC65 AND RSI2 < 5

Or as the following when using the RSI - Wilder's indicator which is Wilder's Smoothed:

V > 999999 AND C > XAVGC65 AND 50 * (C - XAVGC3.1) / 2 / (.500030519440884 * (ABS(C - C1) + .5 * (ABS(C1 - C2) + .5 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14)))))))))))))))) + 50 < 5

That said, while I do not know exactly what "I am looking for the Daily close above the 65 ema with volume and RSI value below 2....   and or below the 5 and below the 2." means, it does not seem to correspond with the three lines at the end of the post.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
j007rmc
Posted : Wednesday, February 6, 2013 9:39:04 AM
Registered User
Joined: 12/27/2012
Posts: 13

Yes, Im looking to meet  the 3 requirements listed below

Thanks

 

QUOTE (Bruce_L)

The requirements given in the three lines at the bottom of your post could be written as the following when using the plain RSI indicator which is not Wilder's Smoothed:

V > 999999 AND C > XAVGC65 AND RSI2 < 5

Or as the following when using the RSI - Wilder's indicator which is Wilder's Smoothed:

V > 999999 AND C > XAVGC65 AND 50 * (C - XAVGC3.1) / 2 / (.500030519440884 * (ABS(C - C1) + .5 * (ABS(C1 - C2) + .5 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14)))))))))))))))) + 50 < 5

That said, while I do not know exactly what "I am looking for the Daily close above the 65 ema with volume and RSI value below 2....   and or below the 5 and below the 2." means, it does not seem to correspond with the three lines at the end of the post.

j007rmc
Posted : Wednesday, February 6, 2013 9:41:54 AM
Registered User
Joined: 12/27/2012
Posts: 13

Can we incorporate a condition that stocks must also be above their 200 day ema?

 

QUOTE (j007rmc)

Yes, Im looking to meet  the 3 requirements listed below

Thanks

 

QUOTE (Bruce_L)

The requirements given in the three lines at the bottom of your post could be written as the following when using the plain RSI indicator which is not Wilder's Smoothed:

V > 999999 AND C > XAVGC65 AND RSI2 < 5

Or as the following when using the RSI - Wilder's indicator which is Wilder's Smoothed:

V > 999999 AND C > XAVGC65 AND 50 * (C - XAVGC3.1) / 2 / (.500030519440884 * (ABS(C - C1) + .5 * (ABS(C1 - C2) + .5 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14)))))))))))))))) + 50 < 5

That said, while I do not know exactly what "I am looking for the Daily close above the 65 ema with volume and RSI value below 2....   and or below the 5 and below the 2." means, it does not seem to correspond with the three lines at the end of the post.

j007rmc
Posted : Wednesday, February 6, 2013 9:45:07 AM
Registered User
Joined: 12/27/2012
Posts: 13

Please disregard last post.... That should be easy enough to do.

 

Bruce you are the Master of PCFs :-)

 

QUOTE (j007rmc)

Can we incorporate a condition that stocks must also be above their 200 day ema?

 

QUOTE (j007rmc)

Yes, Im looking to meet  the 3 requirements listed below

Thanks

 

QUOTE (Bruce_L)

The requirements given in the three lines at the bottom of your post could be written as the following when using the plain RSI indicator which is not Wilder's Smoothed:

V > 999999 AND C > XAVGC65 AND RSI2 < 5

Or as the following when using the RSI - Wilder's indicator which is Wilder's Smoothed:

V > 999999 AND C > XAVGC65 AND 50 * (C - XAVGC3.1) / 2 / (.500030519440884 * (ABS(C - C1) + .5 * (ABS(C1 - C2) + .5 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14)))))))))))))))) + 50 < 5

That said, while I do not know exactly what "I am looking for the Daily close above the 65 ema with volume and RSI value below 2....   and or below the 5 and below the 2." means, it does not seem to correspond with the three lines at the end of the post.

Bruce_L
Posted : Wednesday, February 6, 2013 9:47:17 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Just add the following to the end of the desired PCF:

AND C > XAVGC200



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.