| 
 PureBytes Links 
Trading Reference Links 
 | 
The offset is in pixels and it takes a
fairly large number to result in movement. There are 1,440 pixels in an inch.
 
Try putting in a large number and adjust
based on what you see – perhaps start with 300.
 
d
 
<span
>-----Original Message-----
From: Ken Close
[mailto:closeks@xxxxxxxx] 
Sent: Thursday, April 03, 2003
9:54 AM
To: AmiBroker List
Subject: [amibroker] Displace in
PlotShape
<span
> 
<span
>Hi:<span
>
In using the following statement to plot an arrow,
I find that I can not
move its placement up and down as stated in the
help syntax
Help file says:
SYNTAX  PlotShapes( shape, color, layer = 0,
yposition = graph0, 
   offset = -12 );  
My command:
PlotShapes(IIf(Cross(Acc,0),shapeSmallUpTriangle,shapeNone),2);
If I put in:
PlotShapes(IIf(Cross(Acc,0),shapeSmallUpTriangle,shapeNone),2,-x);
  For any value of x
Nothing happens....the shape is plotted in the
same place.
Any ideas or suggestions?
Ken
<font size=2
face="Courier New">Send BUG REPORTS to
bugs@xxxxxxxxxxxxx<span
>
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service. 
Yahoo! Groups Sponsor
  ADVERTISEMENT
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
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
 |