PureBytes Links
Trading Reference Links
|
<SPAN
class=239583912-29082003>very interesting, dimitris, nice (:-).
<SPAN
class=239583912-29082003>
<SPAN
class=239583912-29082003>does he have anything along these lines for
exits?
<SPAN
class=239583912-29082003>
<SPAN
class=239583912-29082003>...and just out of curiosty, what's
^N225?
<SPAN
class=239583912-29082003>
<SPAN
class=239583912-29082003>dave
<SPAN
class=239583912-29082003>
<BLOCKQUOTE
>
Here is
a variation of
<FONT
face=+
color=#000000>http://www.linnsoft.com/scans/tdSequentialSetup.htm
method.
The small hollow circles are used as warnings of the
upcoming Buy signal, which comes as soon as the sequence is
interrupted.
It seems interesting.
Plot(C,<FONT
size=2>"C",colorBlack,64<FONT
size=2>);Title=Name<FONT
face=+>();
for<FONT
size=2>(x=5;x<<FONT
size=2>20;x++)
{
S2=Sum<FONT
size=2>(C<Ref<FONT
size=2>(C,-3<FONT
size=2>),x)==x;
Buy=s2==<FONT
size=2>0 AND Ref<FONT
face=+>(s2,-1<FONT
face=+>);
PlotShapes<FONT
face=+>((shapeHollowSmallCircle+shapePositionAbove)*s2,x);
PlotShapes<FONT
face=+>(shapeUpArrow*Buy,colorBrightGreen);
Title=Title+<FONT
size=2>WriteIf(s2,<FONT
size=2>"["+WriteVal<FONT
face=+>(x,1.0<FONT
size=2>)+"]",<FONT
size=2>"");
}
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|