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 |

Ema 8 crossing ema21 in 5 min chart Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
wz1688
Posted : Tuesday, August 26, 2014 8:25:22 PM
Registered User
Joined: 1/16/2011
Posts: 8

Hi Bruce, please help me  create this formula: stock price is greater than $20 ,volume  is greater than yesterday, 30 days average volume is greater than 300000,ema 8 is just crossing ema21 now after pullback in 5 min chart, at the same time ema 20 already crossed ema 50 in 30 min chart.

thank you!

Bruce_L
Posted : Wednesday, August 27, 2014 9:56:56 AM


Worden Trainer

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

You can't mix time frames in a single PCF, so you will need to create three Condition Formulas and then combine them in a single EasyScan.

You would need to create the following Daily Condition Formula

C > 20 AND V > V1 AND AVGV30 > 300000

The following 5-Minute Condition Formula:

XAVGC8 > XAVGC21 AND XAVGC8.1 <= XAVGC21.1

And the following 30-Minute Condition Formula:

XAVGC20 > XAVGC50

You would then add all three Condition Formulas to the same EasyScan as EasyScan Conditions.

Building a Scan with Multiple Conditions (7:29)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
wz1688
Posted : Wednesday, August 27, 2014 11:50:22 AM
Registered User
Joined: 1/16/2011
Posts: 8

great! thank you Bruce.

wz1688
Posted : Wednesday, August 27, 2014 4:19:12 PM
Registered User
Joined: 1/16/2011
Posts: 8

Hi Bruce, how to edit the custom condition  formula in the easyscan?

Bruce_L
Posted : Wednesday, August 27, 2014 4:36:21 PM


Worden Trainer

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

You will not generally edit formulas within the EasyScan itself with the possible exception of adjusting the time frame of that particular EasyScan Condition.

If you do edit a Condition Formula after adding it to an EasyScan, those changes will not be reflected in the EasyScan. The EasyScan Condition is using a copy of the Condition Formula which is not linked to the original in any way. You would need to delete the condition from the EasyScan and re-add it in the Edit tab in order for any changes in a Condition Formula to be reflected in the EasyScan.

You can create a new Condition Formula by selecting New | Condition (PCF) Formula from the menus. You can edit existing Condition Formulas by selecting Library | Conditions and choosing Edit next to the name of that condition in the My Conditions (Formulas) section of the list.

Writing Custom Conditions: The Basics (40:36)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
wz1688
Posted : Wednesday, August 27, 2014 5:01:08 PM
Registered User
Joined: 1/16/2011
Posts: 8

Thank you Bruce! I am clear now.thank you again!

wz1688
Posted : Thursday, August 28, 2014 8:27:19 PM
Registered User
Joined: 1/16/2011
Posts: 8

Hi, Bruce, one more question. Ema 20 greater than ema 50 and ema 50 greater than  ema 200, the formula should be like this: XAVGC20 > XAVGC50

 > XAVGC200
am I right?
thank you!
 

 

Bruce_L
Posted : Friday, August 29, 2014 10:14:51 AM


Worden Trainer

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

You have to actually make each comparison individually. So the Condition Formula needs to be written as follows.

XAVGC20 > XAVGC50 AND XAVGC50 > XAVGC200

You can't just string the > comparison all in a row without the AND.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
wz1688
Posted : Friday, August 29, 2014 4:17:47 PM
Registered User
Joined: 1/16/2011
Posts: 8

Thank you Bruce!

Bruce_L
Posted : Tuesday, September 2, 2014 10:43:56 AM


Worden Trainer

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

You're welcome.



-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.