PureBytes Links
Trading Reference Links
|
Ken,
If 'x' is defined in your code as displacement,
corrected code should look like this:
Plot(....)
PlotShapes(IIf(Cross(Acc,0),shapeSmallUpTriangle,shapeNone), 2, graph0, -x);
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Ken Close" <closeks@xxxxxxxx>
To: "AmiBroker List" <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, April 03, 2003 4:54 PM
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 ---------------------~-->
Rent DVDs Online-No late fees! Try Netflix for FREE!
http://us.click.yahoo.com/YKLNcC/oEZFAA/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/
|