PureBytes Links
Trading Reference Links
|
Yeah, this part is working, but where is your
complete script. Post everything you're using including the buy/sell
statements and alertifs.
Gernot
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=bruiserbbq@xxxxxxxxxxxx
href="">bruiserbbq
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, April 28, 2004 10:06
PM
Subject: [amibroker] Re: What's wrong
with this formula?
Hi guys, I'm afraid its not working...so to clarify...what
I'm trying to achieve is an audable alert when my T3's
cross.Here's my T3 code:function
T3(price,periods){s =
0.618;e1=EMA(price,periods);e2=EMA(e1,Periods);e3=EMA(e2,Periods);e4=EMA(e3,Periods);e5=EMA(e4,Periods);e6=EMA(e5,Periods);c1=-s*s*s;c2=3*s*s+3*s*s*s;c3=-6*s*s-3*s-3*s*s*s;c4=1+3*s+s*s*s+3*s*s;Ti3=c1*e6+c2*e5+c3*e4+c4*e3;return
ti3;}Plot(C,"",1,64);Plot(T3(C,3),"T3",colorBlue,1);Plot(t3(C,9),"T3",colorRed,1);As
can be seen here...I use just the 2 x T3'sTotally
confused BruiserSend 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 Sponsor
ADVERTISEMENT
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.
|