[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] An interesting Buy signal



PureBytes Links

Trading Reference Links




Here is a variation of
<FONT 
color=#000000 
face=+>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),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.



Attachment:
Seq.gif

Attachment: Description: "Description: GIF image"