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 |

Creating Indicators Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
ckacccl
Posted : Monday, May 21, 2012 12:08:01 PM
Registered User
Joined: 6/15/2005
Posts: 67

Currently I'm using telechart to produce my easyscan numbers and then plotting them in excel.  I was wondering if there is a way to plot the data in Stockfinder.  The first equation finds the number of stocks up 4% or more for the day with volume over 100,000 and greater volume then the previous day.

Thanks

 

Bruce_L
Posted : Monday, May 21, 2012 12:18:28 PM


Worden Trainer

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

You could use the following RealCode Condition:

Writing Condition in RealCode

If Price.Last >= 1.04 * Price.Last(1) AndAlso _
	Volume.Value >= Volume.Value(1) AndAlso _
	Volume.Value >= 1000 Then Pass

As the basis of a Custom Market Indicator.

Market Indicators from Conditions
Custom Market Indicators



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
ckacccl
Posted : Monday, May 21, 2012 12:38:11 PM
Registered User
Joined: 6/15/2005
Posts: 67

I loaded the realcode and created the market indicator from the condition.  What I'm wondering is if there is a way to make the indicator not have to recalculate from the beginning each time I open StockFinder?

Bruce_L
Posted : Monday, May 21, 2012 12:41:20 PM


Worden Trainer

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

No, there really isn't a built in way to do this.



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