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: fcdf
About
User Name: fcdf
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Friday, November 17, 2017
Last Visit: Friday, April 26, 2019 1:52:54 PM
Number of Posts: 14
[0.00% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: PCF for candle body height
Posted: Tuesday, April 2, 2019 3:06:02 PM

I will try it, Thankyou Bruce.

Topic: PCF for candle body height
Posted: Tuesday, April 2, 2019 2:44:02 PM

Hello, I need a pcf for the following

body of todays candle at least twice the height or more than the body of previous day's candle

todays volume more than yesterdays volume

 

Topic: PCF Formula books
Posted: Wednesday, February 13, 2019 6:03:46 PM

Bruce, If you don't mind my asking, where did you learn how to code PCF's.

Topic: PCF Formula books
Posted: Tuesday, February 12, 2019 11:26:06 AM

I can't find some books on how to write PCF codes on the net, anybody know of a few good books. 

Topic: PCF Formula
Posted: Tuesday, November 13, 2018 3:01:07 PM

How would you write a PCF for the following;

1) A stock that has a volume spike of at least 2.5 to 3 times than that of its 50 day volume MA.

2) And a price gain on the same day of 4% or more.

Thankyou.

Topic: PCF Conversion
Posted: Tuesday, July 24, 2018 11:35:58 AM

I will try that, Thanks Bruce.

Topic: PCF Conversion
Posted: Monday, July 23, 2018 5:09:46 PM

I usually scan all U.S stocks. I am only getting no more than  12 or 15 hits at a time, sometimes no even that many. I thought my converssion code was no good.

Topic: PCF Conversion
Posted: Monday, July 23, 2018 11:56:27 AM

I tried to convert this code that is not a PCF.

[daily sma (10,daily close) crosses daily ema(30,daily close) and [close >= 5]

This is how I wrote it, is this correct? I am getting very few hits with it.

C > AVGC10 AND XUP(AVGC10, XAVGC30) AND C >= C5

Thanks.

 

Topic: 2 PCF CONVERSIONS
Posted: Tuesday, June 26, 2018 2:42:24 PM

Thankyou Bruce.

Topic: 2 PCF CONVERSIONS
Posted: Tuesday, June 26, 2018 10:27:21 AM

I tried to convert these to a PCF formula but I am getting errors. Could you convert the following:

[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) ] [ADX LINE(10) > 20.0)

This is the second PCF conversion:

[sma (10, close) > ema(30, close) ] AND [daily close > daily ema(30,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)

Thankyou again.