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 |

PCFs for 50 day moving avg bounce PCF and TAZ(s) Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
kwilder
Posted : Wednesday, February 24, 2016 2:22:51 AM
Registered User
Joined: 2/23/2016
Posts: 7

I recently switched from stockcharts.com. Please help me convert the following:

1. Bounce

Price 3 months ago<current price; price 2 weeks ago is > current price; current price betweeen the 50 day moving aver and 1% above the 50 day moving average.

Here is what I have so far: 

c>c63 AND

c<c10 AND

C>AVGC50 AND C<AVGC50+(AVGC50*0.01)
 
2. TAZ
 
[type = stock] and [country = us] and[daily ema(60,daily volume) > 300000] and
[daily low > yesterday's daily low] and
[yesterday's daily low > 2 days ago daily low] and
[SMA(10, close) < EMA(30, close)]and
[daily close > daily SMA(10,daily close)]and
[daily close < daily EMA(30,daily close)]and
[weekly sma(10,weekly close) < weekly ema(30,weekly close)]and
[ADX Line(10) > 20.0]and
[close >= 10]

Thank you! 

 

Bruce_L
Posted : Wednesday, February 24, 2016 11:58:28 AM


Worden Trainer

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

Please try the following Condition Formula for Bounce (although I think your version should work as is from looking at it).

How to create and save a Condition (PCF) Formula

AVGC50 < C AND C63 < C AND C < C10 AND C < 1.01 * AVGC50

For TAZ, please try the the following daily Condition Formula:

XAVGV60 > 300000 AND L > L1 AND L1 > L2 AND AVGC10 < XAVGC30 AND C > AVGC10 AND C < XAVGC30 AND C > 10

And the following Weekly Condition Formula:

XAVGC10 < XAVGC30

To the same EasyScan with the List to Scan set to US Common Stocks.

Building a Scan with Multiple Conditions (7:29)

You will need to add an ADX to the chart with the desired settings and click on it to select Create Scan Condition to create the third condition which you will need to add to the EasyScan.

Create Conditions from Your Chart (5:25)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
kwilder
Posted : Monday, July 11, 2016 1:59:40 PM
Registered User
Joined: 2/23/2016
Posts: 7

Hello:

I am trying to create the a PCF for the following:

[type = stock] and [country = us] and[daily ema(60,daily volume) > 150000] and

[daily high < yesterday's daily high] and

[yesterday's daily high < 2 days ago daily high] and

[sma(10, close) > ema(30, close)]and

[daily close > daily ema(30,daily close)]and

[daily close < daily sma(10,daily close)]and

[daily close > daily sma(200,daily close)]and

[weekly sma(10,weekly close) > weekly ema(30,weekly close)]and

[ADX Line(10) > 20.0]and

[close >= 5]

 

Here is what I have:

XAVGV60 > 150000 AND H < H1 AND H1 < H2 AND AVGC10 > XAVGC30 AND C < AVGC10 AND C > XAVGC30 AND C > 5

Weekly condition:

XAVGC10 > XAVGC30

 

ANY HELP YOU CAN PROVIDE WILL BE HELPFUL.. Thank you.

 

StockGuy
Posted : Monday, July 11, 2016 2:12:14 PM

Administration

Joined: 9/30/2004
Posts: 9,187

You can't mix time frames in a PCF.  You'll have to put your daily conditions into one PCF and the weekly into another PCF. You can then add both PCFs to the same EasyScan.

For ADX, add an ADX plot to your chart and click on the indicator name, then Create Scan Condition and set the Condition to Greather than and the value to 20. Save the condition and you can add it to the same scan as the two PCF conditions created above.

kwilder
Posted : Monday, July 11, 2016 3:16:56 PM
Registered User
Joined: 2/23/2016
Posts: 7

Is the formula correct for what i am trying to do?

kwilder
Posted : Monday, July 11, 2016 4:09:17 PM
Registered User
Joined: 2/23/2016
Posts: 7

I've redone the PCF to the following. Is it correct for what I am trying to achieve?

 XAVGV60 > 150000 AND H < H1 AND H1 < H2 AND AVGC10 > XAVGC30 AND C > XAVGC30 AND C < AVGC10 AND C > AVGC200 AND C > 5

Weekly PCF:

 XAVGC10 > XAVGC30

 

Here is what i want to scan for:

[type = stock] and [country = us] and[daily ema(60,daily volume) > 150000] and

[daily high < yesterday's daily high] and

[yesterday's daily high < 2 days ago daily high] and

[sma(10, close) > ema(30, close)]and

[daily close > daily ema(30,daily close)]and

[daily close < daily sma(10,daily close)]and

[daily close > daily sma(200,daily close)]and

[weekly sma(10,weekly close) > weekly ema(30,weekly close)]and

[ADX Line(10) > 20.0]and

[close >= 5]

StockGuy
Posted : Monday, July 11, 2016 4:45:09 PM

Administration

Joined: 9/30/2004
Posts: 9,187

Yes, the two formulas look correct.

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.