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 |

Real Code For Moneystreamm non-confirmation Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
ChuckC
Posted : Sunday, April 3, 2011 11:22:29 PM
Registered User
Joined: 10/7/2004
Posts: 36

I am trying to write a condition with moneystream where the price reaches a new 52 week low but moneystream does not make a new low.  Can you provide and example of how that would look in realcode?

Bruce_L
Posted : Monday, April 4, 2011 9:44:06 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Please try the following RealCode Condition:

Writing Conditions in RealCode

'|*****************************************************************|
'|*** StockFinder RealCode Condition - Version 5.0 www.worden.com
'|*** Copy and paste this header and code into StockFinder *********
'|*** Condition:Moneystreamm non-confirmation
'|******************************************************************
'# MS = indicator.Library.MoneyStream
'# Period = UserInput.Integer = 251
If Price.Low < Price.MinLow(Period, 1) AndAlso _
    MS.Value >= MS.MinClose(Period, 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.