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 |

Seeking to create PCFs and Real Code formulas... Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
ucsense
Posted : Monday, February 28, 2011 10:46:37 AM
Registered User
Joined: 12/12/2006
Posts: 77
showing 6% or more increase in closing price compared to the close of  yesterday's trading day.


Also, a 6% or more decrease in closing price compared to the close of  yesterday's trading day.


I believe that this would require both PCFs (Telechart) and Real Code formulas (StockFinder) for each of these separate situations.


Thank you for your assistance!


ucsense1
Bruce_L
Posted : Monday, February 28, 2011 11:09:09 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
QUOTE (ucsense1)
showing 6% or more increase in closing price compared to the close of  yesterday's trading day.

A Personal Criteria Formula for TeleChart could be written as:

How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

C >= 1.06 * C1

A RealCode Condition for StockFinder could be written as:

Writing Conditions in RealCode

If Price.Last >= 1.06 * Price.Last(1) Then Pass

QUOTE (ucsense1)
Also, a 6% or more decrease in closing price compared to the close of  yesterday's trading day.

A Personal Criteria Formula for TeleChart could be written as:

C <= .94 * C1

A RealCode Condition for StockFinder could be written as:

If Price.Last <= .94 * Price.Last(1) Then Pass

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