PureBytes Links
Trading Reference Links
|
I came across similar thing, also it would disappear as well, found that I
needed to put in the graph0 in the line which places the starting point on
the first plot.
Cheers,
Graham
http://groups.msn.com/ASXShareTrading
http://groups.msn.com/FMSAustralia
-----Original Message-----
From: Ken Close [mailto:closeks@xxxxxxxx]
Sent: Thursday, 3 April 2003 10:54 PM
To: AmiBroker List
Subject: [amibroker] Displace in PlotShape
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
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/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/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/
|