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 |

Setting up an alert for CCI Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
hjasd
Posted : Friday, October 9, 2009 11:13:29 AM
Registered User
Joined: 6/20/2009
Posts: 13
How do I setup an alert for CCI moving up and cossing -50 towards 0 but it's not over 0 yet on daily chart?

thank you
Bruce_L
Posted : Friday, October 9, 2009 11:55:40 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
If you Drag and Drop the CCI Indicator into the Code tab of the RealCode Editor, it should create something similar to the first line of the following RealCode Rule:

'# CCIC = indicator.CommodityChannelIndexCCI
If CCIC.Value > -50 AndAlso _
    CCIC.Value <= 0 AndAlso _
    CCIC.Value > CCIC.Value(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.