PureBytes Links
Trading Reference Links
|
Thanks Tony! That's
the breakthough that I needed. Some times I'll get stuck
for an hour or so. I don't find it easy to remember when to
put a constant in, when it's a string, or when to put an array...and in here
after you point this out it makes sense that it would be an array that
the PlotShape would associated with but I didn't think of it.
Best regards,
JOE L.
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
aew_o
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, April 21, 2004 9:10
AM
Subject: [amibroker] Re: Plot
Shapes
Joe,Some ( were
erased in preparing the reply. See correction
below.RegardsTony--- In <A
href="">amibroker@xxxxxxxxxxxxxxx, "aew_o"
<awenos@x...> wrote:> >
PlotShapes(IIf(Code ==4,shapeUpArrow,shapeNone),>
colorDarkGreen,0,Low);> PlotShapes(IIf(Code ==
3,shapeDownArrow,shapeNone),> colorRed,0,High);>
PlotShapes(IIf(Code==4,shapeSmallCircle,shapeNone),>
colorBlack,0,AvgEntry,0); >
PlotShapes(IIf(Code==3,shapeSmallCircle,shapeNone),>
colorBlack,0,StopLoss,0);Send 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
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
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|