PureBytes Links
Trading Reference Links
|
Kevin
I was looking for a setup much like yours but came
up with this.
Test it on your favorite stocks and let me know
what you think.
I use <A
href="">http://www.tradernexus.com/advancedstop/advancedstop.html
for a stop
<FONT face=Arial
size=2>VOLUME>50000ANDC>Mov(C,70,E)ANDProjOsc(14,14)
AND(Mov(C,20,E) >Mov(C,50,E))AND(Mov(C,15,VOL)
>Mov(C,20,E))AND(RisingWindow() OR Hammer() OR
BullHaramiCross()OR LongLowerShadow() OR RisingWindow() OR
3WhiteSoldiers() OR EngulfingBull() OR EngulfingBull() OR
Bull3Formation() OR PiercingLine() OR BullHarami())
Martin BlainBurlington Ontario
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=kevin_barry@xxxxxxxxxxxxxx
href="">Kevin
To: <A
title=metastockusers@xxxxxxxxxxxxxxx
href="">metastockusers@xxxxxxxxxxxxxxx
Sent: Sunday, March 28, 2004 11:19
AM
Subject: [Metastockusers] A Little Twist
On The MS v7 System Tester
There has been some recent discussion about the relative system
testing merits of MS v8 and TradeSim. A lot of traders might have neither but
would still like to test swing-type strategies in MS v7.2 and below with all
of its limitations. Here is how to do it.Here is a typical swing trade
setup in the system tester:Enter Long:Ref(H,-3) < Ref(H,-4)
ANDRef(H,-2) < Ref(H,-3) AND Ref(H,-1) < Ref(H,-2)
ANDRef(L,-3) < Ref(L,-4) AND Ref(L,-2) < Ref(L,-3) AND
Ref(L,-1) < Ref(L,-2) ANDH > Ref(H,-1)ANDMov(C,20,E)
> Mov(C,50,E)(Here, we are trading a pullback in a rising
trend)Typically, we would have been lowering our limit buy order each
day to a point or so above the previous day's high in order to catch the
(inevitable) reversal of the pullback.Modify the entry signal
thus:Ref(Ref(H,-3) < Ref(H,-4) ANDRef(H,-2) <
Ref(H,-3) AND Ref(H,-1) < Ref(H,-2) ANDRef(L,-3) < Ref(L,-4) AND
Ref(L,-2) < Ref(L,-3) AND Ref(L,-1) < Ref(L,-2) ANDH
> Ref(H,-1)ANDMov(C,20,E) >
Mov(C,50,E),+1).....and in System Testing Options, set the
entry price to High with a delay of zero.When you run your test, you
will enter your long trade at the previous day's high. A minor inconvenience
is that the long entry signal on your chart will appear one day earlier than
the actual trade.Regards,Kevin
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|