PureBytes Links
Trading Reference Links
|
<SPAN
class=356435418-30062003>Gernot,
You
can set up a buy sell criteria then call that from plot
shapes....
<SPAN
class=356435418-30062003> <FONT
face=Arial>
PlotShapes(<FONT
color=#0000ff>IIf(<FONT
color=#000000>Buy,<FONT
color=#000000>shapeUpArrow,<FONT
color=#000000>shapeNone) ,<FONT
color=#000000>colorBrightGreen<FONT
color=#282828>);
you can
also adjust the spacing from your signal line......<FONT
size=2><FONT
color=#0000ff>
PlotShapes(<FONT
color=#0000ff>IIf(<FONT
color=#000000>Buy,<FONT
color=#000000>shapeUpArrow,<FONT
color=#000000>shapeNone) ,<FONT
color=#000000>colorBrightGreen<FONT
size=2>,0<FONT
color=#282828>,0<FONT
color=#282828>,-5);<SPAN
class=356435418-30062003>
<FONT color=#0000ff face=Arial
size=2>where the first 0 is the layer and the 2nd is
graph0
<SPAN
class=356435418-30062003>
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: taotra
[mailto:ggoll@xxxxxxxxxxxx]Sent: Monday, June 30, 2003 2:35
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Confusion about plotshapesI'm confused about the
Plotshapes function. The syntax in the functions library
is:PlotShapes(shape,color,layer=0,yposition=graph0,offset=
-12);Yet, I see examples in the manual that show the inclusion of
calculations and conditionals not in line with the above syntax.What
is permissible with this function and what is the proper syntax when other
calculations are included.Thanks,GernotSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend 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 <A
href="">Yahoo! Terms of Service.
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.
|