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 |

Stockfinder Condition Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
bsielaff
Posted : Thursday, September 9, 2010 4:37:53 PM
Gold Customer Gold Customer

Joined: 11/30/2004
Posts: 64
I am trying to write a condition that shows me which stocks in a watchlist are below their 200 SMA for the past 10 days. I can derive other time frames and SMA's from this one. And I can make combination conditions. TIA for your help.

Bruce
Bruce_L
Posted : Thursday, September 9, 2010 4:44:22 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Just create a Condition for Price being below its 200-Period Simple Moving Average. You could do this with Drag and Drop or with RealCode:

Creating Conditions
Writing Conditions in RealCode

If Price.Last < Price.AVGC(200) Then Pass

Then Edit the Condition and set it to be Passing 10 of the the Last 10 Bars.

You can then use the result as a Scan or Filter.

Scanning with Conditions
Filtering Lists

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
bsielaff
Posted : Thursday, September 9, 2010 4:50:05 PM
Gold Customer Gold Customer

Joined: 11/30/2004
Posts: 64
Thanks Bruce
Bruce_L
Posted : Thursday, September 9, 2010 4:54:46 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You're welcome.

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