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 |

Profile: kwilder
About
User Name: kwilder
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Tuesday, February 23, 2016
Last Visit: Thursday, September 28, 2017 5:13:46 PM
Number of Posts: 7
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Cup and Handle w pullback
Posted: Tuesday, September 19, 2017 6:51:21 PM

Hi. Can someone please help me create this PCF?

Show stocks with a cup and handle near the 52wk high

50DMA above 200DMA

200DMA trendng higher over the last 2 months

base has a pulback of 20% off the highs and is at least 8 weeks in length

 

Thaknk you

 

 

Topic: Breakout
Posted: Tuesday, May 2, 2017 3:54:48 PM

Thank you, Bruce. I would like to add the following conditions to the above mentioned formula: high <= high of day 1 and low >= low of day 1. Is this correct?

H > MAXH44.1 AND H - L >= MAX(H1 - L1, 9) AND H<H1 AND L>L1


 

Topic: Breakout
Posted: Monday, May 1, 2017 5:29:14 PM

Hello. I am trying to write a PCF using the criteria below.

today&#39;s high > yesterday&#39;s max

new 45 day high

today&#39;s price range >= yesterday&#39;s max

the price range is the biggest in the past 10 days

here was the starting point I am working with:

  • today&#39;s high> yesterday&#39;s max (44, high) AND today&#39;s range>=yesterday&#39;s max (9, range).

Any help is appreciated. Thank you.

Topic: PCFs for 50 day moving avg bounce PCF and TAZ(s)
Posted: Monday, July 11, 2016 4:09:17 PM

I&#39;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&#39;s daily high] and

[yesterday&#39;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]

Topic: PCFs for 50 day moving avg bounce PCF and TAZ(s)
Posted: Monday, July 11, 2016 3:16:56 PM

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

Topic: PCFs for 50 day moving avg bounce PCF and TAZ(s)
Posted: Monday, July 11, 2016 1:59:40 PM

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&#39;s daily high] and

[yesterday&#39;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.

 

Topic: PCFs for 50 day moving avg bounce PCF and TAZ(s)
Posted: Wednesday, February 24, 2016 2:22:51 AM

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&#39;s daily low] and
[yesterday&#39;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!