PureBytes Links
Trading Reference Links
|
/*graph of bull and bear for Indicator Builder*/
bear= foreign("_macdbear","V");
bull=foreign("_macdbull","V");
graph0 =100*bear/(bull+bear);
graph1=100*bull/(bull+bear);
graph0color=5;
graph1color=6;
as described in AFL Library comments
Values should be in the area 0...100
Dimitris Tsokakis
------=_NextPart_001_0008_01C11ADA.A9EDA100
Content-Type: text/html;
charset="iso-8859-7"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-7" http-equiv=Content-Type>
<META content="MSHTML 5.00.3013.2600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Dear Tom,<BR>1.<BR>Read once again <BR><A
href="http://www.amibroker.com/newsletter/12-2001.html">http://www.amibroker.com/newsletter/12-2001.html</A><BR>Delete
_macdbull and _macdbear tickers.<BR>Scan in AA the formula as it comes in<BR><A
href="http://www.amibroker.com/library/detail.php?id=71">http://www.amibroker.com/library/detail.php?id=71</A><BR>from
"download formula file"<BR>selecting your Market or Group for All
quotations.<BR>After the scan the two composites are created and
placed</FONT></DIV>
<DIV><FONT size=2>in the ticker tree.<BR>(Nothing appears as scan
result)</FONT></DIV>
<DIV><FONT size=2>Then in Indicator Builder paste O N L Y the
formula:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>/*graph of bull and bear for Indicator Builder*/ <BR>bear=
foreign("_macdbear","V"); <BR>bull=foreign("_macdbull","V"); <BR>graph0
=100*bear/(bull+bear); <BR>graph1=100*bull/(bull+bear); <BR>graph0color=5;
<BR>graph1color=6;</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>as described in AFL Library comments<BR>Values should be in
the area 0...100<BR></FONT></DIV>
<DIV><FONT size=2>Dimitris Tsokakis</FONT></DIV></BODY></HTML>
------=_NextPart_001_0008_01C11ADA.A9EDA100--
Attachment:
gif00090.gif
Attachment:
Description: "Description: GIF image"
|