SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Technical Analysis- Indicators & Systems -- Ignore unavailable to you. Want to Upgrade?


To: Dick Brown who wrote (3279)6/9/1999 4:19:00 AM
From: Patrick McDonald  Read Replies (1) | Respond to of 3325
 
Collection of MetaStock Formulas

nt-tech.com.au



To: Dick Brown who wrote (3279)6/9/1999 11:06:00 AM
From: Dick Brown  Read Replies (1) | Respond to of 3325
 
Sorry folks my post is incomplete..
Rusty I guess..need the fml's
Candle - Hammer
If(Abs((H+L)/2)<Ref(Mov(C,10,E),-1), {down trend}
If(Min(OPEN,C)>H-((H-L)/3), {body in upper 1/3}
If(C<Ref(C,-1),If(OPEN<Ref(OPEN,-1), {body gap}
1,0),0),0),0)
Candle - Hanging Man'
If(Abs((H+L)/2)>Ref(Mov(C,10,E),-1), {up trend}
If(Min(OPEN,C)>H-((H-L)/3), {body in upper 1/3}
If(C>Ref(C,-1),If(OPEN>Ref(OPEN,-1), {body gap}
-1,0),0),0),0)