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 |

condition alert & scan help Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
bones73
Posted : Wednesday, November 23, 2011 2:58:00 AM
Registered User
Joined: 9/2/2008
Posts: 8
Hello,

I use tc2000 v12.

1.  Is there a way to create an alert for when a stocks price hits the 200 sma?  I saw an older post on this but it didnt have an answer.  Please help.

2.  Also, is there a way to do a scan for stocks that are within a price range ($ amount) or percentage range (such as 0.5% or $0.20 amount) of the 200 sma for a specific charts time frame (example daily, 60 min, etc)

thanks
Bruce_L
Posted : Wednesday, November 23, 2011 9:03:53 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Condition Alerts should be added soon, but are not currently part of TC2000 version 12.

You can create a Condition for the 200-Period Simple Moving Average to be touching the current Price Bar using the following Condition Formula:

L <= AVGC200 AND AVGC200 <= H

You can create a Condition for the current Price Bar to be within .5% of the 200-Period Simple Moving Average using the following Condition Formula:

(L < AVGC200 AND AVGC200 < H) OR ABS(L / AVGC200 - 1) <= .005 OR ABS(H / AVGC200 - 1) <= .005

You can create a Condition for the current Price Bar to be within $.20 of the 200-Period Simple Moving Average using the following Condition Formula:

(L < AVGC200 AND AVGC200 < H) OR ABS(L - AVGC200) <= .2 OR ABS(H - AVGC200) <= .2

PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

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