PureBytes Links
Trading Reference Links
|
Ken,
Dingo had the right answer....
Try the following: Insert your own cross condition.
PlotShapes(IIf(Cross(y,0),shapeUpArrow,shapeNone),colorGreen,0,-300);
Anthony
-------Original Message-------
From: amibroker@xxxxxxxxxxxxxxx
Date: Thursday, April 03, 2003 09:54:38
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
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.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Save Smiley. Help put Messenger back in the office.
http://us.click.yahoo.com/4PqtEC/anyFAA/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/
|