| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi:
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
------------------------ Yahoo! Groups Sponsor ---------------------~-->
FREE Cell Phones with up to $400 Cash Back!
http://us.click.yahoo.com/_bBUKB/vYxFAA/i5gGAA/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 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
 
 |