PureBytes Links
Trading Reference Links
|
Dimitris:
Yes, thanks. That's the approach I was thinking
about a note or two back.
Bill
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
DIMITRIS
TSOKAKIS
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, February 10, 2004 1:09
AM
Subject: [amibroker] Re: Concatenation of
shapeDigits
Bill,It is already used in the InspectionPoints and all
these topX studies.Here is a solutionstartIP=DateNum()>1030000 AND
Ref(DateNum(),-1)<1030000;x=10;EVENT=BarsSince(startIP)%x==0;Plot(50,"",1,1);Plot(100,"",1,1);shape=33+2*(Cum(event)%10);PlotShapes(shape*EVENT,colorIndigo);Plot(0,"",1,1);shape1=33+2*(floor(Cum(event/10))%10);PlotShapes(shape1*EVENT,colorIndigo,0,Graph0,10);Dimitris
Tsokakis--- In <A
href="">amibroker@xxxxxxxxxxxxxxx,
"wavemechanic" <wd78@x...> wrote:> As
far as I can tell, it is not possible to concatenate two or more
shapeDigit parameters to produce a multi-digit number (i.e.,
shapeDigit 3 + shapeDigit3 != 33). Has anyone found a work around
for this?> > BillSend BUG REPORTS to <A
href="">bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
<A
href="">suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: <A
href="">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
Yahoo! Groups Links<*> To visit your group on the web, go
to: <A
href="">http://groups.yahoo.com/group/amibroker/<*>
To unsubscribe from this group, send an email to:
<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx<*>
Your use of Yahoo! Groups is subject to: <A
href="">http://docs.yahoo.com/info/terms/
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.
|