PureBytes Links
Trading Reference Links
|
<FONT
color=#0000ff>hello,
I plot arrows (and some digits) in a
chart as follows:
<FONT
color=#0000ff>
<FONT
color=#0000ff>PlotShapes(<FONT
color=#000000>shapeUpArrow*<FONT
color=#000000>Buy,<FONT
color=#000000>colorWhite,<FONT
color=#ff00ff>0,<FONT
color=#000000>BuyPrice, <FONT
color=#ff00ff>0<FONT
color=#000000>); PlotShapes<FONT
color=#000000>(shapeDownArrow<FONT
color=#000000>*Sell<FONT
color=#000000>,colorYellow<FONT
color=#000000>,0,
SellPrice,
0<FONT
size=2>); <FONT
color=#0000ff>PlotShapes(<FONT
color=#000000>shapeHollowDownArrow<FONT
color=#000000>*Short<FONT
color=#000000>,colorYellow<FONT
color=#000000>, 0,
ShortPrice,
0<FONT
size=2>); <FONT
color=#0000ff>PlotShapes(<FONT
color=#000000>shapeHollowUpArrow*<FONT
color=#000000>Cover,<FONT
color=#000000>colorWhite, <FONT
color=#ff00ff>0, <FONT
color=#000000>CoverPrice, <FONT
color=#ff00ff>0<FONT
color=#000000>); PlotShapes<FONT
color=#000000>(shapeDigit1<FONT
color=#000000> * (phase_arr == 1<FONT
color=#000000>),IIf(b_day
== 1,<FONT
color=#000000>colorYellow,<FONT
color=#000000>colorWhite), <FONT
color=#ff00ff>0, (<FONT
color=#000000>O+<FONT
color=#000000>C)/<FONT
color=#ff00ff>2, -<FONT
color=#ff00ff>100<FONT
size=2>); <FONT
color=#0000ff>PlotShapes(<FONT
color=#000000>shapeDigit2 * (phase_arr ==
2),<FONT
color=#000000>colorWhite, <FONT
color=#ff00ff>0, (<FONT
color=#000000>O+<FONT
color=#000000>C)/<FONT
color=#ff00ff>2, -<FONT
color=#ff00ff>100<FONT
size=2>); <FONT
color=#0000ff>PlotShapes(<FONT
color=#000000>shapeDigit3 * (phase_arr ==
3),<FONT
color=#0000ff>IIf(s_day == <FONT
color=#ff00ff>1,<FONT
color=#000000>colorYellow,<FONT
color=#000000>colorWhite), <FONT
color=#ff00ff>0, (<FONT
color=#000000>O+<FONT
color=#000000>C)/<FONT
color=#ff00ff>2, -<FONT
color=#ff00ff>100<FONT
face="Courier New">);
<FONT
face="Courier New">
Then strange
things happen:
<FONT
face="Courier New">
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?
<FONT
face="Courier New">thnx,
rgds,
Ed
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 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.
|