PureBytes Links
Trading Reference Links
|
Looking for a exploration formula, ex.,a stock in an uptrend, then
pullback, ex., 3 Black Crows Down, crossing thru the 20 sma,found
this example in Active trader from pristine but cannot convert to
metastock, any help please! thanx
{Three black candle sticks for entry:}
If High < High[1] and High [1] < High[2] and High[2] < High[3] and
Close < Open and Close[1] < Open[1] and Close[2] < Open[2] Then
Buy Tomorrow at High Stop;
{Trailing stop:}
ExitLong Tomorrow at Low Stop;
{Profit taking Gap higher:}
If MarketPosition <> 0 and Open Tomorrow > High Then
ExitLong Tomorrow at Open;
{ Retracement bar:}
If High > High[1] and Close < Close[1] Then
SetExitOnClose;
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|