PureBytes Links
Trading Reference Links
|
Ed,
I'm guessing the problem only occurs with the second
set of plotshapes. -100 for an offset is pretty
large. I believe the offset is in pixels, and
zooming will affect that to some degreee. Pick a
smaller number, and everything will work great.
Regards,
Gary
--- ed <ed2000nl@xxxxxxx> wrote:
> hello,
>
> I plot arrows (and some digits) in a chart as
> follows:
>
> PlotShapes(shapeUpArrow*Buy,colorWhite,0,BuyPrice,
> 0);
> PlotShapes(shapeDownArrow*Sell,colorYellow,0,
> SellPrice, 0);
> PlotShapes(shapeHollowDownArrow*Short,colorYellow,
> 0, ShortPrice, 0);
> PlotShapes(shapeHollowUpArrow*Cover,colorWhite, 0,
> CoverPrice, 0);
>
> PlotShapes(shapeDigit1 * (phase_arr == 1),IIf(b_day
> == 1,colorYellow,colorWhite), 0, (O+C)/2, -100);
> PlotShapes(shapeDigit2 * (phase_arr ==
> 2),colorWhite, 0, (O+C)/2, -100);
> PlotShapes(shapeDigit3 * (phase_arr == 3),IIf(s_day
> == 1,colorYellow,colorWhite), 0, (O+C)/2, -100);
>
> Then strange things happen:
>
> 1) if I zoom out then at some point certain arrows
> all move to a "certain level" (these 2 levels gather
> all the arrows so it seems) within the chart.
> 2) then when keeping the amount of data fixed inside
> the chart but moving the data from left to right
> using the scroll bar at some point I see arrows
> leaving their intended position and they move to a
> "certain level" (all at the same level) inside the
> chart.
>
> Anyone seen this? Am I doing something wrong?
>
> thnx,
>
> rgds, Ed
>
>
>
__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
---------------------------------------------------------------------~->
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
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/
|