PureBytes Links
Trading Reference Links
|
you could use
xyz = lastvalue(lowestsince(abv==0,L));
plot(xyz,"low",colorred,styleline|stylenorescale);
If your line plots are outside the shown price chart then it can
distort the original chart.
On Thu, 04 Nov 2004 23:44:08 +0100, groups <groups@xxxxxxxxxxxx> wrote:
>
> kaveman perth wrote:
> >
> > try
> > Lowestsince(abv==0,L)
>
> thanks, yes, that works, but it is basically the same as Lowest(L*aBV).
> I can only suppose that the scaling problem is with the LastValue. Looks
> like Plot() function has problems plotting numbers while with arrays it
> works OK. Example below is also wrongly scaled:
>
> Plot(1,"",32);
> Plot(0,"",32);
>
> thanks for reply. If anyone can confirm that using LastValue() or just
> number instead of array is something I do wrong and that's why it causes
> scaling problem -- I would appreciate that information.
>
> cheers,
> BM
>
> ------------------------ 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
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ 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/
|