PureBytes Links
Trading Reference Links
|
<SPAN
class=885175914-25022003>Yuki,
<SPAN
class=885175914-25022003>
to do this visually
perhaps you could use the Param function. Here is a very simple example of
determining where price would cross a moving average. This example supposes
price is falling change to c/x for advances......
<SPAN
class=885175914-25022003>
<FONT color=#282828
size=2>
x=Param(<FONT
size=2>""<FONT
color=#000000>,.99,.90,.99,.01);<FONT color=#0000ff
size=2>
Plot(C<FONT
size=2>*x,"",<FONT
size=2>4,1<FONT color=#282828
size=2>);<FONT color=#0000ff
size=2>
Plot(MA<FONT
size=2>(C,<FONT
size=2>20),""<FONT
size=2>,colorYellow,<FONT
size=2>1);
Jayson
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.
|