PureBytes Links
Trading Reference Links
|
Dimitris,
s*C is ZERO for all invisible bars and > 0 for visible bars.
Then the lowest value of those data is obviously zero.
Your code should be different to make it work for lowest:
Plot(Lowest(IIF(s,C,99999999)),"",4,1);
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, September 10, 2004 10:03 AM
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 Links
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|