PureBytes Links
Trading Reference Links
|
Hello DT, I use:
s=Status("barvisible");
Plot(C,"C",1,1);
Plot(Highest(ValueWhen(s,C)),"",4,1);
Plot(Lowest(ValueWhen(s,C)),"",4,1);
herman
-----Original Message-----
From: DIMITRIS TSOKAKIS [mailto:TSOKAKIS@xxxxxxxxx]
Sent: Friday, September 10, 2004 4:03 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Status("barvisible") question
Does anybody understand why
_the Highest(s*C) gives the Highest visible Close and
_the Lowest(s*C) does not give the Lowest visible Close [it gives 0] ?
s=Status("barvisible");
Plot(C,"C",1,1);
Plot(Highest(s*C),"",4,1);
Plot(Lowest(s*C),"",4,1);
Dimitris
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|